Message ID | 171217490835.1598374.17542029177954737682.stgit@ahduyck-xeon-server.home.arpa (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | eth: fbnic: Add network driver for Meta Platforms Host Network Interface | expand |
On Wed, Apr 03, 2024 at 01:08:28PM -0700, Alexander Duyck wrote: > From: Alexander Duyck <alexanderduyck@fb.com> > > Add Meta as a vendor ID for PCI devices so we can use the macro for future > drivers. > > CC: bhelgaas@google.com > CC: linux-pci@vger.kernel.org > Signed-off-by: Alexander Duyck <alexanderduyck@fb.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> > --- > include/linux/pci_ids.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h > index a0c75e467df3..e5a1d5e9930b 100644 > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -2598,6 +2598,8 @@ > > #define PCI_VENDOR_ID_HYGON 0x1d94 > > +#define PCI_VENDOR_ID_META 0x1d9b > + > #define PCI_VENDOR_ID_FUNGIBLE 0x1dad > > #define PCI_VENDOR_ID_HXT 0x1dbf > >
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index a0c75e467df3..e5a1d5e9930b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2598,6 +2598,8 @@ #define PCI_VENDOR_ID_HYGON 0x1d94 +#define PCI_VENDOR_ID_META 0x1d9b + #define PCI_VENDOR_ID_FUNGIBLE 0x1dad #define PCI_VENDOR_ID_HXT 0x1dbf