Re: [dpdk-dev] [PATCH 2/3] app/testpmd: add CLI for metering and policing API

2018-01-07 Thread Wu, Jingjing
> -Original Message- > From: Singh, Jasvinder > Sent: Tuesday, November 21, 2017 12:39 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Wu, Jingjing > ; Mcnamara, John > Subject: [PATCH 2/3] app/testpmd: add CLI for metering and policing API > > Add following CLIs to testpmd applicati

[dpdk-dev] [PATCH 2/3] app/testpmd: add CLI for metering and policing API

2017-11-20 Thread Jasvinder Singh
Add following CLIs to testpmd application; - show port metering and policing capabilities. - enable/disable meter of the MTR object. - update the MTR object dscp table entries. Signed-off-by: Jasvinder Singh --- app/test-pmd/cmdline.c | 17 +++ app/test-pmd/cmdline_mtr.c | 325 +