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

2023-12-12 Thread David Marchand
On Mon, Dec 11, 2023 at 8:19 PM Tyler Retzlaff wrote: > > On Mon, Dec 11, 2023 at 09:23:22AM -0800, 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. > > >

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

2023-12-11 Thread Tyler Retzlaff
On Mon, Dec 11, 2023 at 09:23:22AM -0800, 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. > > Stephen Hemminger (3): > testpmd: replace EAL logtype with fpri

[PATCH 0/3] replace use of EAL logtype

2023-12-11 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. Stephen Hemminger (3): testpmd: replace EAL logtype with fprintf examples/l2fwd-keepalive: don't use EAL logtype examples/vm_power_manag