Go to file
Taehee Yoo 661958552e eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic
When a queue is restarted, it sets MRU to 0 for stopping packet flow.
MRU variable is a member of vnic_info[], the first vnic_info is default
and the second is ntuple.
Only when ntuple is enabled(ethtool -K eth0 ntuple on), vnic_info for
ntuple is allocated in init logic.
The bp->nr_vnics indicates how many vnic_info are allocated.
However bnxt_queue_{start | stop}() accesses vnic_info[BNXT_VNIC_NTUPLE]
regardless of ntuple state.

Reviewed-by: Somnath Kotur <somnath.kotur@broadcom.com>
Fixes: b9d2956e86 ("bnxt_en: stop packet flow during bnxt_queue_stop/start")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Link: https://patch.msgid.link/20250309134219.91670-4-ap420073@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-03-10 13:31:11 -07:00
Documentation vfs-6.14-rc6.fixes 2025-03-06 08:04:49 -10:00
LICENSES
arch - Load only sha256-signed microcode patch blobs 2025-03-04 19:05:53 -10:00
block block-6.14-20250228 2025-02-28 09:43:46 -08:00
certs
crypto
drivers eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic 2025-03-10 13:31:11 -07:00
fs Five SMB server fixes, two related client fixes, and minor MAINTAINERS update 2025-03-06 09:19:15 -10:00
include Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" 2025-03-07 13:03:05 -05:00
init
io_uring io_uring-6.14-20250228 2025-02-28 09:11:15 -08:00
ipc
kernel vfs-6.14-rc6.fixes 2025-03-06 08:04:49 -10:00
lib Fix an rcuref_put() slowpath race. 2025-02-28 16:07:18 -08:00
mm arm64 fixes for -rc5 2025-03-01 13:44:51 -08:00
net net: ethtool: tsinfo: Fix dump command 2025-03-10 13:14:25 -07:00
rust
samples
scripts
security
sound
tools Fix an objtool false positive, and objtool related 2025-02-28 16:45:36 -08:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap We have been notified of a TLS regression that will be addressed 2025-03-06 09:34:54 -10:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update email address in cifs and ksmbd entry 2025-03-02 22:44:18 -06:00
Makefile Linux 6.14-rc5 2025-03-02 11:48:20 -08:00
README

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 reStructuredText 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.