xref: /dpdk/drivers/net/igc/base/README (revision 8cb7c57d)
1*8cb7c57dSAlvin Zhang/* SPDX-License-Identifier: BSD-3-Clause
2*8cb7c57dSAlvin Zhang * Copyright(c) 2020 Intel Corporation
3*8cb7c57dSAlvin Zhang */
4*8cb7c57dSAlvin Zhang
5*8cb7c57dSAlvin ZhangIntel® IGC driver
6*8cb7c57dSAlvin Zhang==================
7*8cb7c57dSAlvin Zhang
8*8cb7c57dSAlvin ZhangThis directory contains source code of FreeBSD igc driver of version
9*8cb7c57dSAlvin Zhang2019.10.18 released by the team which develops basic drivers for any
10*8cb7c57dSAlvin Zhangi225 NIC.
11*8cb7c57dSAlvin ZhangThe directory of base/ contains the original source package.
12*8cb7c57dSAlvin ZhangThis driver is valid for the product(s) listed below
13*8cb7c57dSAlvin Zhang
14*8cb7c57dSAlvin Zhang* Intel® Ethernet Network Adapters I225
15*8cb7c57dSAlvin Zhang
16*8cb7c57dSAlvin ZhangUpdating the driver
17*8cb7c57dSAlvin Zhang===================
18*8cb7c57dSAlvin Zhang
19*8cb7c57dSAlvin ZhangNOTE:
20*8cb7c57dSAlvin Zhang- To avoid namespace issues with e1000 PMD, all prefix e1000_ or E1000_
21*8cb7c57dSAlvin Zhangof the definition, macro and file names ware replaced with igc_ or IGC_.
22*8cb7c57dSAlvin Zhang- Since some codes are not required, they have been removed from the
23*8cb7c57dSAlvin Zhangbase codes, such as the I350 and I210 series NICs related codes.
24*8cb7c57dSAlvin Zhang- Some registers are used by the base codes but not defined in the base
25*8cb7c57dSAlvin Zhangcodes, so they ware added to them.
26*8cb7c57dSAlvin Zhang- OS and DPDK specified definitions and macros ware added in following
27*8cb7c57dSAlvin Zhangfiles:
28*8cb7c57dSAlvin Zhang  igc_osdep.h
29*8cb7c57dSAlvin Zhang  igc_osdep.c
30