From: Gregory Detal <gregory.detal@gmail.com>
To: MPTCP Upstream <mptcp@lists.linux.dev>
Cc: Gregory Detal <gregory.detal@gmail.com>
Subject: [PATCH mptcp-next 0/2] mptcp: fix net.mptcp.scheduler behavior
Date: Tue, 30 Apr 2024 12:06:40 +0000 [thread overview]
Message-ID: <20240430-sysctl_scheduler-v1-0-8187148850df@gmail.com> (raw)
The sysctl is accepting any input. This patchset ensures only
existing scheduler can be set.
Moreover, this adds an helper sysctl to list the available scheduler
similarly to tcp_available_congestion_control.
The first patch of the series is a fix for mptcp-net.
Signed-off-by: Gregory Detal <gregory.detal@gmail.com>
---
Gregory Detal (2):
mptcp: only allow set existing scheduler for net.mptcp.scheduler
mptcp: add net.mptcp.available_schedulers
include/net/mptcp.h | 3 +++
net/mptcp/ctrl.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++--
net/mptcp/protocol.h | 1 +
net/mptcp/sched.c | 22 +++++++++++++++++
4 files changed, 91 insertions(+), 2 deletions(-)
---
base-commit: dd741144c1d1e3bd1fed5eb0ded1934c9230b4ef
change-id: 20240430-sysctl_scheduler-13367d5bf81a
Best regards,
--
Gregory Detal <gregory.detal@gmail.com>
next reply other threads:[~2024-04-30 12:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-30 12:06 Gregory Detal [this message]
2024-04-30 12:06 ` [PATCH mptcp-next 1/2] mptcp: only allow set existing scheduler for net.mptcp.scheduler Gregory Detal
2024-04-30 14:00 ` Matthieu Baerts
2024-04-30 12:06 ` [PATCH mptcp-next 2/2] mptcp: add net.mptcp.available_schedulers Gregory Detal
2024-04-30 12:59 ` [PATCH mptcp-next 0/2] mptcp: fix net.mptcp.scheduler behavior MPTCP CI
2024-04-30 14:00 ` Matthieu Baerts
2024-04-30 14:00 ` Matthieu Baerts
2024-05-02 14:16 ` Geliang Tang
2024-05-03 1:04 ` Mat Martineau
2024-05-03 16:45 ` 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=20240430-sysctl_scheduler-v1-0-8187148850df@gmail.com \
--to=gregory.detal@gmail.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