[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHA+R7N=GvTP+A8P2pRDy2PzBgd5M=5F_+GsonBwpTqJV6e7ZQ@mail.gmail.com>
Date: Mon, 11 May 2015 16:21:01 -0700
From: Cong Wang <cwang@...pensource.com>
To: Jiri Pirko <jiri@...nulli.us>
Cc: netdev <netdev@...r.kernel.org>,
David Miller <davem@...emloft.net>,
Jamal Hadi Salim <jhs@...atatu.com>,
Thomas Graf <tgraf@...g.ch>, Jesse Gross <jesse@...ira.com>,
Patrick McHardy <kaber@...sh.net>,
Tom Herbert <therbert@...gle.com>,
Eric Dumazet <edumazet@...gle.com>,
Alexander Duyck <alexander.h.duyck@...hat.com>,
Hannes Frederic Sowa <hannes@...essinduktion.org>,
Alexei Starovoitov <ast@...mgrid.com>,
Daniel Borkmann <daniel@...earbox.net>,
Herbert Xu <herbert@...dor.apana.org.au>,
john fastabend <john.fastabend@...il.com>
Subject: Re: [patch net-next 06/15] net: move __skb_tx_hash to skbuff.c
On Sat, May 9, 2015 at 6:10 AM, Jiri Pirko <jiri@...nulli.us> wrote:
> __skb_tx_hash function has no relation to flow_dissect so just muve it
> to skbuff.c (it is declared in skbuff.h)
>
It calls __skb_get_hash() in most of the cases, and __skb_get_hash()
is in flow_dissector.c.
There are many functions declared in skbuff.h but defined in a different
file than skbuff.c.
Why bother?
--
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