Re: [dpdk-dev] [PATCH] app/testpmd: add meter to the actions table

2018-01-31 Thread Thomas Monjalon
30/01/2018 11:00, Adrien Mazarguil: > On Sun, Jan 28, 2018 at 12:58:39PM +0100, Tomasz Duszynski wrote: > > Since METER action is supported by the testpmd application > > suitable entry should exist in flow actions information table. > > > > Without that testpmd will return error on adding a new f

Re: [dpdk-dev] [PATCH] app/testpmd: add meter to the actions table

2018-01-30 Thread Adrien Mazarguil
On Sun, Jan 28, 2018 at 12:58:39PM +0100, Tomasz Duszynski wrote: > Since METER action is supported by the testpmd application > suitable entry should exist in flow actions information table. > > Without that testpmd will return error on adding a new flow to > the list of flows attached to a given

[dpdk-dev] [PATCH] app/testpmd: add meter to the actions table

2018-01-28 Thread Tomasz Duszynski
Since METER action is supported by the testpmd application suitable entry should exist in flow actions information table. Without that testpmd will return error on adding a new flow to the list of flows attached to a given port. Signed-off-by: Tomasz Duszynski Acked-by: Jasvinder Singh --- app

Re: [dpdk-dev] [PATCH] app/testpmd: add meter to the actions table

2018-01-21 Thread Tomasz Duszynski
y 11, 2018 1:49 PM > > > To: dev@dpdk.org > > > Cc: Lu, Wenzhuo ; Wu, Jingjing > > > ; Tomasz Duszynski > > > Subject: [dpdk-dev] [PATCH] app/testpmd: add meter to the actions > > > table > > > > > > Since METER action is supported by

Re: [dpdk-dev] [PATCH] app/testpmd: add meter to the actions table

2018-01-12 Thread Singh, Jasvinder
> -Original Message- > From: Dumitrescu, Cristian > Sent: Thursday, January 11, 2018 6:34 PM > To: Tomasz Duszynski ; dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing > ; Singh, Jasvinder > Subject: RE: [dpdk-dev] [PATCH] app/testpmd: add meter t

Re: [dpdk-dev] [PATCH] app/testpmd: add meter to the actions table

2018-01-11 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Duszynski > Sent: Thursday, January 11, 2018 1:49 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing > ; Tomasz Duszynski > Subject: [dpdk-dev] [PATCH] app/testpmd: add meter

[dpdk-dev] [PATCH] app/testpmd: add meter to the actions table

2018-01-11 Thread Tomasz Duszynski
Since METER action is supported by the testpmd application suitable entry should exist in flow actions information table. Without that testpmd will return error on adding a new flow to the list of flows attached to a given port. Signed-off-by: Tomasz Duszynski --- app/test-pmd/config.c | 1 + 1