[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150823.204154.1884568868677636280.davem@davemloft.net>
Date: Sun, 23 Aug 2015 20:41:54 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: tom@...bertland.com
Cc: netdev@...r.kernel.org, kernel-team@...com
Subject: Re: [PATCH net-next v2 0/2] ila: Precompute checksums
From: David Miller <davem@...emloft.net>
Date: Sun, 23 Aug 2015 20:38:43 -0700 (PDT)
> From: Tom Herbert <tom@...bertland.com>
> Date: Thu, 20 Aug 2015 11:22:36 -0700
>
>> This patch set:
>> - Adds argument ot LWT build_state that holds a pointer to the fib
>> configuration being applied to the new route
>> - Adds support in ILA to precompute checksum difference for
>> performance optimization
>>
>> v2:
>> Move return argument in build_state to end of arguments
>
> Series applied, thanks Tom.
Actually, reverted.
You need to update the signature for ip6_tun_build_state() too:
net/ipv4/ip_tunnel_core.c:398:2: warning: initialization from incompatible pointer type
.build_state = ip6_tun_build_state,
^
net/ipv4/ip_tunnel_core.c:398:2: warning: (near initialization for ‘ip6_tun_lwt_ops.build_state’)
Powered by blists - more mailing lists