netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/7] openvswitch: VXLAN tunneling.
@ 2013-07-26 23:14 Pravin B Shelar
  2013-07-28  2:27 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Pravin B Shelar @ 2013-07-26 23:14 UTC (permalink / raw)
  To: netdev; +Cc: stephen, Pravin B Shelar

First three vxlan patches extends vxlan so that openvswitch 
can share vxlan udp port with vxlan module. Rest of patches
refactors vxlan data plane so that ovs can share that
code with vxlan module.
Last patch adds vxlan-vport to openvswitch.

Pravin B Shelar (7):
  vxlan: Add vxlan_handler.
  vxlan: Restructure vxlan receive for multiple protocol handlers.
  vxlan: Extend vxlan handlers for openvswitch.
  vxlan: Factor out vxlan send api.
  vxlan: Improve vxlan headroom calculation.
  vxlan: Add tx-vlan offload support.
  openvswitch: Add vxlan tunneling support.

 drivers/net/vxlan.c              |  477 ++++++++++++++++++++++++--------------
 include/net/vxlan.h              |   47 ++++
 include/uapi/linux/openvswitch.h |   11 +
 net/openvswitch/Kconfig          |   13 +
 net/openvswitch/Makefile         |    4 +
 net/openvswitch/vport-vxlan.c    |  208 +++++++++++++++++
 net/openvswitch/vport.c          |    3 +
 net/openvswitch/vport.h          |    1 +
 8 files changed, 590 insertions(+), 174 deletions(-)
 create mode 100644 include/net/vxlan.h
 create mode 100644 net/openvswitch/vport-vxlan.c

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

* Re: [PATCH net-next v4 0/7] openvswitch: VXLAN tunneling.
  2013-07-26 23:14 [PATCH net-next v4 0/7] openvswitch: VXLAN tunneling Pravin B Shelar
@ 2013-07-28  2:27 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-07-28  2:27 UTC (permalink / raw)
  To: pshelar; +Cc: netdev, stephen

From: Pravin B Shelar <pshelar@nicira.com>
Date: Fri, 26 Jul 2013 16:14:42 -0700

> First three vxlan patches extends vxlan so that openvswitch 
> can share vxlan udp port with vxlan module. Rest of patches
> refactors vxlan data plane so that ovs can share that
> code with vxlan module.
> Last patch adds vxlan-vport to openvswitch.

Thanks Pravin, my concerns are addressed, I look forward to
seeing this in it's final form from Stephen et al.

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

end of thread, other threads:[~2013-07-28  2:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-26 23:14 [PATCH net-next v4 0/7] openvswitch: VXLAN tunneling Pravin B Shelar
2013-07-28  2:27 ` David Miller

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).