diff options
| author | David S. Miller <[email protected]> | 2015-12-03 14:17:51 -0500 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2015-12-03 14:17:51 -0500 |
| commit | 03b01cf520b629e1b6cbcd3048a9e283b2477bfa (patch) | |
| tree | 1cb9a1ad785303e55ebfd523910a7154f5f02601 /include/linux | |
| parent | f4f7981ed39850e8c0525423be8873e16372756b (diff) | |
| parent | 4c3523623dc0b980158e34b64360603035239a71 (diff) | |
Merge branch 'netronome-NFP4000-NFP6000'
Jakub Kicinski says:
====================
Netronome NFP4000/NFP6000 NIC VF driver
This patchset adds support for VFs of Netronome's NFP-4000 and NFP-6000
based NICs. We are currently also preparing the submission for the PF
driver, but it is not quite ready yet. The PF driver can be found on
GitHub:
https://github.com/Netronome/nfp-drv-kmods
====================
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index d9ba49cedc5d..1acbefc4bbda 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2495,6 +2495,8 @@ #define PCI_DEVICE_ID_KORENIX_JETCARDF2 0x1700 #define PCI_DEVICE_ID_KORENIX_JETCARDF3 0x17ff +#define PCI_VENDOR_ID_NETRONOME 0x19ee + #define PCI_VENDOR_ID_QMI 0x1a32 #define PCI_VENDOR_ID_AZWAVE 0x1a3b |