netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v7 0/8] openvswitch: VXLAN tunneling.
@ 2013-08-05 17:47 Pravin B Shelar
  0 siblings, 0 replies; 3+ messages in thread
From: Pravin B Shelar @ 2013-08-05 17:47 UTC (permalink / raw)
  To: netdev; +Cc: stephen, Pravin B Shelar

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

v7 fixed first patch as suggested by Stephen Hemminger.
v6 series splits second patch into two and has few style fixes.
v5 series disallow any udp port sharing between
kernel-vxlan and ovs-vxlan as suggested by Stephen Hemminger.

Pravin B Shelar (8):
  vxlan: Restructure vxlan socket apis.
  vxlan: Restructure vxlan receive.
  vxlan: Add vxlan recv demux.
  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              |  342 ++++++++++++++++++++++----------------
 include/net/vxlan.h              |   39 +++++
 include/uapi/linux/openvswitch.h |   11 ++
 net/openvswitch/Kconfig          |   13 ++
 net/openvswitch/Makefile         |    4 +
 net/openvswitch/vport-vxlan.c    |  204 +++++++++++++++++++++++
 net/openvswitch/vport.c          |    3 +
 net/openvswitch/vport.h          |    1 +
 8 files changed, 477 insertions(+), 140 deletions(-)
 create mode 100644 include/net/vxlan.h
 create mode 100644 net/openvswitch/vport-vxlan.c

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

* Re: [PATCH net-next v7 0/8] openvswitch: VXLAN tunneling.
  2013-08-19 18:22 Pravin B Shelar
@ 2013-08-20  7:17 ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2013-08-20  7:17 UTC (permalink / raw)
  To: pshelar; +Cc: netdev, stephen

From: Pravin B Shelar <pshelar@nicira.com>
Date: Mon, 19 Aug 2013 11:22:39 -0700

> First four vxlan patches extends vxlan so that openvswitch
> can share vxlan recv code. Rest of patches refactors vxlan
> data plane so that ovs can share that code with vxlan module.
> Last patch adds vxlan-vport to openvswitch.
> 
> v7 fixed first patch as suggested by Stephen Hemminger.
> v6 series splits second patch into two and has few style fixes.
> v5 series disallow any udp port sharing between
> kernel-vxlan and ovs-vxlan as suggested by Stephen Hemminger.

Series applied, thanks.

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

* [PATCH net-next v7 0/8] openvswitch: VXLAN tunneling.
@ 2013-08-19 18:22 Pravin B Shelar
  2013-08-20  7:17 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Pravin B Shelar @ 2013-08-19 18:22 UTC (permalink / raw)
  To: netdev, davem; +Cc: stephen, Pravin B Shelar

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

v7 fixed first patch as suggested by Stephen Hemminger.
v6 series splits second patch into two and has few style fixes.
v5 series disallow any udp port sharing between
kernel-vxlan and ovs-vxlan as suggested by Stephen Hemminger.

Pravin B Shelar (8):
  vxlan: Restructure vxlan socket apis.
  vxlan: Restructure vxlan receive.
  vxlan: Add vxlan recv demux.
  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              |  342 ++++++++++++++++++++++----------------
 include/net/vxlan.h              |   39 +++++
 include/uapi/linux/openvswitch.h |   11 ++
 net/openvswitch/Kconfig          |   13 ++
 net/openvswitch/Makefile         |    4 +
 net/openvswitch/vport-vxlan.c    |  204 +++++++++++++++++++++++
 net/openvswitch/vport.c          |    3 +
 net/openvswitch/vport.h          |    1 +
 8 files changed, 477 insertions(+), 140 deletions(-)
 create mode 100644 include/net/vxlan.h
 create mode 100644 net/openvswitch/vport-vxlan.c

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

end of thread, other threads:[~2013-08-20  7:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-05 17:47 [PATCH net-next v7 0/8] openvswitch: VXLAN tunneling Pravin B Shelar
2013-08-19 18:22 Pravin B Shelar
2013-08-20  7:17 ` 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).