netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/7] vxlan: General improvements.
@ 2016-11-05 18:45 Pravin B Shelar
  2016-11-05 18:45 ` [PATCH net-next v2 1/7] vxlan: avoid vlan processing in vxlan device Pravin B Shelar
                   ` (6 more replies)
  0 siblings, 7 replies; 31+ messages in thread
From: Pravin B Shelar @ 2016-11-05 18:45 UTC (permalink / raw)
  To: netdev; +Cc: Pravin B Shelar

Following patch series improves vxlan fast path, removes
duplicate code and simplifies vxlan xmit code path.

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

Pravin B Shelar (7):
  vxlan: avoid vlan processing in vxlan device.
  vxlan: simplify exception handling
  vxlan: avoid checking socket multiple times.
  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     | 275 +++++++++++++++++++++++-------------------------
 include/linux/if_vlan.h |  16 ---
 include/net/vxlan.h     |  10 --
 3 files changed, 133 insertions(+), 168 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2016-11-11 23:24 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-05 18:45 [PATCH net-next v2 0/7] vxlan: General improvements Pravin B Shelar
2016-11-05 18:45 ` [PATCH net-next v2 1/7] vxlan: avoid vlan processing in vxlan device Pravin B Shelar
2016-11-06  9:57   ` Sergei Shtylyov
2016-11-09 16:04   ` Jiri Benc
2016-11-05 18:45 ` [PATCH net-next v2 2/7] vxlan: simplify exception handling Pravin B Shelar
2016-11-09 16:10   ` Jiri Benc
2016-11-10  3:33     ` Pravin Shelar
2016-11-10  9:47       ` Jiri Benc
2016-11-10 18:10         ` Pravin Shelar
2016-11-10 18:33           ` Jiri Benc
2016-11-10 19:21             ` Pravin Shelar
2016-11-11 11:14               ` Jiri Benc
2016-11-11 23:24                 ` Pravin Shelar
2016-11-05 18:45 ` [PATCH net-next v2 3/7] vxlan: avoid checking socket multiple times Pravin B Shelar
2016-11-09 16:16   ` Jiri Benc
2016-11-09 16:34   ` Jiri Benc
2016-11-10  3:33     ` Pravin Shelar
2016-11-05 18:45 ` [PATCH net-next v2 4/7] vxlan: improve vxlan route lookup checks Pravin B Shelar
2016-11-09 16:41   ` Jiri Benc
2016-11-10  3:34     ` Pravin Shelar
2016-11-10  9:56       ` Jiri Benc
2016-11-10 18:10         ` Pravin Shelar
2016-11-10 18:37           ` Jiri Benc
2016-11-05 18:45 ` [PATCH net-next v2 5/7] vxlan: simplify RTF_LOCAL handling Pravin B Shelar
2016-11-09 16:53   ` Jiri Benc
2016-11-10  3:34     ` Pravin Shelar
2016-11-05 18:45 ` [PATCH net-next v2 6/7] vxlan: simplify vxlan xmit Pravin B Shelar
2016-11-09 16:59   ` Jiri Benc
2016-11-10  3:35     ` Pravin Shelar
2016-11-10 10:08       ` Jiri Benc
2016-11-05 18:45 ` [PATCH net-next v2 7/7] vxlan: remove unsed vxlan_dev_dst_port() Pravin B Shelar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).