From: Wenzhuo Lu Date: Fri, 16 Oct 2015 02:51:21 +0000 (+0800) Subject: e1000: add new i218 devices X-Git-Tag: spdx-start~8317 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f11596cb943f7c584df814503f068a67580361ff;p=dpdk.git e1000: add new i218 devices Add the new e1000 devices to the DPDK PCI device list. Signed-off-by: Wenzhuo Lu --- diff --git a/lib/librte_eal/common/include/rte_pci_dev_ids.h b/lib/librte_eal/common/include/rte_pci_dev_ids.h index 265e66c88b..19892e1c86 100644 --- a/lib/librte_eal/common/include/rte_pci_dev_ids.h +++ b/lib/librte_eal/common/include/rte_pci_dev_ids.h @@ -272,6 +272,11 @@ #define E1000_DEV_ID_PCH_LPT_I217_V 0x153B #define E1000_DEV_ID_PCH_LPTLP_I218_LM 0x155A #define E1000_DEV_ID_PCH_LPTLP_I218_V 0x1559 +#define E1000_DEV_ID_PCH_I218_LM2 0x15A0 +#define E1000_DEV_ID_PCH_I218_V2 0x15A1 +#define E1000_DEV_ID_PCH_I218_LM3 0x15A2 +#define E1000_DEV_ID_PCH_I218_V3 0x15A3 + /* * Tested (supported) on VM emulated HW.