Re: [dpdk-dev] [PATCH] eal: turn off getopt_long error messages

2019-01-14 Thread Thomas Monjalon
Keith, it seems you missed my questions below: 19/12/2018 21:35, Thomas Monjalon: > 16/12/2018 17:45, Keith Wiles: > > When using dpdk register option api when parsing for log level > > the opterr flags was still set to one causing an error message > > from getopt_long(). Set opterr to zero to dis

Re: [dpdk-dev] [PATCH] eal: turn off getopt_long error messages

2018-12-19 Thread Thomas Monjalon
16/12/2018 17:45, Keith Wiles: > When using dpdk register option api when parsing for log level > the opterr flags was still set to one causing an error message > from getopt_long(). Set opterr to zero to disable error messages. Please could you be more specific? Which function call? Which error m

[dpdk-dev] [PATCH] eal: turn off getopt_long error messages

2018-12-16 Thread Keith Wiles
When using dpdk register option api when parsing for log level the opterr flags was still set to one causing an error message from getopt_long(). Set opterr to zero to disable error messages. Signed-off-by: Keith Wiles --- lib/librte_eal/bsdapp/eal/eal.c | 1 + lib/librte_eal/linuxapp/eal/eal.