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 <step...@networkplumber.org> >
Acked-by: Ferruh Yigit <ferruh.yi...@amd.com> Applied to dpdk-next-net/main, thanks. Moved 'latencystats' help string next to bitrate-stats, to group them together and keep same order with documentation. It makes this patch do two things but I didn't want to make separate patch just reorder help string, instead squeezed it into this one.