netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* SFQ: backport some features from ESFQ (try 5)
@ 2007-10-29  7:22 Corey Hickey
  2007-10-29  7:23 ` [PATCH 1/8] Preparatory refactoring part 1 Corey Hickey
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Corey Hickey @ 2007-10-29  7:22 UTC (permalink / raw)
  To: netdev


Patchset try 2 addresses the review by Michael Buesch.
Patchset try 3 addresses the review by Patrick McHardy.
Patchset try 4 has a few cosmetic improvements.
Patchset try 5 addresses further review by Patrick McHardy.

This set of patches is substantially the same as my previous try, with
changes made according to Patrick's recommendations.

Iproute2 patches will follow shortly.



The following is the original patch text.

This set of patches adds some of ESFQ's modifications to the original 
SFQ. Thus far, I have received support for this approach rather than for 
trying to get ESFQ included as a separate qdisc.

http://mailman.ds9a.nl/pipermail/lartc/2007q2/021056.html

My patches here implement "tc qdisc change", user-configurable depth 
(number of flows), and user-configurable divisor (for setting hash table 
size). I've left out the remaining ESFQ features (usage of jhash and 
different hashing methods) because Patrick McHardy intends to submit a 
patch that will supersede that functionality; see the URL above.

Default values remain the same, and SFQ's default behavior remains the 
same, so there should be no user disruption.

Thanks for your consideration,
Corey


 include/linux/pkt_sched.h |   23 ++-
 net/sched/sch_sfq.c       |  434 +++++++++++++++++++++++++++++++--------------
 2 files changed, 319 insertions(+), 138 deletions(-)


[PATCH 1/8] Preparatory refactoring part 1.
[PATCH 2/8] Preparatory refactoring part 2.
[PATCH 3/8] Make "depth" (number of queues) user-configurable
[PATCH 4/8] Add divisor.
[PATCH 5/8] Make qdisc changeable.
[PATCH 6/8] Remove comments about hardcoded values.
[PATCH 7/8] Rework perturb_period.
[PATCH 8/8] Use nested compat attributes to pass parameters.

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

end of thread, other threads:[~2007-11-17  5:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29  7:22 SFQ: backport some features from ESFQ (try 5) Corey Hickey
2007-10-29  7:23 ` [PATCH 1/8] Preparatory refactoring part 1 Corey Hickey
2007-10-29  7:23 ` [PATCH 2/8] Preparatory refactoring part 2 Corey Hickey
2007-10-29  7:23 ` [PATCH 3/8] Make "depth" (number of queues) user-configurable Corey Hickey
2007-10-29  7:23 ` [PATCH 4/8] Add divisor Corey Hickey
2007-10-29  7:23 ` [PATCH 5/8] Make qdisc changeable Corey Hickey
2007-10-29  7:23 ` [PATCH 6/8] Remove comments about hardcoded values Corey Hickey
2007-10-29  7:23 ` [PATCH 7/8] Rework perturb_period Corey Hickey
2007-10-29  7:23 ` [PATCH 8/8] Use nested compat attributes to pass parameters Corey Hickey
2007-10-29  7:27   ` Corey Hickey
2007-11-16  2:59 ` SFQ: backport some features from ESFQ (try 5) Corey Hickey
2007-11-17  5:34   ` Denys Fedoryshchenko

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