Re: [dpdk-dev] [PATCH v7 1/3] app/test-pmd: add CLI for TM capability and stats

2017-10-12 Thread Pei, Yulong
Tested testpmd CLI for TM with ixgbe, i40e and softnic. Tested-by: Yulong Pei -Original Message- From: Singh, Jasvinder Sent: Wednesday, October 11, 2017 5:26 PM To: dev@dpdk.org Cc: Dumitrescu, Cristian ; Wu, Jingjing ; De Lara Guarch, Pablo ; Pei, Yulong Subject: [PATCH v7 1/3] a

Re: [dpdk-dev] [PATCH v7 1/3] app/test-pmd: add CLI for TM capability and stats

2017-10-12 Thread Wu, Jingjing
> -Original Message- > From: Singh, Jasvinder > Sent: Wednesday, October 11, 2017 5:26 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Wu, Jingjing > ; De Lara Guarch, Pablo > ; Pei, Yulong > Subject: [PATCH v7 1/3] app/test-pmd: add CLI for TM capability and stats > > Add following

Re: [dpdk-dev] [PATCH v7 1/3] app/test-pmd: add CLI for TM capability and stats

2017-10-12 Thread Thomas Monjalon
Jingjing, please could you review this series? Thanks 11/10/2017 11:26, Jasvinder Singh: > Add following CLIs to testpmd application for device traffic management; > - commands to display TM capability information. > (per port, per hierarchy level and per hierarchy node) > - command to display h

[dpdk-dev] [PATCH v7 1/3] app/test-pmd: add CLI for TM capability and stats

2017-10-11 Thread Jasvinder Singh
Add following CLIs to testpmd application for device traffic management; - commands to display TM capability information. (per port, per hierarchy level and per hierarchy node) - command to display hiearchy node type - stats collection Signed-off-by: Jasvinder Singh Acked-by: Cristian Dumitresc