Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH bpf-next v2 0/2] export send_byte and send_recv_data
@ 2024-04-08  3:45 Geliang Tang
  2024-04-08  3:45 ` [PATCH bpf-next v2 1/2] selftests/bpf: Add struct send_recv_arg Geliang Tang
  2024-04-08  3:45 ` [PATCH bpf-next v2 2/2] selftests/bpf: Export send_recv_data helper Geliang Tang
  0 siblings, 2 replies; 5+ messages in thread
From: Geliang Tang @ 2024-04-08  3:45 UTC (permalink / raw)
  To: Andrii Nakryiko, Eduard Zingerman, Mykola Lysenko,
	Alexei Starovoitov, Daniel Borkmann, Martin KaFai Lau, Song Liu,
	Yonghong Song, John Fastabend, KP Singh, Stanislav Fomichev,
	Hao Luo, Jiri Olsa, Shuah Khan
  Cc: Geliang Tang, bpf, mptcp, linux-kselftest

From: Geliang Tang <tanggeliang@kylinos.cn>

Address Martin's comments for v1 (thanks.)
 - drop patch 1, "export send_byte helper".
 - drop "WRITE_ONCE(arg.stop, 0)".
 - rebased.

send_recv_data will be re-used in MPTCP bpf tests, but not included
in this set because it depends on other patches that have not been
in the bpf-next yet. It will be sent as another set soon.

Geliang Tang (2):
  selftests/bpf: Add struct send_recv_arg
  selftests/bpf: Export send_recv_data helper

 tools/testing/selftests/bpf/network_helpers.c | 85 +++++++++++++++++++
 tools/testing/selftests/bpf/network_helpers.h |  1 +
 .../selftests/bpf/prog_tests/bpf_tcp_ca.c     | 71 +---------------
 3 files changed, 87 insertions(+), 70 deletions(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-09  4:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-08  3:45 [PATCH bpf-next v2 0/2] export send_byte and send_recv_data Geliang Tang
2024-04-08  3:45 ` [PATCH bpf-next v2 1/2] selftests/bpf: Add struct send_recv_arg Geliang Tang
2024-04-08  3:45 ` [PATCH bpf-next v2 2/2] selftests/bpf: Export send_recv_data helper Geliang Tang
2024-04-09  3:51   ` Geliang Tang
2024-04-09  4:52     ` Martin KaFai Lau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox