Re: [PATCH v2 0/3] replace use of EAL logtype in applications

2024-02-17 Thread fengchengwen
Series-acked-by: Chengwen Feng On 2024/2/16 11:36, Stephen Hemminger wrote: > 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 > > Ste

[PATCH v2 0/3] replace use of EAL logtype in applications

2024-02-15 Thread Stephen Hemminger
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_ma