Skip to content

Commit

Permalink
Squash to "selftests/bpf: Add mptcp subflow subtest"
Browse files Browse the repository at this point in the history
create_netns() is updated in "bpf-next add netns helpers" series,
test_subflow() needs to be updated too.

That means v3 of "selftests/bpf: new MPTCP subflow subtest" cannot be sent
to bpf-next at the moment until this "bpf-next add netns helpers" series is
accepted.

Signed-off-by: Geliang Tang <[email protected]>
  • Loading branch information
Geliang Tang authored and intel-lab-lkp committed May 16, 2024
1 parent 73d01b0 commit f5ba017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/bpf/prog_tests/mptcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ static void test_subflow(void)
if (!ASSERT_OK(err, "prog_attach"))
goto skel_destroy;

nstoken = create_netns();
nstoken = create_netns(NS_TEST);
if (!ASSERT_OK_PTR(nstoken, "create_netns: mptcp_subflow"))
goto skel_destroy;

Expand Down

0 comments on commit f5ba017

Please sign in to comment.