]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'bnxt_en-fix-max_skb_frags-30'
authorJakub Kicinski <kuba@kernel.org>
Mon, 24 Mar 2025 21:24:19 +0000 (14:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 24 Mar 2025 21:24:19 +0000 (14:24 -0700)
Michael Chan says:

====================
bnxt_en: Fix MAX_SKB_FRAGS > 30

The driver was written with the assumption that MAX_SKB_FRAGS could
not exceed what the NIC can support.  About 2 years ago,
CONFIG_MAX_SKB_FRAGS was added.  The value can exceed what the NIC
can support and it may cause TX timeout.  These 2 patches will fix
the issue.
====================

Link: https://patch.msgid.link/20250321211639.3812992-1-michael.chan@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge