netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 00/10] RED and GRED fixes, plus TCA_GRED_LIMIT support
@ 2015-05-18 15:35 David Ward
  2015-05-18 15:35 ` [PATCH iproute2 01/10] tc: red, gred: Rename overloaded variable wlog David Ward
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: David Ward @ 2015-05-18 15:35 UTC (permalink / raw)
  To: netdev; +Cc: David Ward

Please note that the final patch in this series adds tc command support for the
TCA_GRED_LIMIT attribute, which was accepted into net-next. However, it follows
the other patches in this series, which are bug fixes and improvements that can
be applied to the master branch of iproute2.

Signed-off-by: David Ward <david.ward@ll.mit.edu>

David Ward (10):
  tc: red, gred: Rename overloaded variable wlog
  tc: red, gred: Fix format specifier in burst size warning
  tc: red, gred: Notify when using the default value for "bandwidth"
  tc: red: Mark "bandwidth" parameter as optional in usage text
  tc: gred: Fix whitespace issues in code
  tc: gred: Print usage text if no arguments appear after "gred"
  tc: gred: Improve parameter/statistics output
  tc: gred: Handle unsigned values properly in option parsing/printing
  tc: gred: Adopt the term VQ in the command syntax and output
  tc: gred: Add support for TCA_GRED_LIMIT attribute

 include/linux/pkt_sched.h |    3 +-
 tc/q_gred.c               |  204 +++++++++++++++++++++++++--------------------
 tc/q_red.c                |   27 +++---
 3 files changed, 131 insertions(+), 103 deletions(-)

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

end of thread, other threads:[~2015-05-21 21:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18 15:35 [PATCH iproute2 00/10] RED and GRED fixes, plus TCA_GRED_LIMIT support David Ward
2015-05-18 15:35 ` [PATCH iproute2 01/10] tc: red, gred: Rename overloaded variable wlog David Ward
2015-05-21 21:29   ` Stephen Hemminger
2015-05-18 15:35 ` [PATCH iproute2 02/10] tc: red, gred: Fix format specifier in burst size warning David Ward
2015-05-18 15:35 ` [PATCH iproute2 03/10] tc: red, gred: Notify when using the default value for "bandwidth" David Ward
2015-05-18 15:35 ` [PATCH iproute2 04/10] tc: red: Mark "bandwidth" parameter as optional in usage text David Ward
2015-05-18 15:35 ` [PATCH iproute2 05/10] tc: gred: Fix whitespace issues in code David Ward
2015-05-18 15:35 ` [PATCH iproute2 06/10] tc: gred: Print usage text if no arguments appear after "gred" David Ward
2015-05-18 15:35 ` [PATCH iproute2 07/10] tc: gred: Improve parameter/statistics output David Ward
2015-05-18 15:35 ` [PATCH iproute2 08/10] tc: gred: Handle unsigned values properly in option parsing/printing David Ward
2015-05-18 15:35 ` [PATCH iproute2 09/10] tc: gred: Adopt the term VQ in the command syntax and output David Ward
2015-05-18 15:35 ` [PATCH iproute2/net-next] tc: gred: Add support for TCA_GRED_LIMIT attribute David Ward

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