Re: [RFC v3 25/26] dev: provide Bus specific information

2022-07-28 Thread David Marchand
On Thu, Jul 28, 2022 at 7:03 PM Bruce Richardson wrote: > > On Thu, Jul 28, 2022 at 05:26:39PM +0200, David Marchand wrote: > > For diagnostic, it may be useful to provide a description of the device > > with Bus specific information like, for PCI, the vendor and device ID. > > > > Signed-off-by:

Re: [RFC v3 25/26] dev: provide Bus specific information

2022-07-28 Thread Bruce Richardson
On Thu, Jul 28, 2022 at 05:26:39PM +0200, David Marchand wrote: > For diagnostic, it may be useful to provide a description of the device > with Bus specific information like, for PCI, the vendor and device ID. > > Signed-off-by: David Marchand > --- Good idea. Acked-by: Bruce Richardson

[RFC v3 25/26] dev: provide Bus specific information

2022-07-28 Thread David Marchand
For diagnostic, it may be useful to provide a description of the device with Bus specific information like, for PCI, the vendor and device ID. Signed-off-by: David Marchand --- app/test-pmd/config.c| 2 ++ drivers/bus/pci/bsd/pci.c| 8 drivers/bus/pci/bus_pci_drive