09/02/2022 20:29, Stephen Hemminger:
> On Wed, 09 Feb 2022 19:51:15 +0100
> Thomas Monjalon wrote:
>
> > 09/02/2022 16:45, Stephen Hemminger:
> > > On Wed, 09 Feb 2022 15:58:26 +0100
> > > Thomas Monjalon wrote:
> > >
> > > > 02/02/2022 20:47, Stephen Hemminger:
> > > > > The rte_eal_init f
On Wed, 09 Feb 2022 19:51:15 +0100
Thomas Monjalon wrote:
> 09/02/2022 16:45, Stephen Hemminger:
> > On Wed, 09 Feb 2022 15:58:26 +0100
> > Thomas Monjalon wrote:
> >
> > > 02/02/2022 20:47, Stephen Hemminger:
> > > > The rte_eal_init function looks at argv[0] to determine
> > > > the progr
09/02/2022 16:45, Stephen Hemminger:
> On Wed, 09 Feb 2022 15:58:26 +0100
> Thomas Monjalon wrote:
>
> > 02/02/2022 20:47, Stephen Hemminger:
> > > The rte_eal_init function looks at argv[0] to determine
> > > the program name to pass to the log init function.
> > > This is both unnecessary and i
On Wed, 09 Feb 2022 15:58:26 +0100
Thomas Monjalon wrote:
> 02/02/2022 20:47, Stephen Hemminger:
> > The rte_eal_init function looks at argv[0] to determine
> > the program name to pass to the log init function.
> > This is both unnecessary and in a corner case a problem.
> >
> > Parsing argv[0]
On Wed, 09 Feb 2022 15:58:26 +0100
Thomas Monjalon wrote:
> 02/02/2022 20:47, Stephen Hemminger:
> > The rte_eal_init function looks at argv[0] to determine
> > the program name to pass to the log init function.
> > This is both unnecessary and in a corner case a problem.
> >
> > Parsing argv[0]
02/02/2022 20:47, Stephen Hemminger:
> The rte_eal_init function looks at argv[0] to determine
> the program name to pass to the log init function.
> This is both unnecessary and in a corner case a problem.
>
> Parsing argv[0] is unnecessary because the function openlog()
> already determines the
The rte_eal_init function looks at argv[0] to determine
the program name to pass to the log init function.
This is both unnecessary and in a corner case a problem.
Parsing argv[0] is unnecessary because the function openlog()
already determines the log identifier from program name if
NULL is passe
7 matches
Mail list logo