aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/lib/test_modules_helpers.c
diff options
context:
space:
mode:
authorPaolo Abeni <[email protected]>2025-03-18 10:40:33 +0000
committerPaolo Abeni <[email protected]>2025-03-18 10:40:34 +0000
commitaedfbe251e1c56034cb6ffd87eabe5895b31ae5d (patch)
tree3d1bf81f61f5a67fa29b27bfbf10b5dece0a0e6e /arch/s390/lib/test_modules_helpers.c
parentqed: remove cast to pointers passed to kfree (diff)
parentudp_tunnel: use static call for GRO hooks when possible (diff)
downloadkernel-aedfbe251e1c56034cb6ffd87eabe5895b31ae5d.tar.gz
kernel-aedfbe251e1c56034cb6ffd87eabe5895b31ae5d.zip
Merge branch 'udp_tunnel-gro-optimizations'
Paolo Abeni says: ==================== udp_tunnel: GRO optimizations The UDP tunnel GRO stage is source of measurable overhead for workload based on UDP-encapsulated traffic: each incoming packets requires a full UDP socket lookup and an indirect call. In the most common setups a single UDP tunnel device is used. In such case we can optimize both the lookup and the indirect call. Patch 1 tracks per netns the active UDP tunnels and replaces the socket lookup with a single destination port comparison when possible. Patch 2 tracks the different types of UDP tunnels and replaces the indirect call with a static one when there is a single UDP tunnel type active. I measure ~5% performance improvement in TCP over UDP tunnel stream tests on top of this series. v3: https://lore.kernel.org/netdev/[email protected]/ v2: https://lore.kernel.org/netdev/[email protected]/ v1: https://lore.kernel.org/netdev/[email protected]/ ==================== Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'arch/s390/lib/test_modules_helpers.c')
0 files changed, 0 insertions, 0 deletions