From: Coco Li Date: Mon, 11 Apr 2022 21:37:17 +0000 (-0700) Subject: fou: Remove XRFM from NET_FOU Kconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=753b953774b5840825c9b7bc6413036292138467;p=linux.git fou: Remove XRFM from NET_FOU Kconfig XRFM is no longer needed for configuring FOU tunnels (CONFIG_NET_FOU_IP_TUNNELS), remove from Kconfig. Also remove the xrfm.h dependency in fou.c. It was added in '23461551c006 ("fou: Support for foo-over-udp RX path")' for depencies of udp_del_offload and udp_offloads, which were removed in 'd92283e338f6 ("fou: change to use UDP socket GRO")'. Built and installed kernel and setup GUE/FOU tunnels. Signed-off-by: Coco Li Link: https://lore.kernel.org/r/20220411213717.3688789-1-lixiaoyan@google.com Signed-off-by: Jakub Kicinski --- diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 87983e70f03f3..e983bb0c50127 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -321,7 +321,6 @@ config NET_UDP_TUNNEL config NET_FOU tristate "IP: Foo (IP protocols) over UDP" - select XFRM select NET_UDP_TUNNEL help Foo over UDP allows any IP protocol to be directly encapsulated diff --git a/net/ipv4/fou.c b/net/ipv4/fou.c index 0d085cc8d96cb..025a33c1b04d6 100644 --- a/net/ipv4/fou.c +++ b/net/ipv4/fou.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include