numam-dpdk/drivers/net/ixgbe/base
Congwen Zhang 1861e3a66f net/ixgbe/base: fix product version check
The "and" condition offset == 0 && offset == NVM_INVALID_PTR
 can never be true.

Fixes: cf3af5aa56 ("net/ixgbe/base: add functions to get version info")
Cc: stable@dpdk.org

Signed-off-by: Congwen Zhang <zhang.congwen@zte.com.cn>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
2019-08-08 16:55:19 +02:00
..
ixgbe_82598.c net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_82598.h net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_82599.c net/ixgbe/base: add LHA ID 2018-12-13 16:31:06 +00:00
ixgbe_82599.h net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_api.c net/ixgbe/base: add FW recovery mode check 2018-09-28 01:41:02 +02:00
ixgbe_api.h net/ixgbe/base: add FW recovery mode check 2018-09-28 01:41:02 +02:00
ixgbe_common.c net/ixgbe/base: fix product version check 2019-08-08 16:55:19 +02:00
ixgbe_common.h net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_dcb_82598.c net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_dcb_82598.h net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_dcb_82599.c net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_dcb_82599.h net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_dcb.c net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_dcb.h net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_hv_vf.c net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_hv_vf.h net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_mbx.c net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_mbx.h net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_osdep.h drivers/net: use sleep delay by default for Intel NICs 2018-10-26 22:14:06 +02:00
ixgbe_phy.c net/ixgbe/base: add LHA ID 2018-12-13 16:31:06 +00:00
ixgbe_phy.h net/ixgbe/base: add LHA ID 2018-12-13 16:31:06 +00:00
ixgbe_type.h net/ixgbe/base: add LHA ID 2018-12-13 16:31:06 +00:00
ixgbe_vf.c net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_vf.h net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_x540.c net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_x540.h net/ixgbe/base: update the license 2018-09-28 01:41:01 +02:00
ixgbe_x550.c net/ixgbe/base: wait for link after copper MAC setup 2019-05-28 11:32:47 +02:00
ixgbe_x550.h net/ixgbe/base: add FW recovery mode check 2018-09-28 01:41:02 +02:00
meson.build build: warn on unused parameter 2019-06-04 00:22:50 +02:00
README net/ixgbe: replace license text with SPDX tag 2019-07-29 13:31:45 +02:00

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

Intel® IXGBE driver
===================

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

* Intel® 10 Gigabit AF DA Dual Port Server Adapter
* Intel® 10 Gigabit AT Server Adapter
* Intel® 10 Gigabit AT2 Server Adapter
* Intel® 10 Gigabit CX4 Dual Port Server Adapter
* Intel® 10 Gigabit XF LR Server Adapter
* Intel® 10 Gigabit XF SR Dual Port Server Adapter
* Intel® 10 Gigabit XF SR Server Adapter
* Intel® 82598 10 Gigabit Ethernet Controller
* Intel® 82599 10 Gigabit Ethernet Controller
* Intel® Ethernet Controller X540-AT2
* Intel® Ethernet Server Adapter X520 Series
* Intel® Ethernet Server Adapter X520-T2
* Intel® Ethernet Controller X550 Series

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

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

    ixgbe_osdep.h