numam-dpdk/drivers/net/i40e/base
Dmitry Kozlyuk 72b452c5f2 eal: remove unneeded includes from a public header
Do not include <ctype.h>, <errno.h>, and <stdlib.h> from <rte_common.h>,
because they are not used by this file.
Include the needed headers directly from the files that need them.

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2022-09-21 15:31:03 +02:00
..
i40e_adminq_cmd.h net/i40e/base: update FW API version to 1.15 2021-10-09 07:37:05 +02:00
i40e_adminq.c net/i40e/base: fix potentially uninitialized variables 2021-10-09 07:37:05 +02:00
i40e_adminq.h eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
i40e_alloc.h net/i40e/base: update copyright 2020-05-18 20:35:57 +02:00
i40e_common.c remove repeated 'the' in the code 2021-11-26 11:28:34 +01:00
i40e_dcb.c net/i40e/base: fix function name in comments 2021-10-09 07:35:41 +02:00
i40e_dcb.h net/i40e/base: update copyright 2020-05-18 20:35:57 +02:00
i40e_devids.h net/i40e/base: update copyright 2020-05-18 20:35:57 +02:00
i40e_diag.c net/i40e/base: update copyright 2020-05-18 20:35:57 +02:00
i40e_diag.h net/i40e/base: update copyright 2020-05-18 20:35:57 +02:00
i40e_hmc.c net/i40e/base: update copyright 2020-05-18 20:35:57 +02:00
i40e_hmc.h net/i40e/base: update copyright 2020-05-18 20:35:57 +02:00
i40e_lan_hmc.c net/i40e/base: fix function name in comments 2021-10-09 07:35:41 +02:00
i40e_lan_hmc.h net/i40e/base: update copyright 2020-05-18 20:35:57 +02:00
i40e_nvm.c net/i40e/base: fix using checksum before check 2021-10-09 07:37:05 +02:00
i40e_osdep.h net/i40e: remove i40evf 2021-10-05 12:31:37 +02:00
i40e_prototype.h net/i40e/base: add send ASQ command v2 functions 2021-10-09 07:17:39 +02:00
i40e_register.h net/i40e/base: add MAC frequency calculation if no link 2021-10-09 07:37:05 +02:00
i40e_status.h net/i40e/base: update copyright 2020-05-18 20:35:57 +02:00
i40e_type.h net/i40e/base: add defines related to DDP 2021-10-09 07:37:05 +02:00
meson.build drivers: remove warning with Meson 0.59 2021-08-27 15:51:34 +02:00
README net/i40e/base: update version 2021-10-09 07:37:05 +02:00
virtchnl.h net/i40e: fix lack of MAC type when set MAC address 2021-04-16 12:27:26 +02:00

/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2017-2020 Intel Corporation
 */

Intel® I40E driver
==================

This directory contains source code of FreeBSD i40e driver of version
cid-i40e.2021.08.16.tar.gz released by the team which develops
basic drivers for any i40e NIC. The directory of base/ contains the
original source package.
This driver is valid for the product(s) listed below

* Intel® Ethernet Converged Network Adapters X710
* Intel® Ethernet Converged Network Adapters XL710
* Intel® Ethernet Network Adapter XXV710
* Intel® Ethernet Connection X722 for 10GBASE-T
* Intel® Ethernet Connection X722 for 10GbE backplane
* Intel® Ethernet Connection X722 for 10GbE SFP+
* Intel® Ethernet Connection X722 for 1GbE
* Intel® Ethernet Controller X710 and XL710 Family
* Intel® Ethernet Controller XXV710 for 25GbE backplane
* Intel® Ethernet Controller XXV710 for 25GbE SFP28

Updating the driver
===================

NOTE: The source code in this directory should not be modified apart from
the following file(s):

    i40e_osdep.h