From: Pravin B Shelar <pshelar@nicira.com>
To: netdev@vger.kernel.org, davem@davemloft.net
Cc: stephen@networkplumber.org, Pravin B Shelar <pshelar@nicira.com>
Subject: [PATCH net-next v7 0/8] openvswitch: VXLAN tunneling.
Date: Mon, 19 Aug 2013 11:22:39 -0700 [thread overview]
Message-ID: <1376936559-25427-1-git-send-email-pshelar@nicira.com> (raw)
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
next reply other threads:[~2013-08-19 18:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-19 18:22 Pravin B Shelar [this message]
2013-08-20 7:17 ` [PATCH net-next v7 0/8] openvswitch: VXLAN tunneling David Miller
-- strict thread matches above, loose matches on Subject: below --
2013-08-05 17:47 Pravin B Shelar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1376936559-25427-1-git-send-email-pshelar@nicira.com \
--to=pshelar@nicira.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox