From: patchwork-bot+netdevbpf@kernel.org
To: Bastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com>
Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org,
martin.lau@linux.dev, eddyz87@gmail.com, song@kernel.org,
yonghong.song@linux.dev, john.fastabend@gmail.com,
kpsingh@kernel.org, sdf@fomichev.me, haoluo@google.com,
jolsa@kernel.org, mykolal@fb.com, shuah@kernel.org,
thomas.petazzoni@bootlin.com, alexis.lothore@bootlin.com,
bpf@vger.kernel.org, linux-kselftest@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH bpf-next v2 00/10] selftests/bpf: Migrate test_tunnel.sh to test_progs
Date: Mon, 03 Mar 2025 22:30:31 +0000 [thread overview]
Message-ID: <174104103150.3737563.4806214679115746999.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250303-tunnels-v2-0-8329f38f0678@bootlin.com>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau <martin.lau@kernel.org>:
On Mon, 03 Mar 2025 09:22:48 +0100 you wrote:
> Hi all,
>
> This patch series continues the work to migrate the *.sh tests into
> prog_tests framework.
>
> The test_tunnel.sh script has already been partly migrated to
> test_progs in prog_tests/test_tunnel.c so I add my work to it.
>
> [...]
Here is the summary with links:
- [bpf-next,v2,01/10] selftests/bpf: test_tunnel: Add generic_attach* helpers
https://git.kernel.org/bpf/bpf-next/c/6829f3c51baf
- [bpf-next,v2,02/10] selftests/bpf: test_tunnel: Add ping helpers
https://git.kernel.org/bpf/bpf-next/c/7289e59a7667
- [bpf-next,v2,03/10] selftests/bpf: test_tunnel: Move gre tunnel test to test_progs
https://git.kernel.org/bpf/bpf-next/c/08d20eaa0727
- [bpf-next,v2,04/10] selftests/bpf: test_tunnel: Move ip6gre tunnel test to test_progs
https://git.kernel.org/bpf/bpf-next/c/1ea01a806e4c
- [bpf-next,v2,05/10] selftests/bpf: test_tunnel: Move erspan tunnel tests to test_progs
https://git.kernel.org/bpf/bpf-next/c/0ecd1e9d3237
- [bpf-next,v2,06/10] selftests/bpf: test_tunnel: Move ip6erspan tunnel test to test_progs
https://git.kernel.org/bpf/bpf-next/c/cae41f74b778
- [bpf-next,v2,07/10] selftests/bpf: test_tunnel: Move geneve tunnel test to test_progs
https://git.kernel.org/bpf/bpf-next/c/d89542d2534f
- [bpf-next,v2,08/10] selftests/bpf: test_tunnel: Move ip6geneve tunnel test to test_progs
https://git.kernel.org/bpf/bpf-next/c/8d8609430576
- [bpf-next,v2,09/10] selftests/bpf: test_tunnel: Move ip6tnl tunnel tests to test_progs
https://git.kernel.org/bpf/bpf-next/c/680a75248df7
- [bpf-next,v2,10/10] selftests/bpf: test_tunnel: Remove test_tunnel.sh
https://git.kernel.org/bpf/bpf-next/c/c8d6d78cea6e
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-03-03 22:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-03 8:22 [PATCH bpf-next v2 00/10] selftests/bpf: Migrate test_tunnel.sh to test_progs Bastien Curutchet (eBPF Foundation)
2025-03-03 8:22 ` [PATCH bpf-next v2 01/10] selftests/bpf: test_tunnel: Add generic_attach* helpers Bastien Curutchet (eBPF Foundation)
2025-03-03 15:47 ` Stanislav Fomichev
2025-03-03 8:22 ` [PATCH bpf-next v2 02/10] selftests/bpf: test_tunnel: Add ping helpers Bastien Curutchet (eBPF Foundation)
2025-03-03 8:22 ` [PATCH bpf-next v2 03/10] selftests/bpf: test_tunnel: Move gre tunnel test to test_progs Bastien Curutchet (eBPF Foundation)
2025-03-03 8:22 ` [PATCH bpf-next v2 04/10] selftests/bpf: test_tunnel: Move ip6gre " Bastien Curutchet (eBPF Foundation)
2025-03-03 15:47 ` Stanislav Fomichev
2025-03-03 8:22 ` [PATCH bpf-next v2 05/10] selftests/bpf: test_tunnel: Move erspan tunnel tests " Bastien Curutchet (eBPF Foundation)
2025-03-03 8:22 ` [PATCH bpf-next v2 06/10] selftests/bpf: test_tunnel: Move ip6erspan tunnel test " Bastien Curutchet (eBPF Foundation)
2025-03-03 8:22 ` [PATCH bpf-next v2 07/10] selftests/bpf: test_tunnel: Move geneve " Bastien Curutchet (eBPF Foundation)
2025-03-03 8:22 ` [PATCH bpf-next v2 08/10] selftests/bpf: test_tunnel: Move ip6geneve " Bastien Curutchet (eBPF Foundation)
2025-03-03 8:22 ` [PATCH bpf-next v2 09/10] selftests/bpf: test_tunnel: Move ip6tnl tunnel tests " Bastien Curutchet (eBPF Foundation)
2025-03-03 8:22 ` [PATCH bpf-next v2 10/10] selftests/bpf: test_tunnel: Remove test_tunnel.sh Bastien Curutchet (eBPF Foundation)
2025-03-03 22:30 ` patchwork-bot+netdevbpf [this message]
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=174104103150.3737563.4806214679115746999.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexis.lothore@bootlin.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bastien.curutchet@bootlin.com \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=eddyz87@gmail.com \
--cc=haoluo@google.com \
--cc=john.fastabend@gmail.com \
--cc=jolsa@kernel.org \
--cc=kpsingh@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=martin.lau@linux.dev \
--cc=mykolal@fb.com \
--cc=sdf@fomichev.me \
--cc=shuah@kernel.org \
--cc=song@kernel.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=yonghong.song@linux.dev \
/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.