Re: [dpdk-dev] [PATCH v4 6/7] examples/vhost: enhance getopt_long usage

2021-03-23 Thread Maxime Coquelin
On 2/4/21 8:34 AM, Ibtisam Tariq wrote: > Instead of using getopt_long return value, strcmp was used to > compare the input parameters with the struct option array. This > patch get rid of all those strcmp by directly binding each longopt > with an int enum. This is to improve readability and co

[dpdk-dev] [PATCH v4 6/7] examples/vhost: enhance getopt_long usage

2021-02-03 Thread Ibtisam Tariq
Instead of using getopt_long return value, strcmp was used to compare the input parameters with the struct option array. This patch get rid of all those strcmp by directly binding each longopt with an int enum. This is to improve readability and consistency in all examples. Bugzilla ID: 238 Cc: ji