]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'net-mana-enforce-tx-sge-limit-and-fix-error-cleanup'
authorJakub Kicinski <kuba@kernel.org>
Thu, 20 Nov 2025 04:12:01 +0000 (20:12 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 20 Nov 2025 04:12:02 +0000 (20:12 -0800)
Aditya Garg says:

====================
net: mana: Enforce TX SGE limit and fix error cleanup

Add pre-transmission checks to block SKBs that exceed the hardware's SGE
limit. Force software segmentation for GSO traffic and linearize non-GSO
packets as needed.

Update TX error handling to drop failed SKBs and unmap resources
immediately.
====================

Link: https://patch.msgid.link/1763464269-10431-1-git-send-email-gargaditya@linux.microsoft.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge