Re: [ovs-dev] [PATCH ovs V7 11/24] dpif-netlink: Use netdev flow put api to insert a flow

2017-04-20 Thread Joe Stringer
On 19 April 2017 at 23:13, Roi Dayan wrote: > > > On 14/04/2017 04:08, Joe Stringer wrote: >> >> On 7 April 2017 at 06:12, Roi Dayan wrote: >>> >>> From: Paul Blakey >>> >>> Using the new netdev flow api operate will now try and >>> offload flows to the relevant netdev of the input port. >>> Oth

Re: [ovs-dev] [PATCH ovs V7 11/24] dpif-netlink: Use netdev flow put api to insert a flow

2017-04-19 Thread Roi Dayan
On 14/04/2017 04:08, Joe Stringer wrote: On 7 April 2017 at 06:12, Roi Dayan wrote: From: Paul Blakey Using the new netdev flow api operate will now try and offload flows to the relevant netdev of the input port. Other operate methods flows will come in later patches. Signed-off-by: Paul B

Re: [ovs-dev] [PATCH ovs V7 11/24] dpif-netlink: Use netdev flow put api to insert a flow

2017-04-13 Thread Joe Stringer
On 7 April 2017 at 06:12, Roi Dayan wrote: > From: Paul Blakey > > Using the new netdev flow api operate will now try and > offload flows to the relevant netdev of the input port. > Other operate methods flows will come in later patches. > > Signed-off-by: Paul Blakey > Reviewed-by: Roi Dayan >

[ovs-dev] [PATCH ovs V7 11/24] dpif-netlink: Use netdev flow put api to insert a flow

2017-04-07 Thread Roi Dayan
From: Paul Blakey Using the new netdev flow api operate will now try and offload flows to the relevant netdev of the input port. Other operate methods flows will come in later patches. Signed-off-by: Paul Blakey Reviewed-by: Roi Dayan Reviewed-by: Simon Horman --- lib/dpif-netlink.c | 213 ++