Re: [dpdk-dev] [PATCH] app/test-pmd: add and identify shaper profile parameters

2018-10-22 Thread Xu, Rosen
> -Original Message- > From: Singh, Jasvinder > Sent: Tuesday, September 25, 2018 19:56 > To: Xu, Rosen ; dev@dpdk.org > Cc: Dumitrescu, Cristian ; Lu, Wenzhuo > ; Yigit, Ferruh > Subject: RE: [PATCH] app/test-pmd: add and identify shaper profile > parameters > > > > > -Original

Re: [dpdk-dev] [PATCH] app/test-pmd: add and identify shaper profile parameters

2018-10-22 Thread Xu, Rosen
> -Original Message- > From: Dumitrescu, Cristian > Sent: Tuesday, October 16, 2018 23:01 > To: Xu, Rosen > Cc: Lu, Wenzhuo ; Yigit, Ferruh > ; Singh, Jasvinder ; > dev@dpdk.org > Subject: RE: [PATCH] app/test-pmd: add and identify shaper profile > parameters > > > > > Can you also upd

Re: [dpdk-dev] [PATCH] app/test-pmd: add and identify shaper profile parameters

2018-10-17 Thread Xu, Rosen
> -Original Message- > From: Dumitrescu, Cristian > Sent: Tuesday, October 16, 2018 23:01 > To: Xu, Rosen > Cc: Lu, Wenzhuo ; Yigit, Ferruh > ; Singh, Jasvinder ; > dev@dpdk.org > Subject: RE: [PATCH] app/test-pmd: add and identify shaper profile > parameters > > > > > Can you also upd

Re: [dpdk-dev] [PATCH] app/test-pmd: add and identify shaper profile parameters

2018-10-16 Thread Dumitrescu, Cristian
> > Can you also update the help command section (test-pmd/cmdline.c) as well > as the documentation (doc/guides/testpmd_app_ug) for these changes. > Thanks! Rosen, any update on this request? This is required in order to merge this patch. Thanks, Cristian

Re: [dpdk-dev] [PATCH] app/test-pmd: add and identify shaper profile parameters

2018-09-25 Thread Singh, Jasvinder
> -Original Message- > From: Xu, Rosen > Sent: Monday, August 13, 2018 11:35 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Lu, Wenzhuo > ; Singh, Jasvinder ; Xu, > Rosen ; Yigit, Ferruh > Subject: [PATCH] app/test-pmd: add and identify shaper profile parameters > > As struct rte_t

[dpdk-dev] [PATCH] app/test-pmd: add and identify shaper profile parameters

2018-08-13 Thread Rosen Xu
As struct rte_tm_shaper_params defined, the command line of test-pmd should include committed and peak parameters, but right now the command line doesn't identify whether it's committed or peak parameter. This patch identifies and adds the clarify definition Signed-off-by: Rosen Xu Fixes: bddc2f4