diff options
| author | Joerg Roedel <[email protected]> | 2023-10-26 15:05:58 +0000 |
|---|---|---|
| committer | Joerg Roedel <[email protected]> | 2023-10-26 15:05:58 +0000 |
| commit | 3613047280ec42a4e1350fdc1a6dd161ff4008cc (patch) | |
| tree | 6cf2f03f518537f3229e6066a8b2638755f0bb48 /tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c | |
| parent | iommu/dart: Remove the force_bypass variable (diff) | |
| parent | Linux 6.6-rc7 (diff) | |
| download | kernel-3613047280ec42a4e1350fdc1a6dd161ff4008cc.tar.gz kernel-3613047280ec42a4e1350fdc1a6dd161ff4008cc.zip | |
Merge tag 'v6.6-rc7' into core
Linux 6.6-rc7
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c')
| -rw-r--r-- | tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c b/tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c index a53c254c6058..4aabeaa525d4 100644 --- a/tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c +++ b/tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c @@ -185,6 +185,8 @@ static void test_cubic(void) do_test("bpf_cubic", NULL); + ASSERT_EQ(cubic_skel->bss->bpf_cubic_acked_called, 1, "pkts_acked called"); + bpf_link__destroy(link); bpf_cubic__destroy(cubic_skel); } |
