]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'fix-page-fragment-handling-when-page_size-4k'
authorJakub Kicinski <kuba@kernel.org>
Sat, 28 Mar 2026 03:30:26 +0000 (20:30 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 28 Mar 2026 03:30:26 +0000 (20:30 -0700)
Dimitri Daskalakis says:

====================
Fix page fragment handling when PAGE_SIZE > 4K

FBNIC operates on fixed size descriptors (4K). When the OS supports pages
larger than 4K, we fragment the page across multiple descriptors.

While performance testing, I found several issues with our page fragment
handling, resulting in low throughput and potential RX stalls.
====================

Link: https://patch.msgid.link/20260324195123.3486219-1-dimitri.daskalakis1@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge