[PATCH v26 05/15] eal: do not duplicate rte_init_alert() messages
Stephen Hemminger
stephen at networkplumber.org
Thu Oct 17 19:17:10 CEST 2024
On Thu, 17 Oct 2024 18:47:54 +0200
David Marchand <david.marchand at redhat.com> wrote:
> > diff --git a/lib/eal/linux/eal.c b/lib/eal/linux/eal.c
> > index 40d750ed0d..c53a051405 100644
> > --- a/lib/eal/linux/eal.c
> > +++ b/lib/eal/linux/eal.c
> > @@ -830,8 +830,7 @@ rte_eal_iopl_init(void)
> >
> > static void rte_eal_init_alert(const char *msg)
> > {
> > - fprintf(stderr, "EAL: FATAL: %s\n", msg);
> > - EAL_LOG(ERR, "%s", msg);
> > + EAL_LOG(ALERT, "%s", msg);
> > }
> >
> > /*
>
> Any reason why Windows was not changed?
>
> I can add the missing bit when applying.
No reason that Windows was not changed, just forgot about it.
More information about the dev
mailing list