diff options
author | Florian Westphal <fw@strlen.de> | 2018-10-31 18:26:21 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-11-12 16:13:35 +0100 |
commit | 25d8bcedbf4329895dbaf9dd67baa6f18dad918c (patch) | |
tree | db6bd9500e402dc888c30bb0548c735ac0c4b3e7 /tools/testing/selftests/Makefile | |
parent | 0fb39bbe43d4481fcf300d2b5822de60942fd189 (diff) | |
download | talos-op-linux-25d8bcedbf4329895dbaf9dd67baa6f18dad918c.tar.gz talos-op-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/Makefile')
-rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index f1fe492c8e17..f0017c831e57 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -24,6 +24,7 @@ TARGETS += memory-hotplug TARGETS += mount TARGETS += mqueue TARGETS += net +TARGETS += netfilter TARGETS += nsfs TARGETS += powerpc TARGETS += proc |