On Mon, 2023-09-18 at 23:02 -0700, Song Liu wrote: > Test bpf_tcp_ca (in test_progs) checks multiple tcp_congestion_ops. > However, there isn't a test that verifies functions in the > tcp_congestion_ops is actually called. Add a check to verify that > bpf_cubic_acked is actually called during the test. > > Suggested-by: Martin KaFai Lau <martin.lau@xxxxxxxxxx> > Signed-off-by: Song Liu <song@xxxxxxxxxx> > --- > tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c | 2 ++ > tools/testing/selftests/bpf/progs/bpf_cubic.c | 3 +++ > 2 files changed, 5 insertions(+) Acked-by: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>