Re: [PATCH bpf-next v4 0/6] use network helpers, part 5

2024-05-24 Thread Martin KaFai Lau
On 5/23/24 8:21 PM, Geliang Tang wrote: From: Geliang Tang This patchset uses post_socket_cb and post_connect_cb callbacks of struct network_helper_opts to refactor do_test() in bpf_tcp_ca.c to move dctcp test dedicated code out of do_test() into test_dctcp(). Overall looks good. It needs ano

[PATCH bpf-next v4 0/6] use network helpers, part 5

2024-05-23 Thread Geliang Tang
From: Geliang Tang This patchset uses post_socket_cb and post_connect_cb callbacks of struct network_helper_opts to refactor do_test() in bpf_tcp_ca.c to move dctcp test dedicated code out of do_test() into test_dctcp(). v4: - address Martin's comments in v3 (thanks). - drop 2 patches, keep "t