Re: [dpdk-dev] [PATCH 3/3] rte_flow: add new action for traffic metering and policing

2017-10-06 Thread Dumitrescu, Cristian
Hi Adrien, > -Original Message- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Tuesday, September 19, 2017 6:01 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; tho...@monjalon.net; > jerin.ja...@caviumnetworks.com; hemant.agra...@nxp.com > Subject: Re: [PATCH 3/3]

Re: [dpdk-dev] [PATCH 3/3] rte_flow: add new action for traffic metering and policing

2017-09-19 Thread Adrien Mazarguil
Hi Cristian, On Tue, Sep 19, 2017 at 04:36:50PM +, Dumitrescu, Cristian wrote: > > > /** > > > + * RTE_FLOW_ACTION_TYPE_METER > > > + * > > > + * Traffic metering and policing (MTR). > > > + * > > > + * Packets matched by items of this type can be either dropped or passed > > to the > > > +

Re: [dpdk-dev] [PATCH 3/3] rte_flow: add new action for traffic metering and policing

2017-09-19 Thread Dumitrescu, Cristian
Hi Adrien, > -Original Message- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Wednesday, September 6, 2017 5:23 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; tho...@monjalon.net; > jerin.ja...@caviumnetworks.com; hemant.agra...@nxp.com > Subject: Re: [PATCH 3/3]

Re: [dpdk-dev] [PATCH 3/3] rte_flow: add new action for traffic metering and policing

2017-09-06 Thread Adrien Mazarguil
Hi Cristian, This commit should probably come first in the series since the rest relies on it, right? Subject line does not conform past commits, it should start with "ethdev:" and not mention "rte_flow" (use "flow API"). On Sat, Aug 26, 2017 at 01:06:13AM +0100, Cristian Dumitrescu wrote: > Sig

[dpdk-dev] [PATCH 3/3] rte_flow: add new action for traffic metering and policing

2017-08-25 Thread Cristian Dumitrescu
Signed-off-by: Cristian Dumitrescu --- lib/librte_ether/rte_flow.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/lib/librte_ether/rte_flow.h b/lib/librte_ether/rte_flow.h index bba6169..5569a87 100644 --- a/lib/librte_ether/rte_flow.h +++ b/lib/librte_ether/rte_flow.