Lines Matching +full:1 +full:gbps
18 # Multicast traffic is untagged, unicast traffic is tagged with PCP 1. Therefore
32 # | traffic | | | e-qos-map 0:1 |
39 # | >1Gbps | | >1Gbps |
41 # | | $swp1.1 + | | + $swp2.111 | |
43 # | | $swp3.1 + | | + $swp3.111 | |
48 # | | 1Gbps bottleneck |
92 ip link set dev $h2.111 type vlan egress-qos-map 0:1
133 tc qdisc replace dev $swp3 root handle 3: tbf rate 1gbit \
134 burst 128K limit 1G
177 devlink_tc_bind_pool_th_save $swp2 1 ingress
178 devlink_tc_bind_pool_th_set $swp2 1 ingress 0 5
179 defer devlink_tc_bind_pool_th_restore $swp2 1 ingress
215 local what=$1; shift
237 local ucth1=${uc_rate[1]}
247 local ucth2=${uc_rate_2[1]}
260 # degradation on 1Gbps link.
277 echo " egress UC throughput $(humanize ${uc_rate[1]})"
280 echo " egress UC throughput $(humanize ${uc_rate_2[1]})"
296 sleep 1
303 if $ARPING -c 1 -I $h1 -b 192.0.2.66 -q -w 1; then