[PATCH v2 0/3] replace use of EAL logtype in applications
Stephen Hemminger
stephen at networkplumber.org
Fri Feb 16 04:36:16 CET 2024
There are some places EAL logtype is being used in testpmd
and examples where it should not be. Lets reserve EAL
logtype to only be used by DPDK internals.
v2 - use TESTPMD_LOG() in testpmd log changes
Stephen Hemminger (3):
examples/l2fwd-keepalive: don't use EAL logtype
examples/vm_power_manager: do not use EAL logtype
testpmd: replace EAL logtype TESTPMD_LOG
app/test-pmd/testpmd.c | 42 ++++++++++++--------------------
examples/l2fwd-keepalive/shm.c | 21 ++++++----------
examples/vm_power_manager/main.c | 11 +++------
3 files changed, 26 insertions(+), 48 deletions(-)
--
2.43.0
More information about the dev
mailing list