All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next 0/3] add bpf_stale scheduler
@ 2023-08-02  5:10 Geliang Tang
  2023-08-02  5:10 ` [PATCH mptcp-next 1/3] Squash to "bpf: Add bpf_mptcp_sched_ops" Geliang Tang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Geliang Tang @ 2023-08-02  5:10 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

This patchset adds the new bpf_stale scheduler. Use sk_storage to save
the stale map instead of using subflow->stale flag to manage it.

Geliang Tang (3):
  Squash to "bpf: Add bpf_mptcp_sched_ops"
  selftests/bpf: Add bpf_stale scheduler
  selftests/bpf: Add bpf_stale test

 net/mptcp/bpf.c                               |   3 -
 .../testing/selftests/bpf/prog_tests/mptcp.c  |  38 +++++
 .../selftests/bpf/progs/mptcp_bpf_stale.c     | 155 ++++++++++++++++++
 3 files changed, 193 insertions(+), 3 deletions(-)
 create mode 100644 tools/testing/selftests/bpf/progs/mptcp_bpf_stale.c

-- 
2.35.3


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

end of thread, other threads:[~2023-08-04 12:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-02  5:10 [PATCH mptcp-next 0/3] add bpf_stale scheduler Geliang Tang
2023-08-02  5:10 ` [PATCH mptcp-next 1/3] Squash to "bpf: Add bpf_mptcp_sched_ops" Geliang Tang
2023-08-02 16:52   ` Mat Martineau
2023-08-03  7:25   ` Matthieu Baerts
2023-08-03  7:36     ` Geliang Tang
2023-08-04 12:27       ` Matthieu Baerts
2023-08-02  5:10 ` [PATCH mptcp-next 2/3] selftests/bpf: Add bpf_stale scheduler Geliang Tang
2023-08-02 17:08   ` Mat Martineau
2023-08-02  5:10 ` [PATCH mptcp-next 3/3] selftests/bpf: Add bpf_stale test Geliang Tang
2023-08-02  6:19   ` selftests/bpf: Add bpf_stale test: Tests Results MPTCP CI

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.