numam-dpdk/drivers/net/ixgbe/base
Guinan Sun 713fc4dd34 net/ixgbe/base: fix host interface shadow RAM read
Host interface Shadow RAM Read (0x31) command response
buffer length should be stored in two bytes, instead of one byte.
This patch fixes it.

Fixes: e6102361b1 ("net/ixgbe/base: use 2 bytes for flash read command")
Cc: stable@dpdk.org

Signed-off-by: Mateusz Kowalski <mateusz.kowalski@intel.com>
Signed-off-by: Guinan Sun <guinanx.sun@intel.com>
Reviewed-by: Wei Zhao <wei.zhao1@intel.com>
2020-07-11 06:18:53 +02:00
..
ixgbe_82598.c net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_82598.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_82599.c net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_82599.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_api.c net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_api.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_common.c net/ixgbe/base: fix host interface shadow RAM read 2020-07-11 06:18:53 +02:00
ixgbe_common.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_dcb_82598.c net/ixgbe/base: remove dead code 2020-07-07 23:38:26 +02:00
ixgbe_dcb_82598.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_dcb_82599.c net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_dcb_82599.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_dcb.c net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_dcb.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_hv_vf.c net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_hv_vf.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_mbx.c net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_mbx.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_osdep.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_phy.c net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_phy.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_type.h net/ixgbe/base: fix host interface shadow RAM read 2020-07-11 06:18:53 +02:00
ixgbe_vf.c net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_vf.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_x540.c net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_x540.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_x550.c net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
ixgbe_x550.h net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
meson.build net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00
README net/ixgbe/base: update copyright 2020-05-18 20:35:57 +02:00

/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2010-2020 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