Re: [PATCH net-next v3 0/7] vxlan: xmit improvements.

2016-11-15 Thread David Miller
From: Pravin B Shelar 
Date: Sun, 13 Nov 2016 20:43:51 -0800

> Following patch series improves vxlan fast path, removes
> duplicate code and simplifies vxlan xmit code path.
> 
> v2-v3:
> Removed unrelated warning fix from patch 2.
> rearranged error handling from patch 3
> Fixed stats updates in vxlan route lookup in patch 4
> 
> v1-v2:
> Fix compilation error when IPv6 support is not enabled.

Series applied, thanks.


[PATCH net-next v3 0/7] vxlan: xmit improvements.

2016-11-13 Thread Pravin B Shelar
Following patch series improves vxlan fast path, removes
duplicate code and simplifies vxlan xmit code path.

v2-v3:
Removed unrelated warning fix from patch 2.
rearranged error handling from patch 3
Fixed stats updates in vxlan route lookup in patch 4

v1-v2:
Fix compilation error when IPv6 support is not enabled.


Pravin B Shelar (7):
  vxlan: avoid vlan processing in vxlan device.
  vxlan: avoid checking socket multiple times.
  vxlan: simplify exception handling
  vxlan: improve vxlan route lookup checks.
  vxlan: simplify RTF_LOCAL handling.
  vxlan: simplify vxlan xmit
  vxlan: remove unsed vxlan_dev_dst_port()

 drivers/net/vxlan.c | 285 +++-
 include/linux/if_vlan.h |  16 ---
 include/net/vxlan.h |  10 --
 3 files changed, 137 insertions(+), 174 deletions(-)

-- 
1.9.1