Re: [PATCH net-next v2 0/4] geneve: Use LWT more effectively.

2016-11-21 Thread Pravin Shelar
On Mon, Nov 21, 2016 at 8:28 AM, David Miller wrote: > From: Pravin B Shelar > Date: Fri, 18 Nov 2016 18:10:07 -0800 > >> Following patch series make use of geneve LWT code path for >> geneve netdev type of device. >> This allows us to simplify geneve module. >> >> v1-v2: >> Fix warning reported

Re: [PATCH net-next v2 0/4] geneve: Use LWT more effectively.

2016-11-21 Thread David Miller
From: Pravin B Shelar Date: Fri, 18 Nov 2016 18:10:07 -0800 > Following patch series make use of geneve LWT code path for > geneve netdev type of device. > This allows us to simplify geneve module. > > v1-v2: > Fix warning reported by kbuild test robot. This doesn't apply cleanly to net-next, p

[PATCH net-next v2 0/4] geneve: Use LWT more effectively.

2016-11-18 Thread Pravin B Shelar
Following patch series make use of geneve LWT code path for geneve netdev type of device. This allows us to simplify geneve module. v1-v2: Fix warning reported by kbuild test robot. Pravin B Shelar (4): geneve: Unify LWT and netdev handling. geneve: Merge ipv4 and ipv6 geneve_build_skb() ge