aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/netfilter/config
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-10-31 18:26:21 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-11-12 16:13:35 +0100
commit25d8bcedbf4329895dbaf9dd67baa6f18dad918c (patch)
treedb6bd9500e402dc888c30bb0548c735ac0c4b3e7 /tools/testing/selftests/netfilter/config
parentnetfilter: nf_tables: don't skip inactive chains during update (diff)
downloadwireguard-linux-25d8bcedbf4329895dbaf9dd67baa6f18dad918c.tar.xz
wireguard-linux-25d8bcedbf4329895dbaf9dd67baa6f18dad918c.zip
selftests: add script to stress-test nft packet path vs. control plane
Start flood ping for each cpu while loading/flushing rulesets to make sure we do not access already-free'd rules from nf_tables evaluation loop. Also add this to TARGETS so 'make run_tests' in selftest dir runs it automatically. This would have caught the bug fixed in previous change ("netfilter: nf_tables: do not skip inactive chains during generation update") sooner. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/testing/selftests/netfilter/config')
-rw-r--r--tools/testing/selftests/netfilter/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/netfilter/config b/tools/testing/selftests/netfilter/config
new file mode 100644
index 000000000000..1017313e41a8
--- /dev/null
+++ b/tools/testing/selftests/netfilter/config
@@ -0,0 +1,2 @@
+CONFIG_NET_NS=y
+NF_TABLES_INET=y