All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geliang Tang <geliang.tang@suse.com>
To: mptcp@lists.linux.dev
Cc: Geliang Tang <geliang.tang@suse.com>
Subject: [PATCH mptcp-next 0/3] add bpf_stale scheduler
Date: Wed,  2 Aug 2023 13:10:17 +0800	[thread overview]
Message-ID: <cover.1690952908.git.geliang.tang@suse.com> (raw)

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


             reply	other threads:[~2023-08-02  5:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-02  5:10 Geliang Tang [this message]
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

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.1690952908.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 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.