Re: [dpdk-dev] [PATCH v2 01/11] eal: explain argv behaviour during init

2023-06-30 Thread Stephen Hemminger
On Wed, 10 Mar 2021 14:28:15 +0100 Thomas Monjalon 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

[dpdk-dev] [PATCH v2 01/11] eal: explain argv behaviour during init

2021-03-10 Thread Thomas Monjalon
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 ar