From: Geliang Tang <geliang.tang@suse.com>
To: mptcp@lists.linux.dev
Cc: Geliang Tang <geliang.tang@suse.com>
Subject: [PATCH mptcp-next 00/10] BPF packet scheduler updates part 2
Date: Tue, 27 Jun 2023 09:39:21 +0800 [thread overview]
Message-ID: <cover.1687829823.git.geliang.tang@suse.com> (raw)
- Add time metrics for sched tests.
- Add bpf_stale and bpf_burst schedulers.
Geliang Tang (10):
Squash to "selftests/bpf: Add bpf_first test"
selftests/bpf: Add bpf_first test
Squash to "selftests/bpf: Add bpf_bkup test"
Squash to "selftests/bpf: Add bpf_rr test"
Squash to "selftests/bpf: Add bpf_red test"
selftests/bpf: Add bpf_stale scheduler
selftests/bpf: Add bpf_stale test
bpf: Export more bpf_burst related functions
selftests/bpf: Add bpf_burst scheduler
selftests/bpf: Add bpf_burst test
net/mptcp/bpf.c | 16 ++
net/mptcp/protocol.c | 4 +-
net/mptcp/protocol.h | 4 +
tools/testing/selftests/bpf/bpf_tcp_helpers.h | 7 +-
.../testing/selftests/bpf/prog_tests/mptcp.c | 121 ++++++++++-
.../selftests/bpf/progs/mptcp_bpf_burst.c | 205 ++++++++++++++++++
.../selftests/bpf/progs/mptcp_bpf_stale.c | 65 ++++++
7 files changed, 414 insertions(+), 8 deletions(-)
create mode 100644 tools/testing/selftests/bpf/progs/mptcp_bpf_burst.c
create mode 100644 tools/testing/selftests/bpf/progs/mptcp_bpf_stale.c
--
2.35.3
next reply other threads:[~2023-06-27 1:39 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-27 1:39 Geliang Tang [this message]
2023-06-27 1:39 ` [PATCH mptcp-next 01/10] Squash to "selftests/bpf: Add bpf_first test" Geliang Tang
2023-07-07 17:45 ` Mat Martineau
2023-06-27 1:39 ` [PATCH mptcp-next 02/10] selftests/bpf: Add bpf_first test Geliang Tang
2023-06-27 1:39 ` [PATCH mptcp-next 03/10] Squash to "selftests/bpf: Add bpf_bkup test" Geliang Tang
2023-06-27 1:39 ` [PATCH mptcp-next 04/10] Squash to "selftests/bpf: Add bpf_rr test" Geliang Tang
2023-06-27 1:39 ` [PATCH mptcp-next 05/10] Squash to "selftests/bpf: Add bpf_red test" Geliang Tang
2023-06-27 1:39 ` [PATCH mptcp-next 06/10] selftests/bpf: Add bpf_stale scheduler Geliang Tang
2023-07-07 17:49 ` Mat Martineau
2023-06-27 1:39 ` [PATCH mptcp-next 07/10] selftests/bpf: Add bpf_stale test Geliang Tang
2023-07-07 17:54 ` Mat Martineau
2023-06-27 1:39 ` [PATCH mptcp-next 08/10] bpf: Export more bpf_burst related functions Geliang Tang
2023-07-07 18:01 ` Mat Martineau
2023-06-27 1:39 ` [PATCH mptcp-next 09/10] selftests/bpf: Add bpf_burst scheduler Geliang Tang
2023-07-07 18:09 ` Mat Martineau
2023-06-27 1:39 ` [PATCH mptcp-next 10/10] selftests/bpf: Add bpf_burst test Geliang Tang
2023-07-07 19:02 ` selftests/bpf: Add bpf_burst test: Tests Results MPTCP CI
2023-07-12 16:45 ` [PATCH mptcp-next 00/10] BPF packet scheduler updates part 2 Matthieu Baerts
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=cover.1687829823.git.geliang.tang@suse.com \
--to=geliang.tang@suse.com \
--cc=mptcp@lists.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