Re: [PATCH net-next v3 2/7] vxlan: avoid checking socket multiple times.

2016-11-15 Thread Jiri Benc
Pravin, please CC reviewers of the previous version when submitting a new version. You'll get faster reviews that way. On Sun, 13 Nov 2016 20:43:53 -0800, Pravin B Shelar wrote: > @@ -2069,11 +2069,7 @@ static void vxlan_xmit_one(struct sk_buff *skb, struct > net_device *dev, >

[PATCH net-next v3 2/7] vxlan: avoid checking socket multiple times.

2016-11-13 Thread Pravin B Shelar
Check the vxlan socket in vxlan6_getroute(). Signed-off-by: Pravin B Shelar --- drivers/net/vxlan.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 756d826..9adeff9 100644 --- a/drivers/net/vxlan.c