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

2018-04-19 Thread Adrien Mazarguil
On Wed, Apr 18, 2018 at 10:04:23PM +0100, Declan Doherty wrote: > 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

[dpdk-dev] [PATCH v4 6/6] ethdev: add shared counter support to rte_flow

2018-04-18 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. This patch also modifies the existin