# Verification Resolute

Ran test plan in Resolute without the patch and confirmed expected results.
Updated to version 6.19.0-1ubuntu1.1 from proposed with the patch, retested and 
verified the expected results.

# Results with the patch

## TBF

# Set a burst >= 4GB
tc qdisc add dev eth0 handle 10: root tbf rate 10gbit burst 4294967296 latency 
70ms peakrate 30Gbit mtu 64Kb
tc qdisc show dev eth0
qdisc tbf 10: root refcnt 15 rate 10Gbit burst 4Gb peakrate 30Gbit minburst 
65520b lat 70ms 


tc qdisc del dev eth0 root

# Overflow
tc qdisc add dev eth0 handle 10: root tbf rate 1mbit burst 34375000 latency 
70ms peakrate 10Gbit minburst 1540
tbf: burst out of range


## HTB

# Set a burst >= 4GB
tc qdisc add dev eth0 root handle 1: htb
tc class add dev eth0 parent 1: classid 1:1 htb rate 10gbit ceil 10gbit burst 
4gb
tc class show dev eth0
class htb 1:1 root prio 0 rate 10Gbit ceil 10Gbit burst 4Gb cburst 1680b

# Overflow
tc class add dev eth0 parent 1: classid 1:1 htb rate 1mbit ceil 5mbit burst 
34375000
htb: burst out of range


** Tags removed: verification-needed-resolute
** Tags added: verification-done-resolute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2147525

Title:
  [SRU] tc/tbf, tc/htb: Burst parameter capped at 4GB even though kernel
  can handle larger values

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/2147525/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to