d1c7029a52
This patch enables building the e1000 driver for Windows. I tested using two Windows VM on top of VMware Fusion, creating two e1000 devices with device ID 0x10D3 (8274L), verifying rx/tx works correctly using dpdk-testpmd.exe rxonly and txonly mode. Signed-off-by: William Tu <u9012063@gmail.com> Acked-by: Haiyue Wang <haiyue.wang@intel.com> Acked-by: Pallavi Kadam <pallavi.kadam@intel.com> Tested-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com> Tested-by: Pallavi Kadam <pallavi.kadam@intel.com> |
||
---|---|---|
.. | ||
e1000_80003es2lan.c | ||
e1000_80003es2lan.h | ||
e1000_82540.c | ||
e1000_82541.c | ||
e1000_82541.h | ||
e1000_82542.c | ||
e1000_82543.c | ||
e1000_82543.h | ||
e1000_82571.c | ||
e1000_82571.h | ||
e1000_82575.c | ||
e1000_82575.h | ||
e1000_api.c | ||
e1000_api.h | ||
e1000_base.c | ||
e1000_base.h | ||
e1000_defines.h | ||
e1000_hw.h | ||
e1000_i210.c | ||
e1000_i210.h | ||
e1000_ich8lan.c | ||
e1000_ich8lan.h | ||
e1000_mac.c | ||
e1000_mac.h | ||
e1000_manage.c | ||
e1000_manage.h | ||
e1000_mbx.c | ||
e1000_mbx.h | ||
e1000_nvm.c | ||
e1000_nvm.h | ||
e1000_osdep.c | ||
e1000_osdep.h | ||
e1000_phy.c | ||
e1000_phy.h | ||
e1000_regs.h | ||
e1000_vf.c | ||
e1000_vf.h | ||
meson.build | ||
README |
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2010-2020 Intel Corporation */ This directory contains source code of FreeBSD em & igb drivers of version cid-gigabit.2020.06.05.tar.gz released by ND. The sub-directory of base/ contains the original source package. This driver is valid for the product(s) listed below * Intel® Ethernet Controller 82540 * Intel® Ethernet Controller 82545 Series * Intel® Ethernet Controller 82546 Series * Intel® Ethernet Controller 82571 Series * Intel® Ethernet Controller 82572 Series * Intel® Ethernet Controller 82573 * Intel® Ethernet Controller 82574 * Intel® Ethernet Controller 82583 * Intel® Ethernet Controller I217 Series * Intel® Ethernet Controller I218 Series * Intel® Ethernet Controller I219 Series * Intel® Ethernet Controller 82576 Series * Intel® Ethernet Controller 82575 Series * Intel® Ethernet Controller 82580 Series * Intel® Ethernet Controller I350 Series * Intel® Ethernet Controller I210 Series * Intel® Ethernet Controller I211 * Intel® Ethernet Controller I354 Series * Intel® Ethernet Controller DH89XXCC Series Updating the driver =================== NOTE: The source code in this directory should not be modified apart from the following file(s): e1000_osdep.c e1000_osdep.h