Re: [ovs-dev] [RFC PATCH v4 3/6] dpif-netlink: Probe for out-of-tree datapath.

2017-02-07 Thread Eric Garver
On Fri, Feb 03, 2017 at 02:11:34PM -0800, Joe Stringer wrote: > On 3 February 2017 at 12:56, Eric Garver wrote: > > On Thu, Feb 02, 2017 at 02:50:01PM -0800, Joe Stringer wrote: > >> On 18 January 2017 at 11:45, Eric Garver wrote: > >> > For out-of-tree datapath, only

Re: [ovs-dev] [RFC PATCH v4 3/6] dpif-netlink: Probe for out-of-tree datapath.

2017-02-03 Thread Joe Stringer
On 3 February 2017 at 12:56, Eric Garver wrote: > On Thu, Feb 02, 2017 at 02:50:01PM -0800, Joe Stringer wrote: >> On 18 January 2017 at 11:45, Eric Garver wrote: >> > For out-of-tree datapath, only try genetlink/compat. >> > For in-tree kernel datapath, try rtnetlink

Re: [ovs-dev] [RFC PATCH v4 3/6] dpif-netlink: Probe for out-of-tree datapath.

2017-02-03 Thread Eric Garver
On Thu, Feb 02, 2017 at 02:50:01PM -0800, Joe Stringer wrote: > On 18 January 2017 at 11:45, Eric Garver wrote: > > For out-of-tree datapath, only try genetlink/compat. > > For in-tree kernel datapath, try rtnetlink then genetlink. > > > > Signed-off-by: Eric Garver >

[ovs-dev] [RFC PATCH v4 3/6] dpif-netlink: Probe for out-of-tree datapath.

2017-01-18 Thread Eric Garver
For out-of-tree datapath, only try genetlink/compat. For in-tree kernel datapath, try rtnetlink then genetlink. Signed-off-by: Eric Garver --- lib/dpif-netlink.c | 35 --- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git