All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/2] selftests/bpf: Move test_lwt_seg6local to test_progs
@ 2025-03-07  9:18 Bastien Curutchet (eBPF Foundation)
  2025-03-07  9:18 ` [PATCH bpf-next 1/2] selftests/bpf: lwt_seg6local: Remove unused routes Bastien Curutchet (eBPF Foundation)
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bastien Curutchet (eBPF Foundation) @ 2025-03-07  9:18 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
	Martin KaFai Lau, Eduard Zingerman, Song Liu, Yonghong Song,
	John Fastabend, KP Singh, Stanislav Fomichev, Hao Luo, Jiri Olsa,
	Mykola Lysenko, Shuah Khan
  Cc: Alexis Lothore, Thomas Petazzoni, linux-kernel, bpf,
	linux-kselftest, Bastien Curutchet (eBPF Foundation)

Hi all,

This patch series continues the work to migrate the script tests into
prog_tests.

test_lwt_seg6local.sh tests some bpf_lwt_* helpers. It contains only one
test that uses a network topology quite different than the ones that
can be found in others prog_tests/lwt_*.c files so I add a new
prog_tests/lwt_seg6local.c file.

While working on the migration I noticed that some routes present in the
script weren't needed so PATCH 1 deletes them and then PATCH 2 migrates
the test into the test_progs framework.

Signed-off-by: Bastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com>
---
Bastien Curutchet (eBPF Foundation) (2):
      selftests/bpf: lwt_seg6local: Remove unused routes
      selftests/bpf: lwt_seg6local: Move test to test_progs

 tools/testing/selftests/bpf/Makefile               |   1 -
 .../selftests/bpf/prog_tests/lwt_seg6local.c       | 176 +++++++++++++++++++++
 tools/testing/selftests/bpf/test_lwt_seg6local.sh  | 156 ------------------
 3 files changed, 176 insertions(+), 157 deletions(-)
---
base-commit: 86eb3a47230a41c6ccf5cdae8ee0a7e7292aa29d
change-id: 20250214-seg6local-64bcde44b66e

Best regards,
-- 
Bastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com>


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

end of thread, other threads:[~2025-03-08  9:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07  9:18 [PATCH bpf-next 0/2] selftests/bpf: Move test_lwt_seg6local to test_progs Bastien Curutchet (eBPF Foundation)
2025-03-07  9:18 ` [PATCH bpf-next 1/2] selftests/bpf: lwt_seg6local: Remove unused routes Bastien Curutchet (eBPF Foundation)
2025-03-07  9:18 ` [PATCH bpf-next 2/2] selftests/bpf: lwt_seg6local: Move test to test_progs Bastien Curutchet (eBPF Foundation)
2025-03-08  4:54 ` [PATCH bpf-next 0/2] selftests/bpf: Move test_lwt_seg6local " Stanislav Fomichev
2025-03-08  9:30 ` patchwork-bot+netdevbpf

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.