Re: [ovs-dev] [PATCH] linux: Assume it is local if no API is available.

2018-06-14 Thread Flavio Leitner
On Thu, Jun 14, 2018 at 04:09:24PM -0700, Ben Pfaff wrote: > On Thu, Jun 07, 2018 at 04:33:50PM +0200, Eelco Chaudron wrote: > > On 07/06/18 16:10, Flavio Leitner wrote: > > >If the 'openvswitch' kernel module is not loaded, the API is not > > >available and the userspace will keep retrying. This

Re: [ovs-dev] [PATCH] linux: Assume it is local if no API is available.

2018-06-14 Thread Ben Pfaff
On Thu, Jun 07, 2018 at 04:33:50PM +0200, Eelco Chaudron wrote: > On 07/06/18 16:10, Flavio Leitner wrote: > >If the 'openvswitch' kernel module is not loaded, the API is not > >available and the userspace will keep retrying. This approach is > >not ideal for the netdev datapath type. > > > >This

Re: [ovs-dev] [PATCH] linux: Assume it is local if no API is available.

2018-06-07 Thread Eelco Chaudron
On 07/06/18 16:10, Flavio Leitner wrote: If the 'openvswitch' kernel module is not loaded, the API is not available and the userspace will keep retrying. This approach is not ideal for the netdev datapath type. This patch disables network netns support if the error code returned indicates that

[ovs-dev] [PATCH] linux: Assume it is local if no API is available.

2018-06-07 Thread Flavio Leitner
If the 'openvswitch' kernel module is not loaded, the API is not available and the userspace will keep retrying. This approach is not ideal for the netdev datapath type. This patch disables network netns support if the error code returned indicates that the API is not available. Reported-by: