Re: [dpdk-dev] [PATCH v7 4/4] ethdev: add shared counter support to rte_flow

2018-04-27 Thread Ferruh Yigit
On 4/27/2018 1:25 PM, Ferruh Yigit wrote: > On 4/26/2018 7:55 PM, Thomas Monjalon wrote: >> 26/04/2018 19:29, Declan Doherty: >>> Add rte_flow_action_count action data structure to enable shared >>> counters across multiple flows on a single port or across multiple >>> flows on multiple ports withi

Re: [dpdk-dev] [PATCH v7 4/4] ethdev: add shared counter support to rte_flow

2018-04-27 Thread Ferruh Yigit
On 4/26/2018 7:55 PM, Thomas Monjalon wrote: > 26/04/2018 19:29, Declan Doherty: >> Add rte_flow_action_count action data structure to enable shared >> counters across multiple flows on a single port or across multiple >> flows on multiple ports within the same switch domain. Also this enables >> m

Re: [dpdk-dev] [PATCH v7 4/4] ethdev: add shared counter support to rte_flow

2018-04-26 Thread Thomas Monjalon
26/04/2018 19:29, Declan Doherty: > Add rte_flow_action_count action data structure to enable shared > counters across multiple flows on a single port or across multiple > flows on multiple ports within the same switch domain. Also this enables > multiple count actions to be specified in a single f

[dpdk-dev] [PATCH v7 4/4] ethdev: add shared counter support to rte_flow

2018-04-26 Thread Declan Doherty
Add rte_flow_action_count action data structure to enable shared counters across multiple flows on a single port or across multiple flows on multiple ports within the same switch domain. Also this enables multiple count actions to be specified in a single flow action. This patch also modifies the