Re: [dpdk-dev] [PATCH] app/testpmd: fix help string for port reset

2021-07-24 Thread Thomas Monjalon
23/07/2021 21:36, Andrew Rybchenko: > On 7/23/21 3:24 PM, Ferruh Yigit wrote: > > Command help string is missing 'reset' keyword, although description has > > it. Adding it. > > > > Fixes: 97f1e196799f ("app/testpmd: add port reset command") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Ferruh Y

Re: [dpdk-dev] [PATCH] app/testpmd: fix help string for port reset

2021-07-23 Thread Andrew Rybchenko
On 7/23/21 3:24 PM, Ferruh Yigit wrote: Command help string is missing 'reset' keyword, although description has it. Adding it. Fixes: 97f1e196799f ("app/testpmd: add port reset command") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit Reviewed-by: Andrew Rybchenko

[dpdk-dev] [PATCH] app/testpmd: fix help string for port reset

2021-07-23 Thread Ferruh Yigit
Command help string is missing 'reset' keyword, although description has it. Adding it. Fixes: 97f1e196799f ("app/testpmd: add port reset command") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- Cc: wei@intel.com --- app/test-pmd/cmdline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 d