Skip to content

Commit

Permalink
Squash to "bpf scheduler"
Browse files Browse the repository at this point in the history
fix

Signed-off-by: Geliang Tang <[email protected]>
  • Loading branch information
Geliang Tang committed Dec 9, 2024
1 parent 9906ce7 commit c1e0b7a
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 @@ -1169,7 +1169,7 @@ static void test_sockopt(void)

static int sched_init(char *flags, char *sched)
{
if (endpoint_init(flags, 2) < 0)
if (endpoint_init(flags, 4) < 0)
goto fail;

SYS(fail, "ip netns exec %s sysctl -qw net.mptcp.scheduler=%s", NS_TEST, sched);
Expand Down

0 comments on commit c1e0b7a

Please sign in to comment.