From: Aaron Conole Date: Tue, 25 Jun 2024 17:22:45 +0000 (-0400) Subject: selftests: net: add config for openvswitch X-Git-Tag: v6.11-rc1~163^2~127^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f437f5c91b03b105c0efa128a687746254049e4;p=thirdparty%2Flinux.git selftests: net: add config for openvswitch The pmtu testing will require that the OVS module is installed, so do that. Reviewed-by: Simon Horman Tested-by: Simon Horman Signed-off-by: Aaron Conole Link: https://patch.msgid.link/20240625172245.233874-8-aconole@redhat.com Signed-off-by: Jakub Kicinski --- diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config index f46e27cd1e700..5b9baf7089506 100644 --- a/tools/testing/selftests/net/config +++ b/tools/testing/selftests/net/config @@ -74,7 +74,12 @@ CONFIG_NET_SCH_ETF=m CONFIG_NET_SCH_NETEM=y CONFIG_NET_SCH_PRIO=m CONFIG_NFT_COMPAT=m +CONFIG_NF_CONNTRACK_OVS=y CONFIG_NF_FLOW_TABLE=m +CONFIG_OPENVSWITCH=m +CONFIG_OPENVSWITCH_GENEVE=m +CONFIG_OPENVSWITCH_GRE=m +CONFIG_OPENVSWITCH_VXLAN=m CONFIG_PSAMPLE=m CONFIG_TCP_MD5SIG=y CONFIG_TEST_BLACKHOLE_DEV=m