From: Jakub Kicinski Date: Mon, 24 Mar 2025 21:24:19 +0000 (-0700) Subject: Merge branch 'bnxt_en-fix-max_skb_frags-30' X-Git-Tag: v6.15-rc1~160^2^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7011ba337df160c5aeb34454fcd3137a12f1a2a8;p=thirdparty%2Fkernel%2Fstable.git 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 --- 7011ba337df160c5aeb34454fcd3137a12f1a2a8