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

v2:
 - store subflow ids instead of storing subflow pointers in sk_storage.

v1:
- 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 (2):
  selftests/bpf: Add bpf_stale scheduler
  selftests/bpf: Add bpf_stale test

 tools/testing/selftests/bpf/bpf_tcp_helpers.h |   1 +
 .../testing/selftests/bpf/prog_tests/mptcp.c  |  38 +++++
 .../selftests/bpf/progs/mptcp_bpf_stale.c     | 161 ++++++++++++++++++
 3 files changed, 200 insertions(+)
 create mode 100644 tools/testing/selftests/bpf/progs/mptcp_bpf_stale.c

-- 
2.35.3


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

end of thread, other threads:[~2023-08-09  0:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-03  6:51 [PATCH mptcp-next v2 0/2] add bpf_stale scheduler Geliang Tang
2023-08-03  6:51 ` [PATCH mptcp-next v2 1/2] selftests/bpf: Add " Geliang Tang
2023-08-09  0:56   ` Mat Martineau
2023-08-03  6:51 ` [PATCH mptcp-next v2 2/2] selftests/bpf: Add bpf_stale test Geliang Tang
2023-08-03  8:02   ` 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.