Re: [ovs-dev] [PATCH V3 05/19] netdev-dpdk: Improve HW offload flow debuggability

2019-12-10 Thread Ilya Maximets
On 10.12.2019 15:44, Eli Britstein wrote: > > On 12/10/2019 4:38 PM, Ilya Maximets wrote: >> On 08.12.2019 14:22, Eli Britstein wrote: >>> Add debug prints when creating and destroying rte flows, with all the >>> flow details (attributes, patterns, actions). >>> >>> Signed-off-by: Eli Britstein >

Re: [ovs-dev] [PATCH V3 05/19] netdev-dpdk: Improve HW offload flow debuggability

2019-12-10 Thread Eli Britstein
On 12/10/2019 4:38 PM, Ilya Maximets wrote: > On 08.12.2019 14:22, Eli Britstein wrote: >> Add debug prints when creating and destroying rte flows, with all the >> flow details (attributes, patterns, actions). >> >> Signed-off-by: Eli Britstein >> Reviewed-by: Oz Shlomo >> --- >> lib/netdev-d

Re: [ovs-dev] [PATCH V3 05/19] netdev-dpdk: Improve HW offload flow debuggability

2019-12-10 Thread Ilya Maximets
On 08.12.2019 14:22, Eli Britstein wrote: > Add debug prints when creating and destroying rte flows, with all the > flow details (attributes, patterns, actions). > > Signed-off-by: Eli Britstein > Reviewed-by: Oz Shlomo > --- > lib/netdev-dpdk.c | 260 >

[ovs-dev] [PATCH V3 05/19] netdev-dpdk: Improve HW offload flow debuggability

2019-12-08 Thread Eli Britstein
Add debug prints when creating and destroying rte flows, with all the flow details (attributes, patterns, actions). Signed-off-by: Eli Britstein Reviewed-by: Oz Shlomo --- lib/netdev-dpdk.c | 260 ++ lib/netdev-offload-dpdk.c | 207 +--