numam-dpdk/examples/performance-thread
Ibtisam Tariq 745d01a26a examples/performance-thread: enhance getopt_long usage
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

Reported-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Ibtisam Tariq <ibtisam.tariq@emumba.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
2021-03-23 13:00:29 +01:00
..
common examples/performance-thread: convert to pkg-config-based build 2020-09-07 23:51:56 +02:00
l3fwd-thread examples/performance-thread: enhance getopt_long usage 2021-03-23 13:00:29 +01:00
pthread_shim examples: warn about broken pkg-config 2021-01-30 01:27:28 +01:00
Makefile examples/performance-thread: convert to pkg-config-based build 2020-09-07 23:51:56 +02:00