netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3 nf] selftests: netfilter: add cpu counter check
@ 2020-09-09 18:25 Fabian Frederick
  2020-09-09 18:43 ` Florian Westphal
  2020-09-21 23:57 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 3+ messages in thread
From: Fabian Frederick @ 2020-09-09 18:25 UTC (permalink / raw)
  To: pablo, kadlec, fw; +Cc: netfilter-devel, coreteam, netdev, Fabian Frederick

run task on first CPU with netfilter counters reset and check
cpu meta after another ping

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 tools/testing/selftests/netfilter/nft_meta.sh | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/tools/testing/selftests/netfilter/nft_meta.sh b/tools/testing/selftests/netfilter/nft_meta.sh
index d250b84dd5bc3..17b2d6eaa2044 100755
--- a/tools/testing/selftests/netfilter/nft_meta.sh
+++ b/tools/testing/selftests/netfilter/nft_meta.sh
@@ -33,6 +33,7 @@ table inet filter {
 	counter infproto4count {}
 	counter il4protocounter {}
 	counter imarkcounter {}
+	counter icpu0counter {}
 
 	counter oifcount {}
 	counter oifnamecount {}
@@ -54,6 +55,7 @@ table inet filter {
 		meta nfproto ipv4 counter name "infproto4count"
 		meta l4proto icmp counter name "il4protocounter"
 		meta mark 42 counter name "imarkcounter"
+		meta cpu 0 counter name "icpu0counter"
 	}
 
 	chain output {
@@ -119,6 +121,18 @@ check_one_counter omarkcounter "1" true
 
 if [ $ret -eq 0 ];then
 	echo "OK: nftables meta iif/oif counters at expected values"
+else
+	exit $ret
+fi
+
+#First CPU execution and counter
+taskset -p 01 $$ > /dev/null
+ip netns exec "$ns0" nft reset counters > /dev/null
+ip netns exec "$ns0" ping -q -c 1 127.0.0.1 > /dev/null
+check_one_counter icpu0counter "2" true
+
+if [ $ret -eq 0 ];then
+	echo "OK: nftables meta cpu counter at expected values"
 fi
 
 exit $ret
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/3 nf] selftests: netfilter: add cpu counter check
  2020-09-09 18:25 [PATCH 1/3 nf] selftests: netfilter: add cpu counter check Fabian Frederick
@ 2020-09-09 18:43 ` Florian Westphal
  2020-09-21 23:57 ` Pablo Neira Ayuso
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Westphal @ 2020-09-09 18:43 UTC (permalink / raw)
  To: Fabian Frederick; +Cc: pablo, kadlec, fw, netfilter-devel, coreteam, netdev

Fabian Frederick <fabf@skynet.be> wrote:
> run task on first CPU with netfilter counters reset and check
> cpu meta after another ping

Thanks!

Acked-by: Florian Westphal <fw@strlen.de>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/3 nf] selftests: netfilter: add cpu counter check
  2020-09-09 18:25 [PATCH 1/3 nf] selftests: netfilter: add cpu counter check Fabian Frederick
  2020-09-09 18:43 ` Florian Westphal
@ 2020-09-21 23:57 ` Pablo Neira Ayuso
  1 sibling, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2020-09-21 23:57 UTC (permalink / raw)
  To: Fabian Frederick; +Cc: kadlec, fw, netfilter-devel, coreteam, netdev

On Wed, Sep 09, 2020 at 08:25:36PM +0200, Fabian Frederick wrote:
> run task on first CPU with netfilter counters reset and check
> cpu meta after another ping

Patches from 1 to 3 in this series are now applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-21 23:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 18:25 [PATCH 1/3 nf] selftests: netfilter: add cpu counter check Fabian Frederick
2020-09-09 18:43 ` Florian Westphal
2020-09-21 23:57 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).