Re: [PATCH v2 2/6] app/testpmd: fix burst option parsing

2024-03-14 Thread Ferruh Yigit
On 3/14/2024 9:17 AM, David Marchand wrote: > rte_eth_dev_info_get() is not supposed to fail for a valid port_id, but > for the theoretical case when it would fail, raise an error rather than > skip subsequent options. > > Fixes: 6f51deb903b2 ("app/testpmd: check status of getting ethdev info") >

[PATCH v2 2/6] app/testpmd: fix burst option parsing

2024-03-14 Thread David Marchand
rte_eth_dev_info_get() is not supposed to fail for a valid port_id, but for the theoretical case when it would fail, raise an error rather than skip subsequent options. Fixes: 6f51deb903b2 ("app/testpmd: check status of getting ethdev info") Cc: sta...@dpdk.org Signed-off-by: David Marchand ---