Re: [PATCH 1/4] app/testpmd: fix stats-period option check

2024-03-12 Thread Ferruh Yigit
On 3/8/2024 2:48 PM, David Marchand wrote: > Rather than silently ignore an invalid value, raise an error for > stats-period user input. > > Fixes: cfea1f3048d1 ("app/testpmd: print statistics periodically") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand > Acked-by: Ferruh Yigit

[PATCH 1/4] app/testpmd: fix stats-period option check

2024-03-08 Thread David Marchand
Rather than silently ignore an invalid value, raise an error for stats-period user input. Fixes: cfea1f3048d1 ("app/testpmd: print statistics periodically") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- app/test-pmd/parameters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif