All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] net: sched: fix some issues
@ 2013-11-18  8:39 Yang Yingliang
  2013-11-18  8:39 ` [PATCH net v2 1/2] net: sched: tbf: fix calculation of max_size Yang Yingliang
  2013-11-18  8:39 ` [PATCH net v2 2/2] net: sched: htb: fix calculation of quantum Yang Yingliang
  0 siblings, 2 replies; 5+ messages in thread
From: Yang Yingliang @ 2013-11-18  8:39 UTC (permalink / raw)
  To: davem, netdev; +Cc: eric.dumazet, brouer, jpirko

fix a regression introduced by commit b757c9336d63f94c6b57532
(tbf: improved accuracy at high rates).
fix quantum calculation introduced by 64bit rates.

v2
  patch 1/2: redescribe the regression
  patch 2/2: add Eric's ack

Yang Yingliang (2):
  net: sched: tbf: fix calculation of max_size
  net: sched: htb: fix calculation of quantum

 include/net/sch_generic.h | 46 ++++++++++++++++++++++++++++++++
 net/sched/sch_htb.c       | 18 +++++++------
 net/sched/sch_tbf.c       | 67 ++++++++++++++++++++++++++---------------------
 3 files changed, 93 insertions(+), 38 deletions(-)

-- 
1.8.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-19  6:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-18  8:39 [PATCH net v2 0/2] net: sched: fix some issues Yang Yingliang
2013-11-18  8:39 ` [PATCH net v2 1/2] net: sched: tbf: fix calculation of max_size Yang Yingliang
2013-11-18 12:32   ` Jesper Dangaard Brouer
2013-11-19  6:04     ` Yang Yingliang
2013-11-18  8:39 ` [PATCH net v2 2/2] net: sched: htb: fix calculation of quantum Yang Yingliang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.