]> Git Repo - linux.git/commitdiff
Merge branch 'sctp-add-another-two-stream-schedulers'
authorPaolo Abeni <[email protected]>
Thu, 9 Mar 2023 10:31:46 +0000 (11:31 +0100)
committerPaolo Abeni <[email protected]>
Thu, 9 Mar 2023 10:31:47 +0000 (11:31 +0100)
Xin Long says:

====================
sctp: add another two stream schedulers

All SCTP stream schedulers are defined in rfc8260#section-3,
First-Come First-Served, Round-Robin and Priority-Based
Schedulers are already added in kernel.

This patchset adds another two schedulers: Fair Capacity
Scheduler and Weighted Fair Queueing Scheduler.

Note that the left one "Round-Robin Scheduler per Packet"
Scheduler is not implemented by this patch, as it's still
intrusive to be added in the current SCTP kernel code.
====================

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>

Trivial merge
This page took 0.055413 seconds and 4 git commands to generate.