Message ID | cover.1717054461.git.tanggeliang@kylinos.cn (mailing list archive) |
---|---|
Headers | show |
Series | use network helpers, part 6 | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Thu, 30 May 2024 15:41:07 +0800 you wrote: > From: Geliang Tang <tanggeliang@kylinos.cn> > > 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. > > [...] Here is the summary with links: - [bpf-next,1/5] selftests/bpf: Use connect_to_fd_opts in do_test in bpf_tcp_ca https://git.kernel.org/bpf/bpf-next/c/9abdfd8a2123 - [bpf-next,2/5] selftests/bpf: Add start_test helper in bpf_tcp_ca https://git.kernel.org/bpf/bpf-next/c/fee97d0c9a14 - [bpf-next,3/5] selftests/bpf: Use start_test in test_dctcp_fallback in bpf_tcp_ca https://git.kernel.org/bpf/bpf-next/c/224eeb5598c3 - [bpf-next,4/5] selftests/bpf: Use start_test in test_dctcp in bpf_tcp_ca https://git.kernel.org/bpf/bpf-next/c/cd984b2ed624 - [bpf-next,5/5] selftests/bpf: Drop useless arguments of do_test in bpf_tcp_ca https://git.kernel.org/bpf/bpf-next/c/f85af9d955ac You are awesome, thank you!
From: Geliang Tang <tanggeliang@kylinos.cn> 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 do_test in bpf_tcp_ca selftests/bpf: Add start_test helper in bpf_tcp_ca selftests/bpf: Use start_test in test_dctcp_fallback in bpf_tcp_ca selftests/bpf: Use start_test in test_dctcp in bpf_tcp_ca selftests/bpf: Drop useless arguments of do_test in bpf_tcp_ca .../selftests/bpf/prog_tests/bpf_tcp_ca.c | 140 +++++++++++------- 1 file changed, 85 insertions(+), 55 deletions(-)