]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.network.xml
network: tc introduce sfq - Stochastic Fairness Queueing
authorSusant Sahani <ssahani@vmware.com>
Wed, 27 Nov 2019 11:42:21 +0000 (12:42 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 4 Dec 2019 11:58:17 +0000 (20:58 +0900)
commit9942b71089aa0c71d67d876dbb9355891d222574
treeb1a447262a440509020ce31b2dbf1d22eb1d6648
parent1b628c4f64e942c65a9703dbcb2f6e57c4818f55
network: tc introduce sfq - Stochastic Fairness Queueing

Stochastic Fairness Queueing is a classless queueing discipline.
SFQ does not shape traffic but only schedules the transmission of packets, based on 'flows'.
The goal is to ensure fairness so that each flow is able to send data in turn,
thus preventing any single flow from drowning out the rest.
man/systemd.network.xml
src/network/meson.build
src/network/networkd-network-gperf.gperf
src/network/tc/qdisc.c
src/network/tc/qdisc.h
src/network/tc/sfq.c [new file with mode: 0644]
src/network/tc/sfq.h [new file with mode: 0644]
test/fuzz/fuzz-network-parser/directives.network