]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: move ip_packet_offload and ipv6_packet_offload to net_hotdata
authorEric Dumazet <edumazet@google.com>
Wed, 6 Mar 2024 16:00:19 +0000 (16:00 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 Mar 2024 05:12:42 +0000 (21:12 -0800)
commit61a0be1a5342045059ce53eabfe6500d499d2f89
tree12ce8556fa83770c85b34955f9815a045737b6d4
parentedbc666cdcbf4a80ada4311c272a2078af87b880
net: move ip_packet_offload and ipv6_packet_offload to net_hotdata

These structures are used in GRO and GSO paths.

v2: ipv6_packet_offload definition depends on CONFIG_INET

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/20240306160031.874438-7-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/hotdata.h
net/ipv4/af_inet.c
net/ipv6/ip6_offload.c