]> Gentwo Git Trees - linux/.git/commit
udp_tunnel: use static call for GRO hooks when possible
authorPaolo Abeni <pabeni@redhat.com>
Tue, 11 Mar 2025 20:42:29 +0000 (21:42 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 18 Mar 2025 10:40:30 +0000 (11:40 +0100)
commit311b36574ceaccfa3f91b74054a09cd4bb877702
tree3d1bf81f61f5a67fa29b27bfbf10b5dece0a0e6e
parent8d4880db378350f8ed8969feea13bdc164564fc1
udp_tunnel: use static call for GRO hooks when possible

It's quite common to have a single UDP tunnel type active in the
whole system. In such a case we can replace the indirect call for
the UDP tunnel GRO callback with a static call.

Add the related accounting in the control path and switch to static
call when possible. To keep the code simple use a static array for
the registered tunnel types, and size such array based on the kernel
config.

Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/6fd1f9c7651151493ecab174e7b8386a1534170d.1741718157.git.pabeni@redhat.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
include/net/udp_tunnel.h
net/ipv4/udp_offload.c
net/ipv4/udp_tunnel_core.c