2 # SPDX-License-Identifier: GPL-2.0
8 source $lib_dir/sch_tbf_core.sh
14 tc qdisc replace dev
$swp2 parent
10:3 handle
103: tbf \
15 rate
400Mbit burst
$bs limit
1M
16 tc qdisc replace dev
$swp2 parent
10:2 handle
102: tbf \
17 rate
800Mbit burst
$bs limit
1M
19 do_tbf_test
10 400 $bs
20 do_tbf_test
11 800 $bs
25 # This test is used for both ETS and PRIO. Even though we only need two
26 # bands, PRIO demands a minimum of three.
27 tc qdisc add dev
$swp2 root handle
10: $QDISC 3 priomap
2 1 0
29 tc qdisc del dev
$swp2 root