[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAADnVQKNoOdSuuQ-voKVNpke-4BjvC_pU=g65=m70Y4TsTpTag@mail.gmail.com>
Date: Fri, 5 Sep 2014 13:02:19 -0700
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Alexander Duyck <alexander.h.duyck@...el.com>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <eric.dumazet@...il.com>,
jeffrey.t.kirsher@...el.com
Subject: Re: [PATCH net-next 1/3] net: Add function for parsing the header
length out of linear ethernet frames
On Fri, Sep 5, 2014 at 11:10 AM, Alexander Duyck
<alexander.h.duyck@...el.com> wrote:
> This patch updates some of the flow_dissector api so that it can be used to
> parse the length of ethernet buffers stored in fragments. Most of the
> changes needed were to __skb_get_poff as it needed to be updated to support
> sending a linear buffer instead of a skb.
>
>
> u32 __skb_get_poff(const struct sk_buff *skb);
> +u32 ___skb_get_poff(const struct sk_buff *skb, void *data,
> + const struct flow_keys *keys, int hlen);
three underscores and not a static function?
May be we need to come with a proper name for it.
Two easy to confuse with two underscore version...
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists