From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hoggins!" Date: Mon, 06 Jan 2014 08:59:42 +0000 Subject: Re: Weird traffic shaping behavior after kernel upgrade Message-Id: <52CA707E.3060607@wheres5.com> List-Id: References: <52C9E5FB.8070502@wheres5.com> In-Reply-To: <52C9E5FB.8070502@wheres5.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: lartc@vger.kernel.org Hello, Thanks for the help ! Unfortunately, setting this parameter to 1 does not make the rate indicators change from zero. Strange. The "Sent" counters do change over time, so I guess the traffic is actually shaped, but maybe in a different way that I was used to. There may also be another variable that I don't master, but I cannot see what for the moment. How can I track any other change that would have happened on the Linux traffic classifier and HTB between these two kernel versions ? Le 06/01/2014 02:50, Remy Mudingay a =C3=A9crit : > Hi Hoggins, > > The rate estimator was disabled in kernel 3.12. You can re-enable it > by doing the following : > > echo 1 > /sys/module/sch_htb/parameters/htb_rate_est > > I hope that helps. > > Cheers, > > > Remy