Re: [dpdk-dev] [PATCH v2] testpmd: fix memory alloc for dscp table

2018-11-05 Thread Ferruh Yigit
On 11/5/2018 4:26 PM, Jasvinder Singh wrote: > The patch fixes the memory allocation for the meter dscp table. > > Fixes: e63b50162aa3 ("app/testpmd: clean metering and policing commands") > > Signed-off-by: Jasvinder Singh Reviewed-by: Ferruh Yigit - title should be: "app/testpmd: ..." - nee

[dpdk-dev] [PATCH v2] testpmd: fix memory alloc for dscp table

2018-11-05 Thread Jasvinder Singh
The patch fixes the memory allocation for the meter dscp table. Fixes: e63b50162aa3 ("app/testpmd: clean metering and policing commands") Signed-off-by: Jasvinder Singh --- v2 - fix checkpatch errors app/test-pmd/cmdline_mtr.c | 24 1 file changed, 12 insertions(+), 12