Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Tue, 25 Mar 2025 09:32:37 -0700 you wrote:
Frag allocators, such as netdev_alloc_frag(), were not designed to work for fragsz > PAGE_SIZE.
So, switch to page pool for jumbo frames instead of using page frag allocators. This driver is using page pool for smaller MTUs already.
Cc: stable@vger.kernel.org Fixes: 80f6215b450e ("net: mana: Add support for jumbo frame") Signed-off-by: Haiyang Zhang haiyangz@microsoft.com
[...]
Here is the summary with links: - [net,v2] net: mana: Switch to page pool for jumbo frames https://git.kernel.org/netdev/net/c/fa37a8849634
You are awesome, thank you!