From: patchwork-bot+netdevbpf@kernel.org
To: Geliang Tang <geliang@kernel.org>
Cc: andrii@kernel.org, eddyz87@gmail.com, mykolal@fb.com,
ast@kernel.org, daniel@iogearbox.net, martin.lau@linux.dev,
song@kernel.org, yonghong.song@linux.dev,
john.fastabend@gmail.com, kpsingh@kernel.org, sdf@google.com,
haoluo@google.com, jolsa@kernel.org, shuah@kernel.org,
tanggeliang@kylinos.cn, bpf@vger.kernel.org,
linux-kselftest@vger.kernel.org
Subject: Re: [PATCH bpf-next v5 0/7] use network helpers, part 5
Date: Wed, 29 May 2024 05:20:31 +0000 [thread overview]
Message-ID: <171696003165.24832.1440705271958853407.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1716638248.git.tanggeliang@kylinos.cn>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau <martin.lau@kernel.org>:
On Sat, 25 May 2024 20:08:14 +0800 you wrote:
> From: Geliang Tang <tanggeliang@kylinos.cn>
>
> 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().
>
> v5:
> - address Martin's comments in v4 (thanks)
> - add patch 4, use start_server_str in test_dctcp_fallback too
> - ASSERT_* is already used in settcpca, use this helper in cc_cb (patch 3)
> and stg_post_socket_cb (patch 6)
> - add ASSERT_* in stg_post_socket_cb in patch 6
>
> [...]
Here is the summary with links:
- [bpf-next,v5,1/7] selftests/bpf: Drop struct post_socket_opts
https://git.kernel.org/bpf/bpf-next/c/ed31adf6874d
- [bpf-next,v5,2/7] selftests/bpf: Add start_server_str helper
https://git.kernel.org/bpf/bpf-next/c/6f802cb8988e
- [bpf-next,v5,3/7] selftests/bpf: Use post_socket_cb in connect_to_fd_opts
https://git.kernel.org/bpf/bpf-next/c/e078255abd53
- [bpf-next,v5,4/7] selftests/bpf: Use post_socket_cb in start_server_str
https://git.kernel.org/bpf/bpf-next/c/79b330c57deb
- [bpf-next,v5,5/7] selftests/bpf: Use start_server_str in do_test in bpf_tcp_ca
https://git.kernel.org/bpf/bpf-next/c/ed61271af523
- [bpf-next,v5,6/7] selftests/bpf: Use connect_to_fd_opts in do_test in bpf_tcp_ca
(no matching commit)
- [bpf-next,v5,7/7] selftests/bpf: Add post_connect_cb callback
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-05-29 5:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-25 12:08 [PATCH bpf-next v5 0/7] use network helpers, part 5 Geliang Tang
2024-05-25 12:08 ` [PATCH bpf-next v5 1/7] selftests/bpf: Drop struct post_socket_opts Geliang Tang
2024-05-25 12:08 ` [PATCH bpf-next v5 2/7] selftests/bpf: Add start_server_str helper Geliang Tang
2024-05-25 12:08 ` [PATCH bpf-next v5 3/7] selftests/bpf: Use post_socket_cb in connect_to_fd_opts Geliang Tang
2024-05-25 12:08 ` [PATCH bpf-next v5 4/7] selftests/bpf: Use post_socket_cb in start_server_str Geliang Tang
2024-05-25 12:08 ` [PATCH bpf-next v5 5/7] selftests/bpf: Use start_server_str in do_test in bpf_tcp_ca Geliang Tang
2024-05-25 12:08 ` [PATCH bpf-next v5 6/7] selftests/bpf: Use connect_to_fd_opts " Geliang Tang
2024-05-29 5:21 ` Martin KaFai Lau
2024-05-25 12:08 ` [PATCH bpf-next v5 7/7] selftests/bpf: Add post_connect_cb callback Geliang Tang
2024-05-29 5:20 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=171696003165.24832.1440705271958853407.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=eddyz87@gmail.com \
--cc=geliang@kernel.org \
--cc=haoluo@google.com \
--cc=john.fastabend@gmail.com \
--cc=jolsa@kernel.org \
--cc=kpsingh@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=martin.lau@linux.dev \
--cc=mykolal@fb.com \
--cc=sdf@google.com \
--cc=shuah@kernel.org \
--cc=song@kernel.org \
--cc=tanggeliang@kylinos.cn \
--cc=yonghong.song@linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox