[ovs-dev] [PATCH 02/20] netdev-offload-dpdk: Refactor flow patterns and actions code

2019-11-20 Thread Eli Britstein
Refactor the flow patterns and actions code to a new source files for better readability and towards adding more code to it. Signed-off-by: Eli Britstein Reviewed-by: Oz Shlomo --- lib/automake.mk | 4 +- lib/netdev-offload-dpdk-flow.c| 479 ++

Re: [ovs-dev] [PATCH 02/20] netdev-offload-dpdk: Refactor flow patterns and actions code

2019-12-03 Thread Sriharsha Basavapatna via dev
Hi Eli, Thanks for this full-offload patch set. I have some comments inline. Thanks, -Harsha On Wed, Nov 20, 2019 at 9:07 PM Eli Britstein wrote: > > Refactor the flow patterns and actions code to a new source files for > better readability and towards adding more code to it. > > Signed-off-by:

Re: [ovs-dev] [PATCH 02/20] netdev-offload-dpdk: Refactor flow patterns and actions code

2019-12-04 Thread Ilya Maximets
On 03.12.2019 15:55, Sriharsha Basavapatna wrote: > Hi Eli, > > Thanks for this full-offload patch set. I have some comments inline. > > Thanks, > -Harsha > > On Wed, Nov 20, 2019 at 9:07 PM Eli Britstein wrote: >> >> Refactor the flow patterns and actions code to a new source files for >> b