[dpdk-dev] [PATCH V2 1/5] ethdev: add new flow action for metering and policing

2017-10-05 Thread Cristian Dumitrescu
Metering and policing action typically sits on top of flow classification, which is why MTR objects are enabled through a newly introduced flow action. The configuration of MTR objects is done in their own namespace (rte_mtr) within the librte_ether library. The MTR object is hooked into ethdev RX

Re: [dpdk-dev] [PATCH V2 1/5] ethdev: add new flow action for metering and policing

2017-10-06 Thread Adrien Mazarguil
On Thu, Oct 05, 2017 at 02:09:30PM +0100, Cristian Dumitrescu wrote: > Metering and policing action typically sits on top of flow classification, > which is why MTR objects are enabled through a newly introduced flow > action. > > The configuration of MTR objects is done in their own namespace (rt

Re: [dpdk-dev] [PATCH V2 1/5] ethdev: add new flow action for metering and policing

2017-10-06 Thread Dumitrescu, Cristian
> -Original Message- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Friday, October 6, 2017 2:58 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; tho...@monjalon.net; Wu, Jingjing > ; hemant.agra...@nxp.com; > jerin.ja...@caviumnetworks.com; Singh, Jasvinder > > S