netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] make tbf support 64bit rates
@ 2013-11-06  8:05 Yang Yingliang
  2013-11-06  8:05 ` [PATCH net-next 1/3] net_sched: tbf: support of " Yang Yingliang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yang Yingliang @ 2013-11-06  8:05 UTC (permalink / raw)
  To: davem, netdev; +Cc: eric.dumazet, jhs

After this patch(commit 3e1e3aae1f5d4e8e5:
net_sched: add u64 rate to psched_ratecfg_precompute())
which is from Eric, tbf can deal with 64bit rates.
Add two new attributes so that tc can use them to break
the 32bit limit.
And, fix some checkpatch errors;
replace printk(KERN_DEBUG ...) with pr_debug.

Yang Yingliang (3):
  net_sched: tbf: support of 64bit rates
  net_sched: fix some checkpatch errors
  net_sched: Use pr_debug replace printk(KERN_DEBUG ...)

 include/uapi/linux/pkt_sched.h |  2 ++
 net/sched/act_api.c            |  4 ++--
 net/sched/cls_bpf.c            |  2 +-
 net/sched/cls_u32.c            |  2 +-
 net/sched/sch_cbq.c            |  5 +++--
 net/sched/sch_dsmark.c         |  2 +-
 net/sched/sch_generic.c        |  4 ++--
 net/sched/sch_gred.c           |  4 ++--
 net/sched/sch_htb.c            | 19 ++++++++++---------
 net/sched/sch_netem.c          |  2 +-
 net/sched/sch_sfq.c            | 10 ++++++----
 net/sched/sch_tbf.c            | 22 ++++++++++++++++++----
 12 files changed, 49 insertions(+), 29 deletions(-)

-- 
1.7.12

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

end of thread, other threads:[~2013-11-07  1:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06  8:05 [PATCH net-next 0/3] make tbf support 64bit rates Yang Yingliang
2013-11-06  8:05 ` [PATCH net-next 1/3] net_sched: tbf: support of " Yang Yingliang
2013-11-06  8:05 ` [PATCH net-next 2/3] net_sched: fix some checkpatch errors Yang Yingliang
2013-11-06 15:37   ` Stephen Hemminger
2013-11-07  1:33     ` Yang Yingliang
2013-11-06  8:05 ` [PATCH net-next 3/3] net_sched: Use pr_debug replace printk(KERN_DEBUG ...) Yang Yingliang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).