From: Jakub Kicinski Date: Sat, 28 Mar 2026 03:30:26 +0000 (-0700) Subject: Merge branch 'fix-page-fragment-handling-when-page_size-4k' X-Git-Tag: v7.0-rc7~28^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c11c731a684e5e4e377e7e22f9fc2f29ce1478c7;p=thirdparty%2Fkernel%2Fstable.git 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 --- c11c731a684e5e4e377e7e22f9fc2f29ce1478c7