Re: [PATCH 1/3] testpmd: replace EAL logtype with fprintf

2023-12-12 Thread lihuisong (C)
With belows to changes, Acked-by: Huisong Li 在 2023/12/12 1:23, Stephen Hemminger 写道: Testpmd is misusing EAL logtype for its own errors. Since the code directly calls fprintf in other places, change to use that everywhere. This has the added benefit of not having testpmd output clutter up sysl

[PATCH 1/3] testpmd: replace EAL logtype with fprintf

2023-12-11 Thread Stephen Hemminger
Testpmd is misusing EAL logtype for its own errors. Since the code directly calls fprintf in other places, change to use that everywhere. This has the added benefit of not having testpmd output clutter up syslog(). Signed-off-by: Stephen Hemminger --- app/test-pmd/testpmd.c | 33 +++-