On Wed, Apr 16, 2025 at 4:37 PM Stephen Hemminger <step...@networkplumber.org> wrote: > > On Wed, 16 Apr 2025 08:10:34 +0200 > David Marchand <david.march...@redhat.com> 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 <david.march...@redhat.com> > > --- > > Makes sense and aligns with <linux/pci_regs.h> > > Acked-by: Stephen Hemminger <step...@networkplumber.org>
Thanks for the review and merging it. @Joshua Washington The gve patch https://patchwork.dpdk.org/project/dpdk/patch/20250416024421.722135-1-joshw...@google.com/ should now use RTE_PCI_REVISION_ID. -- David Marchand