Skip to content

Commit fcf67d8

Browse files
Paolo Abenikuba-moo
authored andcommitted
selftests: net: add missing config for big tcp tests
The big_tcp test-case requires a few kernel knobs currently not specified in the net selftests config, causing the following failure: # selftests: net: big_tcp.sh # Error: Failed to load TC action module. # We have an error talking to the kernel ... # Testing for BIG TCP: # CLI GSO | GW GRO | GW GSO | SER GRO # ./big_tcp.sh: line 107: test: !=: unary operator expected ... # on on on on : [FAIL_on_link1] Add the missing configs Fixes: 6bb382b ("selftests: add a selftest for big tcp") Signed-off-by: Paolo Abeni <[email protected]> Acked-by: Aaron Conole <[email protected]> Acked-by: Xin Long <[email protected]> Link: https://lore.kernel.org/all/21630ecea872fea13f071342ac64ef52a991a9b5.1706282943.git.pabeni@redhat.com/ Signed-off-by: Jakub Kicinski <[email protected]>
1 parent ff63cc2 commit fcf67d8

File tree

1 file changed

+5
-0
lines changed
  • tools/testing/selftests/net

1 file changed

+5
-0
lines changed

tools/testing/selftests/net/config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ CONFIG_NF_NAT=m
2929
CONFIG_IP6_NF_IPTABLES=m
3030
CONFIG_IP_NF_IPTABLES=m
3131
CONFIG_IP6_NF_NAT=m
32+
CONFIG_IP6_NF_RAW=m
3233
CONFIG_IP_NF_NAT=m
34+
CONFIG_IP_NF_RAW=m
3335
CONFIG_IPV6_GRE=m
3436
CONFIG_IPV6_SEG6_LWTUNNEL=y
3537
CONFIG_L2TP_ETH=m
@@ -45,6 +47,8 @@ CONFIG_NF_TABLES=m
4547
CONFIG_NF_TABLES_IPV6=y
4648
CONFIG_NF_TABLES_IPV4=y
4749
CONFIG_NFT_NAT=m
50+
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
51+
CONFIG_NET_ACT_CT=m
4852
CONFIG_NET_ACT_GACT=m
4953
CONFIG_NET_CLS_BASIC=m
5054
CONFIG_NET_CLS_U32=m
@@ -55,6 +59,7 @@ CONFIG_NET_SCH_HTB=m
5559
CONFIG_NET_SCH_FQ=m
5660
CONFIG_NET_SCH_ETF=m
5761
CONFIG_NET_SCH_NETEM=y
62+
CONFIG_NF_FLOW_TABLE=m
5863
CONFIG_PSAMPLE=m
5964
CONFIG_TCP_MD5SIG=y
6065
CONFIG_TEST_BLACKHOLE_DEV=m

0 commit comments

Comments
 (0)