[v2,0/6] testpmd options parsing cleanup

Message ID 20240314091708.1542769-1-david.marchand@redhat.com (mailing list archive)
Headers
Series testpmd options parsing cleanup |

Message

David Marchand March 14, 2024, 9:17 a.m. UTC
  This is a cleanup I had in store for ages but never sent.
The idea is to reuse the conventions from EAL and examples when it
comes to using getopt API.
  

Comments

Ferruh Yigit March 14, 2024, 12:43 p.m. UTC | #1
On 3/14/2024 9:17 AM, David Marchand wrote:
> This is a cleanup I had in store for ages but never sent.
> The idea is to reuse the conventions from EAL and examples when it
> comes to using getopt API.
> 
> 
> Changes since v1:
> - following Ferruh review, added 2 more cleanup patches,
> 
> David Marchand (6):
>   app/testpmd: fix stats-period option check
>   app/testpmd: fix burst option parsing
>   app/testpmd: fix error message for invalid option
>   app/testpmd: enhance queue count check
>   app/testpmd: remove dead code for disabling cmdline library
>   app/testpmd: enhance getopt_long usage
> 

Series applied to dpdk-next-net/main, thanks.