> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jasvinder Singh > Sent: Wednesday, September 12, 2018 10:02 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo <wenzhuo...@intel.com>; Wu, Jingjing > <jingjing...@intel.com>; Iremonger, Bernard > <bernard.iremon...@intel.com> > Subject: [dpdk-dev] [PATCH] app/testpmd: fix metering and policing cli > command > > Fixes bad arguments error for cli commands related to adding > meter profile for srtcm_rfc2697, trtcm_rfc2698 and trtcm_rfc4115. > > error log: > testpmd> add port meter profile trtcm_rfc2698 2 0 3125000000 3125000000 > 2500000 2500000 > Bad arguments > > Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic metering and > policing") > > Signed-off-by: Jasvinder Singh <jasvinder.si...@intel.com> > --- > app/test-pmd/cmdline_mtr.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> Applied to next-qos tree, thanks!