On Wed, Apr 16, 2025 at 4:37 PM Stephen Hemminger <[email protected]> wrote: > > On Wed, 16 Apr 2025 08:10:34 +0200 > David Marchand <[email protected]> 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 in existing drivers. > > > > Signed-off-by: David Marchand <[email protected]> > > --- > > Makes sense and aligns with <linux/pci_regs.h> > > Acked-by: Stephen Hemminger <[email protected]>
Thanks for the review and merging it. @Joshua Washington The gve patch https://patchwork.dpdk.org/project/dpdk/patch/[email protected]/ should now use RTE_PCI_REVISION_ID. -- David Marchand

