Re: [PATCH bpf-next 9/9] selftests/bpf: Use netns helpers in test_tunnel

2024-05-15 Thread Geliang Tang
Sorry, this patch breaks CI. Changes Requested. -Geliang On Wed, 2024-05-15 at 13:59 +0800, Geliang Tang wrote: > From: Geliang Tang > > This patch uses netns helpers create_netns() and cleanup_netns() in > test_tunnel.c instead of using open_netns() and close_netns() > directly. > > Signed-o

[PATCH bpf-next 9/9] selftests/bpf: Use netns helpers in test_tunnel

2024-05-14 Thread Geliang Tang
From: Geliang Tang This patch uses netns helpers create_netns() and cleanup_netns() in test_tunnel.c instead of using open_netns() and close_netns() directly. Signed-off-by: Geliang Tang --- .../selftests/bpf/prog_tests/test_tunnel.c| 19 +-- 1 file changed, 9 insertions(+)