Re: [PATCH net-next v2] lwtunnel: remove device arg to lwtunnel_build_state

2017-01-30 Thread Roopa Prabhu
On 1/30/17, 12:07 PM, David Ahern wrote: > Nothing about lwt state requires a device reference, so remove the > input argument. > > Signed-off-by: David Ahern > --- > v2 > - rebased to top of net-next tree > Acked-by: Roopa Prabhu thanks David

Re: [PATCH net-next v2] lwtunnel: remove device arg to lwtunnel_build_state

2017-01-30 Thread David Miller
From: David Ahern Date: Mon, 30 Jan 2017 12:07:37 -0800 > Nothing about lwt state requires a device reference, so remove the > input argument. > > Signed-off-by: David Ahern > --- > v2 > - rebased to top of net-next tree Looks fine, applied, thanks David.

[PATCH net-next v2] lwtunnel: remove device arg to lwtunnel_build_state

2017-01-30 Thread David Ahern
Nothing about lwt state requires a device reference, so remove the input argument. Signed-off-by: David Ahern --- v2 - rebased to top of net-next tree include/net/lwtunnel.h| 6 +++--- net/core/lwt_bpf.c| 2 +- net/core/lwtunnel.c | 4 ++-- net/ipv4/fib_semantics.c | 27 ++