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

2024-06-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Thu, 30 May 2024 15:41:07 +0800 you wrote: > From: Geliang Tang > > For moving dctcp test dedicated code out of do_test() into test_dctcp(). > This patchset adds a new helper start_test() in bpf_tcp_ca.c to

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

2024-05-30 Thread Geliang Tang
From: Geliang Tang For moving dctcp test dedicated code out of do_test() into test_dctcp(). This patchset adds a new helper start_test() in bpf_tcp_ca.c to refactor do_test(). Address Martin's comments for the previous series. Geliang Tang (5): selftests/bpf: Use connect_to_fd_opts in