Re: [dpdk-dev] [PATCH v2] app/testpmd: fix buffer leak in tm cmdline

2018-07-26 Thread Thomas Monjalon
05/07/2018 07:45, Nithin Dabilpuram: > Free the buffer allocated for shared_shaper_id array in > case of configuration without shared shapers. > > Signed-off-by: Nithin Dabilpuram > Acked-by: Jasvinder Singh Applied, thanks

[dpdk-dev] [PATCH v2] app/testpmd: fix buffer leak in tm cmdline

2018-07-04 Thread Nithin Dabilpuram
Free the buffer allocated for shared_shaper_id array in case of configuration without shared shapers. Signed-off-by: Nithin Dabilpuram Acked-by: Jasvinder Singh --- v2 changes: - Modify subject to use proper keyword for test-pmd - Change author email address app/test-pmd/cmdline_tm.c | 16