Re: [PATCH] testpmd: do not print bitrate-stats in help if not configured

2024-01-10 Thread Stephen Hemminger
On Wed, 10 Jan 2024 18:52:39 + Ferruh Yigit wrote: > On 1/9/2024 11:09 PM, Stephen Hemminger wrote: > > Like other #ifdef options, bitrate-stats should not be printed > > in help if not configured. > > > > Fixes: e25e6c70fb56 ("app/testpmd: add --bitrate-stats option") > > Signed-off-by: Ste

Re: [PATCH] testpmd: do not print bitrate-stats in help if not configured

2024-01-10 Thread Ferruh Yigit
On 1/9/2024 11:09 PM, Stephen Hemminger wrote: > Like other #ifdef options, bitrate-stats should not be printed > in help if not configured. > > Fixes: e25e6c70fb56 ("app/testpmd: add --bitrate-stats option") > Signed-off-by: Stephen Hemminger > Acked-by: Ferruh Yigit Applied to dpdk-next-net

[PATCH] testpmd: do not print bitrate-stats in help if not configured

2024-01-09 Thread Stephen Hemminger
Like other #ifdef options, bitrate-stats should not be printed in help if not configured. Fixes: e25e6c70fb56 ("app/testpmd: add --bitrate-stats option") Signed-off-by: Stephen Hemminger --- app/test-pmd/parameters.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/test-pmd/parameters.c