Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
mptcp: kconfig: add default option for BLEST scheduler
Browse files Browse the repository at this point in the history
Add the possibility to set BLEST as the default scheduler like it is
already possible with the others.

Fixes: 4ffe6a4 ("mptcp: BLocking ESTimation-based (BLEST) Scheduler")
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
(cherry picked from commit 6731697)
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
(cherry picked from commit 8086cd0)
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
  • Loading branch information
matttbe committed Nov 29, 2022
1 parent 5ba80b8 commit 0a70c78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions net/mptcp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ choice
This is the redundant scheduler, sending packets redundantly over
all the subflows.

config DEFAULT_BLEST
bool "BLEST" if MPTCP_BLEST=y
---help---
This is the BLEST scheduler, sending packets following the
BLocking ESTimation-based algorithm.

endchoice
endif

Expand All @@ -143,6 +149,7 @@ config DEFAULT_MPTCP_SCHED
default "default" if DEFAULT_SCHEDULER
default "roundrobin" if DEFAULT_ROUNDROBIN
default "redundant" if DEFAULT_REDUNDANT
default "BLEST" if DEFAULT_BLEST
default "default"

config MPTCP_DEBUG_LOCK
Expand Down

0 comments on commit 0a70c78

Please sign in to comment.