[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACzMAJJzket7TddMdB1Oy20g64brRK1qYO=ORhQVOB=TMiGyhA@mail.gmail.com>
Date: Tue, 10 Mar 2015 11:54:06 -0700
From: Andy Zhou <azhou@...ira.com>
To: Simon Horman <simon.horman@...ronome.com>
Cc: David Miller <davem@...emloft.net>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [patch net-next 4/4] net: refactor IPv4 and IPv6 defragmentation APIs
On Mon, Mar 9, 2015 at 2:15 AM, Simon Horman <simon.horman@...ronome.com> wrote:
> Hi Andy,
>
> On Mon, Mar 09, 2015 at 01:01:38AM -0700, Andy Zhou wrote:
>> Both ip_defrag() and nf_ct_frag6_gather() derive the name space
>> information from the netdev device attached to the skb. However,
>> packets processed by openvswitch may not have a netdev device.
>>
>> This patch adds new ip_defrag_net() and nf_ct_frag6_gather_net()
>> API that accepts net as an argument.
>>
>> Signed-off-by: Andy Zhou <azhou@...ira.com>
>
> [snip]
>
>> @@ -645,6 +652,7 @@ void nf_ct_frag6_consume_orig(struct sk_buff *skb)
>> s = s2;
>> }
>> }
>> +EXPORT_SYMBOL(nf_ct_frag6_consume_orig);
>>
>> static int nf_ct_net_init(struct net *net)
>> {
>
> This hunk seems unrelated to the changelog and the rest of the patch.
Will do.
--
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