https://github.com/torvalds/linux
Revision 1d997801c7cc6a7f542e46d5a6bf16f893ad3fe9 authored by Sreekanth Reddy on 07 June 2023, 07:54:05 UTC, committed by Paolo Abeni on 08 June 2023, 08:52:45 UTC
Only older NIC controller's firmware uses the PROC AP reset type.
Firmware on 5731X/5741X and newer chips does not support this reset
type.  When bnxt_reset() issues a series of resets, this PROC AP
reset may actually fail on these newer chips because the firmware
is not ready to accept this unsupported command yet.  Avoid this
unnecessary error by skipping this reset type on chips that don't
support it.

Fixes: 7a13240e3718 ("bnxt_en: fix ethtool_reset_flags ABI violations")
Reviewed-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
1 parent 095d5dc
Raw File
Tip revision: 1d997801c7cc6a7f542e46d5a6bf16f893ad3fe9 authored by Sreekanth Reddy on 07 June 2023, 07:54:05 UTC
bnxt_en: Don't issue AP reset during ethtool's reset operation
Tip revision: 1d99780
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