numam-dpdk/examples/dpdk_qat
Keith Wiles 9d5ca53239 examples: fix optind reset
The variable optind should be reset to one not zero.

From the man page:
"The variable optind is the index of the next element to be processed in
argv.  The system initializes this value to 1.
The caller can reset it to 1 to restart scanning of the same argv, or when
scanning a new argument vector.”

The problem I saw with my application was trying to parse the wrong
option, which can happen as DPDK parses the first part of the command line
and the application parses the second part. If you call getopt() multiple
times in the same execution, the behavior is not maintained when using
zero for optind.

Signed-off-by: Keith Wiles <keith.wiles@intel.com>
2017-03-10 15:38:47 +01:00
..
config_files examples: fix whitespace 2015-06-12 11:10:10 +02:00
crypto.c remove unused ring includes 2016-09-16 10:16:02 +02:00
crypto.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
main.c examples: fix optind reset 2017-03-10 15:38:47 +01:00
Makefile examples/dpdk_qat: fix build error message 2016-03-31 22:03:05 +02:00