MPTCP Linux Development
 help / color / mirror / Atom feed
* [PATCH mptcp-next 0/2] mptcp: fix net.mptcp.scheduler behavior
@ 2024-04-30 12:06 Gregory Detal
  2024-04-30 12:06 ` [PATCH mptcp-next 1/2] mptcp: only allow set existing scheduler for net.mptcp.scheduler Gregory Detal
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Gregory Detal @ 2024-04-30 12:06 UTC (permalink / raw)
  To: MPTCP Upstream; +Cc: Gregory Detal

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>


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

end of thread, other threads:[~2024-05-03 16:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-30 12:06 [PATCH mptcp-next 0/2] mptcp: fix net.mptcp.scheduler behavior Gregory Detal
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox