]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit7011ba337df160c5aeb34454fcd3137a12f1a2a8
tree80be5162ac9fa89e498b32783cc4b19a1884084c
parent3865bec60683b86d39a5d8d6c34a1d269adaa84c
parentb91e82129400bdc40ee1232aa7e32ae6027f9b4f
Merge branch 'bnxt_en-fix-max_skb_frags-30'

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>