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