All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next 00/10] BPF packet scheduler updates part 2
@ 2023-06-27  1:39 Geliang Tang
  2023-06-27  1:39 ` [PATCH mptcp-next 01/10] Squash to "selftests/bpf: Add bpf_first test" Geliang Tang
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Geliang Tang @ 2023-06-27  1:39 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

- 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


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

end of thread, other threads:[~2023-07-12 16:45 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-27  1:39 [PATCH mptcp-next 00/10] BPF packet scheduler updates part 2 Geliang Tang
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.