On Mon,  5 Apr 2021 21:39:51 +0200
Thomas Monjalon <tho...@monjalon.net> wrote:

> After argument parsing done by rte_eal_init(),
> the remaining arguments are to be parsed by the application
> by progressing in the argv array.
> In this context, the first string represented by argv[0] is still
> the same program name as the original argv[0],
> while the next strings are the application arguments.
> This is because rte_eal_init() manipulates the argv array
> after EAL parsing, before returning to the application.
> 
> This note was missing in the doxygen comment of the API.
> 
> Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
> Acked-by: Bruce Richardson <bruce.richard...@intel.com>
> Acked-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru>

This old patch is still worth applying

Acked-by: Stephen Hemminger <step...@networkplumber.org>

Reply via email to