[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAEP_g=9pFfXpPbXN7p5wT67kfegOj09KU2Zwunbh-PX_PsWc+w@mail.gmail.com>
Date: Thu, 20 Jun 2013 10:14:12 -0700
From: Jesse Gross <jesse@...ira.com>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: Pravin B Shelar <pshelar@...ira.com>,
"dev@...nvswitch.org" <dev@...nvswitch.org>,
netdev <netdev@...r.kernel.org>
Subject: Re: [ovs-dev] [PATCH net-next 0/8] openvswitch: Add vxlan tunneling support.
On Thu, Jun 20, 2013 at 8:58 AM, Stephen Hemminger
<stephen@...workplumber.org> wrote:
> On Thu, 20 Jun 2013 00:26:15 -0700
> Pravin B Shelar <pshelar@...ira.com> wrote:
>
>> First two patches fixes vxlan issues. Next two 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 (8):
>> vxlan: Fix error handling while creating device.
>> vxlan: Fix sparse wornings.
>> vxlan: Allow multiple recieve 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 | 337 +++++++++++++++++++++++++-------------
>> include/net/vxlan.h | 33 ++++
>> include/uapi/linux/openvswitch.h | 11 ++
>> net/openvswitch/Kconfig | 1 +
>> net/openvswitch/Makefile | 3 +-
>> net/openvswitch/vport-vxlan.c | 220 +++++++++++++++++++++++++
>> net/openvswitch/vport.c | 3 +
>> net/openvswitch/vport.h | 1 +
>> 8 files changed, 490 insertions(+), 119 deletions(-)
>> create mode 100644 include/net/vxlan.h
>> create mode 100644 net/openvswitch/vport-vxlan.c
>
> I will merge the first 7 into my vxlan repository and send a pull request.
Once you've done that, I'll resync my tree with net-next and take the last one.
--
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