Re: [ovs-dev] [PATCH v2 3/8] vport: retrieve the netnsid if available.

2017-12-04 Thread Flavio Leitner
On Tue, 14 Nov 2017 10:55:44 -0800 Gregory Rose wrote: > On 11/9/2017 9:31 AM, Flavio Leitner wrote: > > Recent kernels provide the network namespace ID of a port, > > so use that to discover where the port currently is. > > > > Signed-off-by: Flavio Leitner > > --- > > datapath/linux/compat/i

Re: [ovs-dev] [PATCH v2 3/8] vport: retrieve the netnsid if available.

2017-11-14 Thread Gregory Rose
On 11/9/2017 9:31 AM, Flavio Leitner wrote: Recent kernels provide the network namespace ID of a port, so use that to discover where the port currently is. Signed-off-by: Flavio Leitner --- datapath/linux/compat/include/linux/openvswitch.h | 2 ++ lib/dpif-netlink.c

[ovs-dev] [PATCH v2 3/8] vport: retrieve the netnsid if available.

2017-11-09 Thread Flavio Leitner
Recent kernels provide the network namespace ID of a port, so use that to discover where the port currently is. Signed-off-by: Flavio Leitner --- datapath/linux/compat/include/linux/openvswitch.h | 2 ++ lib/dpif-netlink.c| 6 ++ lib/dpif-netlink.h