]> www.infradead.org Git - users/hch/misc.git/commit
Merge branch 'selftests-bpf-move-test_lwt_seg6local-to-test_progs'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 8 Mar 2025 09:22:20 +0000 (01:22 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 15 Mar 2025 18:48:57 +0000 (11:48 -0700)
commit103b9ab96a770ed2b17049472b6f2ec8905841ee
treeb04ddd2e2f7d0802dba852701a8759e2d9c7b79b
parent339c1f8ea11cc042c30c315c1a8f61e4b8a90117
parent1041b8bc9f9cf00e6763455e13d0441a50f948b0
Merge branch 'selftests-bpf-move-test_lwt_seg6local-to-test_progs'

Bastien Curutchet says:

====================
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.
====================

Acked-by: Stanislav Fomichev <sdf@fomichev.me>
Link: https://patch.msgid.link/20250307-seg6local-v1-0-990fff8f180d@bootlin.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>