numam-dpdk/drivers/net/i40e/base
Xiaolong Ye 707911f982 net/i40e/base: skip further adminq init for VF
Since VF has no need of firmware, we can skip further adminq init which
involves firmware operation, this patch fixes the testpmd segfault issue
when starting with i40e VF.

Fixes: d5e1a14936 ("net/i40e/base: check MAC type")

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
2020-02-05 09:51:19 +01:00
..
i40e_adminq_cmd.h net/i40e/base: set PHY access flag on X722 2020-01-17 19:46:02 +01:00
i40e_adminq.c net/i40e/base: skip further adminq init for VF 2020-02-05 09:51:19 +01:00
i40e_adminq.h
i40e_alloc.h
i40e_common.c net/i40e/base: enable LED blinking flow 2020-01-17 19:46:02 +01:00
i40e_dcb.c net/i40e/base: support persistent LLDP 2020-01-17 19:46:02 +01:00
i40e_dcb.h net/i40e/base: add CRC stripping capability 2020-01-17 19:46:02 +01:00
i40e_devids.h net/i40e/base: enable LED blinking flow 2020-01-17 19:46:02 +01:00
i40e_diag.c
i40e_diag.h
i40e_hmc.c
i40e_hmc.h
i40e_lan_hmc.c
i40e_lan_hmc.h
i40e_nvm.c net/i40e/base: support persistent LLDP 2020-01-17 19:46:02 +01:00
i40e_osdep.h
i40e_prototype.h net/i40e/base: add new link speed constants 2020-01-17 19:46:02 +01:00
i40e_register.h net/i40e/base: introduce firmware EMP reset register 2020-01-17 19:46:02 +01:00
i40e_status.h
i40e_type.h net/i40e/base: add function to read LPI statistics 2020-01-17 19:46:02 +01:00
meson.build
README
virtchnl.h net/i40e/base: add new link speed constants 2020-01-17 19:46:02 +01:00

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

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

This directory contains source code of FreeBSD i40e driver of version
cid-i40e.2018.09.13.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