]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
commitc11c731a684e5e4e377e7e22f9fc2f29ce1478c7
treec46b66d5a070e7f181d0d1611839c73b9dc541bb
parent2edfa31769a4add828a7e604b21cb82aaaa05925
parentf3567dd428b264b3f06f881e5e85a738c7c910df
Merge branch 'fix-page-fragment-handling-when-page_size-4k'

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>