[PATCH v23 08/15] eal: initialize log before everything else
fengchengwen
fengchengwen at huawei.com
Wed Sep 18 09:30:01 CEST 2024
Acked-by: Chengwen Feng <fengchengwen at huawei.com>
On 2024/9/18 12:56, Stephen Hemminger wrote:
> 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 which required a shared
> memory buffer; that support was dropped before DPDK was
> publicly released.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> Acked-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
> Acked-by: Morten Brørup <mb at smartsharesystems.com>
More information about the dev
mailing list