Re: [PATCH 5/6] bus/pci: use a dynamic logtype

2024-06-25 Thread Chenbo Xia
On Jun 25, 2024, at 20:24, David Marchand wrote: > > External email: Use caution opening links or attachments > > > Register a logtype for this bus driver and stop logging as EAL. > > Signed-off-by: David Marchand > --- > drivers/bus/pci/bsd/pci.c| 44 +++ > drivers/bus/pci/li

[PATCH 5/6] bus/pci: use a dynamic logtype

2024-06-25 Thread David Marchand
Register a logtype for this bus driver and stop logging as EAL. Signed-off-by: David Marchand --- drivers/bus/pci/bsd/pci.c| 44 +++ drivers/bus/pci/linux/pci.c | 52 drivers/bus/pci/linux/pci_uio.c | 75 +--- drivers/bus/pci/linux/pci_vfio.c