Re: [ovs-dev] [PATCH ovs V2 14/21] netdev-tc-offloads: Netdev flow put implementation using tc api

2017-01-10 Thread Paul Blakey
On 05/01/2017 23:29, Joe Stringer wrote: On 25 December 2016 at 03:39, Paul Blakey wrote: Signed-off-by: Paul Blakey Reviewed-by: Roi Dayan --- I don't think that there are errors returned for unsupported fields? Any field that has a nonzero mask for a field that cannot be converted into

Re: [ovs-dev] [PATCH ovs V2 14/21] netdev-tc-offloads: Netdev flow put implementation using tc api

2017-01-05 Thread Joe Stringer
On 25 December 2016 at 03:39, Paul Blakey wrote: > Signed-off-by: Paul Blakey > Reviewed-by: Roi Dayan > --- I don't think that there are errors returned for unsupported fields? Any field that has a nonzero mask for a field that cannot be converted into TC should result in a flow install failu

[ovs-dev] [PATCH ovs V2 14/21] netdev-tc-offloads: Netdev flow put implementation using tc api

2016-12-25 Thread Paul Blakey
Signed-off-by: Paul Blakey Reviewed-by: Roi Dayan --- lib/netdev-tc-offloads.c | 186 +-- 1 file changed, 180 insertions(+), 6 deletions(-) diff --git a/lib/netdev-tc-offloads.c b/lib/netdev-tc-offloads.c index b4eee98..4acc8ea 100644 --- a/lib/netdev