git.openwrt.org Git - openwrt/openwrt.git/commit
git.openwrt.orgThe kernel does not enable packet steering by default, so also disable in OpenWRT by default. (Though mvebu with its hardware scheduling issues [5] might want to enable packet steering by default.) Change undocumented "default_ps" parameter to clearer "packet_steering" parameter.
[OpenWrt Wiki] Linux Packet Scheduling
openwrt.org › packetSep 08, 2019 · The standard packet scheduler that manages egress queues in Linux, is “pfifo_fast”, which means “prioritized first in first out”. It is based on the QoS /TOS flags in the packet headers. Network interfaces are serial devices. Packets leave the queue one a time, and are transmitted one after the other, single file.