selftests/bpf: Avoid pinning bpf prog in the tc_redirect_dtime test
authorMartin KaFai Lau <martin.lau@kernel.org>
Tue, 29 Nov 2022 07:08:55 +0000 (23:08 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 30 Nov 2022 21:47:42 +0000 (22:47 +0100)
commit57d0863f1d2812da543ef49172f60d6aa14bedcf
treeb3a83ac25ddf49cf5cc4a38e8c6293e10be661ab
parent052c82dcdcbb6eb89d0967c309c010cd293076d0
selftests/bpf: Avoid pinning bpf prog in the tc_redirect_dtime test

This patch removes the need to pin prog in the tc_redirect_dtime
test by directly using the bpf_tc_hook_create() and bpf_tc_attach().
The clsact qdisc will go away together with the test netns, so
no need to do bpf_tc_hook_destroy().

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/bpf/20221129070900.3142427-3-martin.lau@linux.dev
tools/testing/selftests/bpf/prog_tests/tc_redirect.c