netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Final ADSL-optimizer patch series
@ 2008-04-09 20:57 Jesper Dangaard Brouer
  2008-04-09 20:59 ` [PATCH 1/7] In police, fix uninitialized "overhead" variable Jesper Dangaard Brouer
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Jesper Dangaard Brouer @ 2008-04-09 20:57 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev, David S. Miller, Patrick McHardy


This is the final part of the ADSL-optimizer patch, which is the real
"holy grail" of packet scheduling on ADSL/ATM lines. (Referring to
Wondershaper claim of the "holy grail".)

Shaping on ADSL has always been surrounded with mystique.  People
reduce and tweek the upstream bandwidth, but how much and why does it
not work all the time?  With this change, the tweeking and bandwidth
waste is gone, simply specify the bandwidth you bought.

This patch series introduces a parameter called "linklayer", which
currently supports "ethernet" and "atm".  Simply, what happens is,
that the rate table is aligned for ATM cells.

This is a general implementation for all shapers, except HFSC which
does not use rate table lookups.  Earlier (around Sep.2007), Patrick
McHardy wanted to make an even more general patch, that also included
HFSC. Nothing has happened since...

After talking with DaveM (at his house during an icehocky match), I've
come to the conclusion that we have something that works now (and has
been since Oct.2004) and we should use it!  Everybody is allowed to
change and improve upon that. Its should not mean that we keep
something like this back, which will allow packet scheduling to
actually work on ADSL.  One should also realize that different shapers
have different properties.

Patrick's further improvements can use the same userspace parameter
"linklayer" to allow userspace parameter compatibility.

This patch series is ABI (Application Binary Interface) compatible.

See you around,
   Jesper Brouer

--
-------------------------------------------------------------------
MSc. Master of Computer Science
Dept. of Computer Science, University of Copenhagen
Author of http://www.adsl-optimizer.dk
-------------------------------------------------------------------

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

end of thread, other threads:[~2008-04-17 17:10 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-09 20:57 [PATCH 0/7] Final ADSL-optimizer patch series Jesper Dangaard Brouer
2008-04-09 20:59 ` [PATCH 1/7] In police, fix uninitialized "overhead" variable Jesper Dangaard Brouer
2008-04-09 21:01 ` [PATCH 2/7] ATM cell alignment Jesper Dangaard Brouer
2008-04-10 14:35   ` Chas Williams (CONTRACTOR)
2008-04-11  4:53     ` Jesper Dangaard Brouer
2008-04-11 14:18       ` Chas Williams (CONTRACTOR)
2008-04-11 12:51   ` Patrick McHardy
2008-04-11 17:35     ` Jesper Dangaard Brouer
2008-04-13  4:44       ` Patrick McHardy
2008-04-13 11:24   ` Andy Furniss
2008-04-14  5:59     ` Jesper Dangaard Brouer
2008-04-15 23:41       ` Andy Furniss
2008-04-09 21:02 ` [PATCH 3/7] Parsing linklayer types Jesper Dangaard Brouer
2008-04-09 21:03 ` [PATCH 4/7] Add linklayer parameter to filter action police Jesper Dangaard Brouer
2008-04-09 21:04 ` [PATCH 5/7] Add linklayer parameter to CBQ Jesper Dangaard Brouer
2008-04-09 21:06 ` [PATCH 6/7] Add linklayer parameter to HTB Jesper Dangaard Brouer
2008-04-09 21:07 ` [PATCH 7/7] Add linklayer parameter to TBF Jesper Dangaard Brouer
2008-04-14  5:40 ` [PATCH 0/7] Final ADSL-optimizer patch series David Miller
2008-04-17 17:10 ` 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).