[ovs-dev] [PATCH 3/6] vxlan: Only bind to sockets with correct extensions enabled

2015-01-12 Thread Thomas Graf
A VXLAN net_device looking for an appropriate socket may only consider a socket which has a matching set of extensions enabled. If the extensions don't match, return a conflict to have the caller create a distinct socket with distinct port. The OVS VXLAN port is kept unaware of extensions at this

[ovs-dev] [PATCH 3/6] vxlan: Only bind to sockets with correct extensions enabled

2015-01-08 Thread Thomas Graf
A VXLAN net_device looking for an appropriate socket may only consider a socket which has a matching set of extensions enabled. If the extensions don't match, return a conflict to have the caller create a distinct socket with distinct port. The OVS VXLAN port is kept unaware of extensions at this

Re: [ovs-dev] [PATCH 3/6] vxlan: Only bind to sockets with correct extensions enabled

2015-01-07 Thread Thomas Graf
On 01/07/15 at 02:45pm, Jesse Gross wrote: > On Tue, Jan 6, 2015 at 6:05 PM, Thomas Graf wrote: > > A VXLAN net_device looking for an appropriate socket may only > > consider a socket which has the exact set of extensions enabled. > > If none can be found, a new socket must be created. > > Maybe

Re: [ovs-dev] [PATCH 3/6] vxlan: Only bind to sockets with correct extensions enabled

2015-01-07 Thread Jesse Gross
On Tue, Jan 6, 2015 at 6:05 PM, Thomas Graf wrote: > A VXLAN net_device looking for an appropriate socket may only > consider a socket which has the exact set of extensions enabled. > If none can be found, a new socket must be created. Maybe it's just the phrasing of the commit message but won't

[ovs-dev] [PATCH 3/6] vxlan: Only bind to sockets with correct extensions enabled

2015-01-06 Thread Thomas Graf
A VXLAN net_device looking for an appropriate socket may only consider a socket which has the exact set of extensions enabled. If none can be found, a new socket must be created. The OVS VXLAN port is kept unaware of extensions at this point. Signed-off-by: Thomas Graf --- drivers/net/vxlan.c