-
- Downloads
net_sched: restore "overhead xxx" handling
commit 56b765b7 ("htb: improved accuracy at high rates") broke the "overhead xxx" handling, as well as the "linklayer atm" attribute. tc class add ... htb rate X ceil Y linklayer atm overhead 10 This patch restores the "overhead xxx" handling, for htb, tbf and act_police The "linklayer atm" thing needs a separate fix. Reported-by:Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by:
Eric Dumazet <edumazet@google.com> Cc: Vimalkumar <j.vimal@gmail.com> Cc: Jiri Pirko <jpirko@redhat.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/sch_generic.h 11 additions, 7 deletionsinclude/net/sch_generic.h
- net/sched/act_police.c 4 additions, 4 deletionsnet/sched/act_police.c
- net/sched/sch_generic.c 5 additions, 3 deletionsnet/sched/sch_generic.c
- net/sched/sch_htb.c 4 additions, 4 deletionsnet/sched/sch_htb.c
- net/sched/sch_tbf.c 4 additions, 4 deletionsnet/sched/sch_tbf.c
Loading