[PATCH] net_sched: restore mpu xxx handling

2015-07-29 Thread Kirill Tkhai
commit 56b765b79 (htb: improved accuracy at high rates) broke the mpu xxx handling. This patch restores the mpu xxx handling for htb: # tc class add dev eth0 classid 1:2 parent 1: htb rate 1mbit mpu 0 # ping -f -c 1000 10.30.22.52 rtt min/avg/max/mdev = 0.156/1.881/2.454/0.175 ms, ipg/ewma

Re: [PATCH] net_sched: restore mpu xxx handling

2015-07-29 Thread Kirill Tkhai
On 29.07.2015 16:04, Eric Dumazet wrote: On Wed, 2015-07-29 at 14:24 +0300, Kirill Tkhai wrote: commit 56b765b79 (htb: improved accuracy at high rates) broke the mpu xxx handling. This patch restores the mpu xxx handling for htb: # tc class add dev eth0 classid 1:2 parent 1: htb rate 1mbit