https://github.com/torvalds/linux
Revision 4c9da6f2b8a029052c75bd4a61ae229135831177 authored by Arkadiusz Kubalewski on 06 November 2019, 14:24:04 UTC, committed by Jeff Kirsher on 09 November 2019, 00:10:51 UTC
This patch contains fix for a problem with command:
'ethtool -m <dev>'
which breaks functionality of:
'ethtool <dev>'
when called on X722 NIC

Disallowed update of link phy_types on X722 NIC
Currently correct value cannot be obtained from FW
Previously wrong value returned by FW was used and was
a root cause for incorrect output of 'ethtool <dev>' command

Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
1 parent 4eda4e0
Raw File
Tip revision: 4c9da6f2b8a029052c75bd4a61ae229135831177 authored by Arkadiusz Kubalewski on 06 November 2019, 14:24:04 UTC
i40e: Fix for ethtool -m issue on X722 NIC
Tip revision: 4c9da6f
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top