Re: [ovs-dev] [PATCH 7/9] tunneling: Add userspace tunnel support for Geneve.

2015-04-07 Thread Pravin Shelar
On Tue, Apr 7, 2015 at 4:59 PM, Jesse Gross wrote: > On Tue, Apr 7, 2015 at 4:22 PM, Pravin Shelar wrote: >> On Mon, Mar 30, 2015 at 3:14 PM, Jesse Gross wrote: >>> diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c >>> index 0c9f5a4..ef96862 100644 >>> --- a/lib/netdev-vport.c >>> +++ b/lib/n

Re: [ovs-dev] [PATCH 7/9] tunneling: Add userspace tunnel support for Geneve.

2015-04-07 Thread Jesse Gross
On Tue, Apr 7, 2015 at 4:22 PM, Pravin Shelar wrote: > On Mon, Mar 30, 2015 at 3:14 PM, Jesse Gross wrote: >> diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c >> index 0c9f5a4..ef96862 100644 >> --- a/lib/netdev-vport.c >> +++ b/lib/netdev-vport.c >> @@ -61,6 +61,11 @@ static struct vlog_rate

Re: [ovs-dev] [PATCH 7/9] tunneling: Add userspace tunnel support for Geneve.

2015-04-07 Thread Pravin Shelar
On Mon, Mar 30, 2015 at 3:14 PM, Jesse Gross wrote: > This adds basic userspace dataplane support for the Geneve > tunneling protocol. The rest of userspace only has the ability > to handle Geneve without options and this follows that pattern > for the time being. However, when the rest of userspa

[ovs-dev] [PATCH 7/9] tunneling: Add userspace tunnel support for Geneve.

2015-03-30 Thread Jesse Gross
This adds basic userspace dataplane support for the Geneve tunneling protocol. The rest of userspace only has the ability to handle Geneve without options and this follows that pattern for the time being. However, when the rest of userspace is updated it should be easy to extend the dataplane as we