netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [iproute2] minor tc cleanup patches
@ 2010-01-12 20:34 Florian Westphal
  2010-01-12 20:39 ` [PATCH 1/5] tc: man: add limit parameter to tc-sfq man page Florian Westphal
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Florian Westphal @ 2010-01-12 20:34 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev, kaber

Hello Stephen, hello Patrick,

here are 5 minor patches for iproute2/tc:
the first two are small man page adjustments.
The 3rd one makes tc print a more verbose error message instead of -EINVAL.

The 4th is a janitorial patch that removes some stale (c&p) code.

Last patch adds a man page for sched_drr.
Patrick, it would be nice if you could have a look at this one to see
if I got everything right (or if i forgot something important).

Thanks a lot!

Alternatively, you may pull from

git://git.breakpoint.cc/fw/iproute2.git cleanups

to obtain the following changes since commit
d63a9b2b1e4e3eab0d0577d0a0f412d50be1e0a7:
  Arnd Bergmann (1):
        iproute2/iplink: add macvlan options for bridge mode

Florian Westphal (5):
      tc: man: add limit parameter to tc-sfq man page
      tc: man: SO_PRIORITY is described in socket documentation, not tc one
      tc: red, gred, tbf: more helpful error messages
      tc: remove stale code
      tc: man: add man page for drr scheduler

 man/man8/tc-drr.8  |   89 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 man/man8/tc-prio.8 |    2 +-
 man/man8/tc-sfq.8  |    3 ++
 man/man8/tc.8      |    1 +
 tc/f_fw.c          |    2 -
 tc/f_route.c       |    2 -
 tc/f_rsvp.c        |    2 -
 tc/f_tcindex.c     |    4 --
 tc/f_u32.c         |    2 -
 tc/q_atm.c         |    2 -
 tc/q_cbq.c         |    3 +-
 tc/q_drr.c         |    1 -
 tc/q_dsmark.c      |    3 --
 tc/q_fifo.c        |    2 -
 tc/q_gred.c        |    7 +---
 tc/q_htb.c         |    2 -
 tc/q_ingress.c     |    2 -
 tc/q_multiq.c      |    2 -
 tc/q_netem.c       |    2 -
 tc/q_prio.c        |    4 --
 tc/q_red.c         |   16 +---------
 tc/q_rr.c          |    3 --
 tc/q_sfq.c         |    2 -
 tc/q_tbf.c         |    8 ++--
 24 files changed, 101 insertions(+), 65 deletions(-)
 create mode 100644 man/man8/tc-drr.8

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

end of thread, other threads:[~2010-01-21 21:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-12 20:34 [iproute2] minor tc cleanup patches Florian Westphal
2010-01-12 20:39 ` [PATCH 1/5] tc: man: add limit parameter to tc-sfq man page Florian Westphal
2010-01-12 20:43 ` [PATCH 2/5] tc: man: SO_PRIORITY is described in socket documentation, not tc one Florian Westphal
2010-01-12 20:44 ` [PATCH 3/5] tc: red, gred, tbf: more helpful error messages Florian Westphal
2010-01-12 20:45 ` [PATCH 4/5] tc: remove stale code Florian Westphal
2010-01-12 20:45 ` [PATCH 5/5] tc: man: add man page for drr scheduler Florian Westphal
2010-01-13  5:34   ` Patrick McHardy
2010-01-13  8:27     ` Florian Westphal
2010-01-18 22:54   ` [PATCH 5/5 v2] " Florian Westphal
2010-01-21 18:13 ` [iproute2] minor tc cleanup patches Stephen Hemminger
2010-01-21 18:19   ` Patrick McHardy
2010-01-21 21:51     ` Stephen Hemminger

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).