Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selftests: Add a bpf fq qdisc to selftest
This test implements a more sophisticated qdisc using bpf. The bpf fair- queueing (fq) qdisc gives each flow an equal chance to transmit data. It also respects the timestamp of skb for rate limiting. Signed-off-by: Amery Hung <[email protected]>
- Loading branch information