net/nfp: support new PCI id
A NFP PF PCI devices can have PCI ID 4000 or 6000. Signed-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>
This commit is contained in:
parent
68086b3f68
commit
35422e4e05
@ -2680,6 +2680,10 @@ static int nfp_pf_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,
|
||||
}
|
||||
|
||||
static const struct rte_pci_id pci_id_nfp_pf_net_map[] = {
|
||||
{
|
||||
RTE_PCI_DEVICE(PCI_VENDOR_ID_NETRONOME,
|
||||
PCI_DEVICE_ID_NFP4000_PF_NIC)
|
||||
},
|
||||
{
|
||||
RTE_PCI_DEVICE(PCI_VENDOR_ID_NETRONOME,
|
||||
PCI_DEVICE_ID_NFP6000_PF_NIC)
|
||||
|
@ -42,6 +42,7 @@
|
||||
|
||||
#define NFP_NET_PMD_VERSION "0.1"
|
||||
#define PCI_VENDOR_ID_NETRONOME 0x19ee
|
||||
#define PCI_DEVICE_ID_NFP4000_PF_NIC 0x4000
|
||||
#define PCI_DEVICE_ID_NFP6000_PF_NIC 0x6000
|
||||
#define PCI_DEVICE_ID_NFP6000_VF_NIC 0x6003
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user