Re: [PATCH 1/2] baseband/acc: fix logtypes register

2024-02-07 Thread Maxime Coquelin
On 12/18/23 16:43, David Marchand wrote: This library was calling RTE_LOG_REGISTER_DEFAULT twice, which means that all logs for both acc100 and vrb drivers would be emitted for pmd.baseband.acc logtype. It seems the intent was to have dedicated logtypes per driver, so register one for each wi

Re: [PATCH 1/2] baseband/acc: fix logtypes register

2024-01-12 Thread Maxime Coquelin
On 12/18/23 16:43, David Marchand wrote: This library was calling RTE_LOG_REGISTER_DEFAULT twice, which means that all logs for both acc100 and vrb drivers would be emitted for pmd.baseband.acc logtype. It seems the intent was to have dedicated logtypes per driver, so register one for each wi

Re: [PATCH 1/2] baseband/acc: fix logtypes register

2023-12-18 Thread Stephen Hemminger
On Mon, 18 Dec 2023 16:43:06 +0100 David Marchand wrote: > This library was calling RTE_LOG_REGISTER_DEFAULT twice, which means that > all logs for both acc100 and vrb drivers would be emitted for > pmd.baseband.acc logtype. > > It seems the intent was to have dedicated logtypes per driver, so >

[PATCH 1/2] baseband/acc: fix logtypes register

2023-12-18 Thread David Marchand
This library was calling RTE_LOG_REGISTER_DEFAULT twice, which means that all logs for both acc100 and vrb drivers would be emitted for pmd.baseband.acc logtype. It seems the intent was to have dedicated logtypes per driver, so register one for each with a suffix. Fixes: c2d93488c7c3 ("baseband/a