From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Jie2x Zhou <jie2x.zhou@intel.com>
Cc: shuah@kernel.org, sbrivio@redhat.com, liuhangbin@gmail.com,
fw@strlen.de, linux-kselftest@vger.kernel.org,
linux-kernel@vger.kernel.org, Philip Li <philip.li@intel.com>,
kernel test robot <lkp@intel.com>,
netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh
Date: Thu, 16 Jun 2022 11:53:41 +0200 [thread overview]
Message-ID: <Yqr9pQ9QsVaGjNW/@salvia> (raw)
In-Reply-To: <20220616074046.49349-1-jie2x.zhou@intel.com>
Cc'ing netfilter-devel and Stefano Brivio.
On Thu, Jun 16, 2022 at 03:40:46PM +0800, Jie2x Zhou wrote:
> Before change:
> make -C netfilter
> TEST: performance
> net,port [SKIP]
> perf not supported
> port,net [SKIP]
> perf not supported
> net6,port [SKIP]
> perf not supported
> port,proto [SKIP]
> perf not supported
> net6,port,mac [SKIP]
> perf not supported
> net6,port,mac,proto [SKIP]
> perf not supported
> net,mac [SKIP]
> perf not supported
>
> After change:
> net,mac [ OK ]
> baseline (drop from netdev hook): 2061098pps
> baseline hash (non-ranged entries): 1606741pps
> baseline rbtree (match on first field only): 1191607pps
> set with 1000 full, ranged entries: 1639119pps
> ok 8 selftests: netfilter: nft_concat_range.sh
>
> Fixes: 611973c1e06f ("selftests: netfilter: Introduce tests for sets with range concatenation")
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Jie2x Zhou <jie2x.zhou@intel.com>
> ---
> tools/testing/selftests/netfilter/nft_concat_range.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/netfilter/nft_concat_range.sh b/tools/testing/selftests/netfilter/nft_concat_range.sh
> index b35010cc7f6a..a6991877e50c 100755
> --- a/tools/testing/selftests/netfilter/nft_concat_range.sh
> +++ b/tools/testing/selftests/netfilter/nft_concat_range.sh
> @@ -31,7 +31,7 @@ BUGS="flush_remove_add reload"
>
> # List of possible paths to pktgen script from kernel tree for performance tests
> PKTGEN_SCRIPT_PATHS="
> - ../../../samples/pktgen/pktgen_bench_xmit_mode_netif_receive.sh
> + ../../../../samples/pktgen/pktgen_bench_xmit_mode_netif_receive.sh
> pktgen/pktgen_bench_xmit_mode_netif_receive.sh"
>
> # Definition of set types:
> --
> 2.34.1
>
next prev parent reply other threads:[~2022-06-16 9:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-16 7:40 [PATCH] selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh Jie2x Zhou
2022-06-16 9:53 ` Pablo Neira Ayuso [this message]
2022-06-16 13:46 ` Stefano Brivio
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Yqr9pQ9QsVaGjNW/@salvia \
--to=pablo@netfilter.org \
--cc=fw@strlen.de \
--cc=jie2x.zhou@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=liuhangbin@gmail.com \
--cc=lkp@intel.com \
--cc=netfilter-devel@vger.kernel.org \
--cc=philip.li@intel.com \
--cc=sbrivio@redhat.com \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.