Re: [PATCH] pci: define more standard register offsets

2025-04-17 Thread Joshua Washington
Ah, thanks for adding that support. I can send a follow up patch which takes this into account. Best, Josh

Re: [PATCH] pci: define more standard register offsets

2025-04-16 Thread David Marchand
On Wed, Apr 16, 2025 at 4:37 PM Stephen Hemminger wrote: > > On Wed, 16 Apr 2025 08:10:34 +0200 > David Marchand wrote: > > > The PCI standard defines registers for: > > - subsystem id, > > - revision id, > > - status of the device, > > - vital product data, > > > > Add them to rte_pci.h and use

[PATCH] pci: define more standard register offsets

2025-04-15 Thread David Marchand
The PCI standard defines registers for: - subsystem id, - revision id, - status of the device, - vital product data, Add them to rte_pci.h and use in existing drivers. Signed-off-by: David Marchand --- drivers/dma/hisilicon/hisi_dmadev.c | 3 +-- drivers/dma/hisilicon/hisi_dmadev.h | 1 - dri