Re: [PATCH] net/vmxnet3: fix init logs

2024-07-06 Thread Ferruh Yigit
On 6/25/2024 1:22 PM, David Marchand wrote: > All logs for this driver are emitted under pmd.net.vmxnet3.driver while > two logtypes exist. > This issue comes from the conversion to dynamic logtypes change. > Redirect PMD_INIT_LOG to pmd.net.vmxnet3.init. > > Fixes: 79daffdcb6ac ("net/vmxnet3: imp

[PATCH] net/vmxnet3: fix init logs

2024-06-25 Thread David Marchand
All logs for this driver are emitted under pmd.net.vmxnet3.driver while two logtypes exist. This issue comes from the conversion to dynamic logtypes change. Redirect PMD_INIT_LOG to pmd.net.vmxnet3.init. Fixes: 79daffdcb6ac ("net/vmxnet3: implement dynamic logging") Cc: sta...@dpdk.org Signed-off