Re: [dpdk-dev] [PATCH] app/testpmd: allow setting shaper profile id to none

2018-04-23 Thread Thomas Monjalon
16/02/2018 10:38, Singh, Jasvinder: > > On Tue, Jan 30, 2018 at 08:37:08AM +0100, Tomasz Duszynski wrote: > > > Private shaper profiles are attached to nodes defined in traffic > > > manager hierarchy. > > > > > > Since not every node must have a configured shaper testpmd should > > > allow setting

Re: [dpdk-dev] [PATCH] app/testpmd: allow setting shaper profile id to none

2018-02-16 Thread Singh, Jasvinder
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Duszynski > Sent: Friday, February 16, 2018 8:14 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing > ; Tomasz Duszynski > Subject: Re: [dpdk-dev] [PATCH] app/testpmd: allow sett

Re: [dpdk-dev] [PATCH] app/testpmd: allow setting shaper profile id to none

2018-02-16 Thread Tomasz Duszynski
On Tue, Jan 30, 2018 at 08:37:08AM +0100, Tomasz Duszynski wrote: > Private shaper profiles are attached to nodes defined > in traffic manager hierarchy. > > Since not every node must have a configured shaper > testpmd should allow setting shaper profile id to > invalid (RTE_TM_SHAPER_PROFILE_ID_NO

[dpdk-dev] [PATCH] app/testpmd: allow setting shaper profile id to none

2018-01-29 Thread Tomasz Duszynski
Private shaper profiles are attached to nodes defined in traffic manager hierarchy. Since not every node must have a configured shaper testpmd should allow setting shaper profile id to invalid (RTE_TM_SHAPER_PROFILE_ID_NONE) easily. This patch follows same approach as in case of setting parent id