[PATCH v32 07/12] eal: initialize log before everything else

2024-11-08 Thread David Marchand
From: Stephen Hemminger In order for all log messages (including CPU mismatch) to come out through the logging library, it must be initialized as early in rte_eal_init() as possible on all platforms. Where it was done before was likely historical, based on the support of non-OS isolated CPU's wh

[PATCH v32 07/12] eal: initialize log before everything else

2024-11-08 Thread David Marchand
From: Stephen Hemminger In order for all log messages (including CPU mismatch) to come out through the logging library, it must be initialized as early in rte_eal_init() as possible on all platforms. Where it was done before was likely historical, based on the support of non-OS isolated CPU's wh