Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <[email protected]>:
On Sun, 30 Nov 2025 20:41:55 +0100 you wrote: > Use the napi functions napi_alloc_skb() and napi_gro_receive() instead > of netdev_alloc_skb() and netif_receive_skb() for more efficient packet > receiving. The switch to napi aware functions increases the RX > throughput, reduces the occurrence of retransmissions and improves the > resilience against SKB allocation failures. > > Signed-off-by: Florian Fuchs <[email protected]> > > [...] Here is the summary with links: - [net-next] net: ps3_gelic_net: Use napi_alloc_skb() and napi_gro_receive() https://git.kernel.org/netdev/net-next/c/d8e08149a5ed You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
