lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 18 Jun 2008 12:16:45 +0200
From:	"Jean-Philippe RAMES" <jprames@...-backup.com>
To:	<netdev@...r.kernel.org>
Subject: RE: Traffic Control - Burst 4096Mb ?!

Hello,
 
I don't understand why when I run:
tc class add dev eth2 parent 2:1 classid 2:85 htb rate 1024bit ceil
1mbit burst 30kb prio 5

the burst becomes 4096Mb (tc class show eth2):
class htb 2:85 parent 2:1 prio 5 rate 1024bit ceil 1000Kbit burst 4096Mb
cburst 2100b

And I've noticed if I run the same command with a different rate:
tc class add dev eth2 parent 2:1 classid 2:85 htb rate 256kbit ceil
1mbit burst 30kb prio 5

the 30kb burst appears correctly:
class htb 2:85 parent 2:1 prio 5 rate 1024bit ceil 1000Kbit burst 30kb
cburst 2100b
 
Thanks for your help,
JP.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ