https://github.com/torvalds/linux
Revision 89aaca54ba60e91f02c1c168fbef5d71f71a6d43 authored by Somnath Kotur on 31 August 2017, 03:57:35 UTC, committed by Doug Ledford on 22 September 2017, 17:57:33 UTC
FW needs the 0th GID Entry in the Table to be preserved before
it's corresponding QP1 is deleted, else it will fail the cmd.
Check for the same and return to prevent error msg being logged for
cmd failure.

Signed-off-by: Somnath Kotur <somnath.kotur@broadcom.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
1 parent 1993519
Raw File
Tip revision: 89aaca54ba60e91f02c1c168fbef5d71f71a6d43 authored by Somnath Kotur on 31 August 2017, 03:57:35 UTC
bnxt_re: Don't issue cmd to delete GID for QP1 GID entry before the QP is destroyed
Tip revision: 89aaca5
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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