[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1374880482-2846-1-git-send-email-pshelar@nicira.com>
Date: Fri, 26 Jul 2013 16:14:42 -0700
From: Pravin B Shelar <pshelar@...ira.com>
To: netdev@...r.kernel.org
Cc: stephen@...workplumber.org, Pravin B Shelar <pshelar@...ira.com>
Subject: [PATCH net-next v4 0/7] openvswitch: VXLAN tunneling.
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists