]> git.ipfire.org Git - thirdparty/openwrt.git/commit
apm821xx: slightly improve routing performance 23382/head
authorRosen Penev <rosenp@gmail.com>
Thu, 21 May 2026 23:36:57 +0000 (16:36 -0700)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Mon, 25 May 2026 08:16:50 +0000 (10:16 +0200)
commit912e5608c4adef6a12c9d4af54f1a344e4ecbbbe
tree3eb14852a15c7df5cecf3a49bd97027872e49aca
parent58099777f4c840a0a7377860d6f712bb91faaa3b
apm821xx: slightly improve routing performance

I mistakenly assumed napi_gro_receive could not be used here. But it
turns out I needed to take the address of mal's napi_device.

Important to get everything possible out of this old underpowered
platform.

Upstream for whatever reason wants to do away with
netif_receive_skb_list.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23382
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/apm821xx/patches-6.18/710-net-ibm_emac-Use-napi_gro_receive-for-Rx-packets.patch [new file with mode: 0644]