Re: [PATCH v2 4/6] app/testpmd: enhance queue count check

2024-03-14 Thread Ferruh Yigit
On 3/14/2024 9:17 AM, David Marchand wrote: > Checking the number of rxq/txq in the middle of option parsing is > confusing. > Besides, a check on nb_rxq / nb_txq check already exists after > option parsing. > Only keep this latter check and make testpmd quit in this case. > > Signed-off-by: David

[PATCH v2 4/6] app/testpmd: enhance queue count check

2024-03-14 Thread David Marchand
Checking the number of rxq/txq in the middle of option parsing is confusing. Besides, a check on nb_rxq / nb_txq check already exists after option parsing. Only keep this latter check and make testpmd quit in this case. Signed-off-by: David Marchand --- Changes since v1: - moved the check and ter