On 3/25/24 6:15 AM, Geliang Tang wrote:
From: Geliang Tang <tanggeliang@xxxxxxxxxx> To simplify the code, use BPF selftests helpers start_server() and connect_fd_to_fd() in bpf_tcp_ca.c instead of open-coding. These helpers are defined in network_helpers.c, and exported in network_helpers.h, which is already included in bpf_tcp_ca.c. Signed-off-by: Geliang Tang <tanggeliang@xxxxxxxxxx> --- v2: - use connect_fd_to_fd too.
These are two logical changes in one, please send an individual patch for the connect_fd_to_fd. Thanks, Daniel