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 |
91 ip link set dev $h2.111 type vlan egress-qos-map 0:1
132 tc qdisc replace dev $swp3 root handle 3: tbf rate 1gbit \
133 burst 128K limit 1G
158 devlink_tc_bind_pool_th_save $swp2 1 ingress
159 devlink_tc_bind_pool_th_set $swp2 1 ingress 0 5
169 devlink_tc_bind_pool_th_restore $swp2 1 ingress
241 local ucth1=${uc_rate[1]}
254 local ucth2=${uc_rate_2[1]}
267 # degradation on 1Gbps link.
286 echo " egress UC throughput $(humanize ${uc_rate[1]})"
289 echo " egress UC throughput $(humanize ${uc_rate_2[1]})"
304 sleep 1
311 if $ARPING -c 1 -I $h1 -b 192.0.2.66 -q -w 1; then