* Re: [Bloat] [aqm] [iccrg] AQM deployment status?
[not found] ` <201310141707.r9EH7wC7068478@gateway1.orleans.occnc.com>
@ 2013-10-16 1:00 ` Wesley Eddy
2013-11-05 2:56 ` Bob Briscoe
1 sibling, 0 replies; 8+ messages in thread
From: Wesley Eddy @ 2013-10-16 1:00 UTC (permalink / raw)
To: curtis, Michael Richardson; +Cc: Akhtar, Shahid (Shahid), iccrg, aqm, bloat
On 10/14/2013 1:07 PM, Curtis Villamizar wrote:
> So my first question to the AQM WG is "what is the scope of AQM WG
> work in terms of where in the network this WG wants to focus?" If the
> answer to that question is "everywhere", then we have to be aware that
> conditions in core and conditions in home or enterprise are very
> different. If the focus is on home, soho, and small business, then
> the charter should say so (I don't think it is).
The charter says:
"""
It is expected that some classes of algorithms will focus on software
implementations, while others on existing or new hardware
deployments, and algorithms may be specific to distinct scenarios.
"""
I would say anywhere that AQM algorithms can have a positive impact
is in scope, and that it's understood and accepted that particular
algorithms or tuning rules may not be ideal across different
environments (or may not be easily implemented in different kinds of
platforms). There was at least some talk of "applicability
statements" for things that wind up being recommended by the working
group.
In my opinion, the home broadband router is one well-known case that
may hold a lot of the initial attention in the working group, because
the barriers to implementing/testing/deploying new algorithms for this
case are less than for many others. We definitely did not want to
limit the charter to this scenario though, and it is intentionally
open to others.
I hope this clears it up!
--
Wes Eddy
MTI Systems
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bloat] [aqm] [iccrg] AQM deployment status?
[not found] ` <201310141707.r9EH7wC7068478@gateway1.orleans.occnc.com>
2013-10-16 1:00 ` [Bloat] [aqm] [iccrg] AQM deployment status? Wesley Eddy
@ 2013-11-05 2:56 ` Bob Briscoe
1 sibling, 0 replies; 8+ messages in thread
From: Bob Briscoe @ 2013-11-05 2:56 UTC (permalink / raw)
To: curtis; +Cc: Michael Richardson, iccrg, Akhtar, Shahid (Shahid), bloat, aqm
[-- Attachment #1: Type: text/plain, Size: 1573 bytes --]
Curtis & all,
At 17:07 14/10/2013, Curtis Villamizar wrote:
>In enterprise and data center there is also very good control over
>what equipment is used and how it is used. However, clue density
>decreases exponentially farther from the core and approaches zero in
>some data centers and in some enterprise IT departments. This is also
>true of the part of service provider organizations that pick stuff for
>consumer access. Where clue density is lowest, you'll find ignorance
>of AQM and buffer issues and lack of consideration for buffering and
>AQM when picking equipment for deployment and configuring it.
We (BT) use WRED extensively at the edge routers into our global
enterprise MPLS network (see the
<http://www2.bt.com/btPortal/application;JSESSIONID_btPortalWebApp=Jq1gl1Qz8sbdOQjvnRTGVGo1IfBs47bTe6Amy69S3bYcsw5A99sp!6984303?namespace=pns_catalogue&origin=mb_navigator_right_cd_editorial.jsp&event=link.print.editorial&PorS=products&contentType=techinicalspec&contentitemid=editorial/tech_spec/mpls_ts.xml&productDetail=products/mpls.xml>BT
MPLS technical
<http://www2.bt.com/btPortal/application;JSESSIONID_btPortalWebApp=Jq1gl1Qz8sbdOQjvnRTGVGo1IfBs47bTe6Amy69S3bYcsw5A99sp!6984303?namespace=pns_catalogue&origin=mb_navigator_right_cd_editorial.jsp&event=link.print.editorial&PorS=products&contentType=techinicalspec&contentitemid=editorial/tech_spec/mpls_ts.xml&productDetail=products/mpls.xml>specification).
Bob
________________________________________________________________
Bob Briscoe, BT
[-- Attachment #2: Type: text/html, Size: 2080 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bloat] [aqm] [iccrg] AQM deployment status?
2013-09-25 19:24 ` Mikael Abrahamsson
2013-09-26 9:39 ` [Bloat] [iccrg] [aqm] " Scheffenegger, Richard
@ 2013-11-13 17:50 ` Fred Baker (fred)
1 sibling, 0 replies; 8+ messages in thread
From: Fred Baker (fred) @ 2013-11-13 17:50 UTC (permalink / raw)
To: Mikael Abrahamsson; +Cc: iccrg, aqm, bloat
[-- Attachment #1: Type: text/plain, Size: 3017 bytes --]
On Sep 25, 2013, at 12:24 PM, Mikael Abrahamsson <swmike@swm.pp.se> wrote:
> For higher end platforms, for instance all cisco CPU based routers (for some value of "all") can be configured with RED, fair-queue or similar, but they come with FIFO as default. This has been the same way since at least the mid 90ties as far as I know, long way back to cisco 1600 device etc.
>
> Higher end Cisco equipment such as ASR9k, 12000, CRS etc, all support WRED, and here it makes sense since they all have ~50ms worth of buffering or more. They also come with FIFO as default setting.
Yes. There are two reasons that we don't deploy RED by default.
One is that we operate on a principle we call the "principle of least surprise"; we try to not change our customer's configurations by changing the defaults, and at the time I wrote the RED/WRED code the default was FIFO. Yes, that was quite some time ago, and one could imagine newer equipment coming out with different defaults on deployment, but that's not what the various business units do.
The other is this matter of configuration. In the late 1990's, Cisco employed Van and Kathy, and asked them to figure out autoconfiguration values. That didn't work out. I don't say that as a slam on V+K; it's simply a fact. They started by recommending an alternative algorithm called RED-Lite (don't bother googling that; you get discothèques), and are now recommending CoDel. Now, there is probably a simplistic value that one could throw in, such as setting max-threshold to the queue memory allocated to the queue and min-threshold to some function logarithmically related to the bit rate that serves as an estimator of the number of bit-times of delay to tune to. That would probably be better than nothing, but it would be nice to have some science behind it.
That brings us back to the auto-tuning discussion.
To my way of thinking, a simplistic algorithm such as that logarithmic approach or a lookup table that starts from (perhaps) bit rate and neighbor ping RTT can come up with an initial set of parameters that the algorithm's own processes can modify to ambient traffic behavior. Kathy's simulations in the study I mentioned suggested that a 1.5 MBPS link might do well with min-threshold at 30 ms (e.g., ~4 MTU-sized messages or a larger number of smaller messages), and rates higher at some single digit number of ms, decreasing as the speed increased.
CoDel suggests a flat 5 ms value (at 1.5 MBPS, less than a single MTU, and at one gigabit, 83 12K bit messages). I could imagine the initialization algorithm selecting 5 ms above a certain speed, and the equivalent of 4 MTU intervals at lower line speeds where 4*MTU exceeds 5 ms. I could imagine a related algorithm then adjusting that initial value to interact well with Google's IW=10 behavior or whatever else it finds on the link.
PIE would probably start with a similar set of values, and tune its mark/drop interval to reach a value that works well with ambient traffic.
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bloat] [aqm] [iccrg] AQM deployment status?
2013-09-29 1:16 ` [Bloat] [aqm] [iccrg] " Bob Briscoe
@ 2013-09-29 9:37 ` Mikael Abrahamsson
0 siblings, 0 replies; 8+ messages in thread
From: Mikael Abrahamsson @ 2013-09-29 9:37 UTC (permalink / raw)
To: Bob Briscoe; +Cc: iccrg, aqm, bloat
On Sun, 29 Sep 2013, Bob Briscoe wrote:
> The shallow marking threshold certainly keeps standing queuing delay
> low. However, that's only under long-running constant conditions. During
> dynamics, not waiting a few hundred msec to respond to a change in the
> queue is what keeps the queuing delay predictably low. Dynamics are the
> norm, not constant conditions.
Well, my original question was in the context of a 3-5ms tail drop queue
(such as are frequently available in lower end switches). My understanding
from earlier experience is that TCP will severely saw-tooth under these
conditions and only way I could see marking as being valuable was if the
RTT was less than buffer depth (or at least very low).
There was a discussion earlier on bloat-l regarding what the impact of a
10ms CoDel queuing scheme will have on 200ms RTT existing non-ECN TCP
performance. Deep queues were invented to handle this specific use-case.
One way would absolutely be for TCP to not send a lot of packets
back-to-back but instead pace them out at the rate that actually makes the
TCP rate be exact in a millisecond resolution instead of as it is today,
perhaps tens or hundreds of milliseconds. I believe some implementations
already do this.
--
Mikael Abrahamsson email: swmike@swm.pp.se
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bloat] [aqm] [iccrg] AQM deployment status?
2013-09-28 7:04 ` Eggert, Lars
@ 2013-09-29 1:16 ` Bob Briscoe
2013-09-29 9:37 ` Mikael Abrahamsson
0 siblings, 1 reply; 8+ messages in thread
From: Bob Briscoe @ 2013-09-29 1:16 UTC (permalink / raw)
To: Mikael Abrahamsson; +Cc: Scheffenegger, Richard, iccrg, aqm, bloat
Mikael,
The shallow marking theshold is not the most significant feature of
the AQM in DCTCP. More importantly, it does not delay congestion
signals by averaging them over a period equivalent to a worst-case
RTT (about 100ms), like all other AQMs do (RED, PIE, CoDel etc).
The shallow marking threshold certainly keeps standing queuing delay
low. However, that's only under long-running constant conditions.
During dynamics, not waiting a few hundred msec to respond to a
change in the queue is what keeps the queuing delay predictably low.
Dynamics are the norm, not constant conditions.
For instance, the AQM in DCTCP signals to a flow in slow-start as
soon as it crosses the threshold. So a flow with 20ms RTT will get
the signal in 20ms, and a flow with 3ms RTT will get the signal in
3ms (e.g. to or from a CDN cache). Whereas all other AQMs will delay
all signals for of the order of 100ms, even if the flow has a much
shorter RTT (because all these other AQMs don't know the RTT of each
flow, so they use a nominal worst-case RTT).
The source can use the signal as soon as it arrives (which it does at
the end of slow-start), or it can smooth the signal itself (which it
does once it's in congestion avoidance phase). But it can smooth the
signal over its own RTT, rather than guessing a worst-case RTT.
CoDel taught us that the best line-rate auto-tuning an AQM can do is
to use service time. DCTCP teaches us that the best RTT auto-tuning
an AQM can do is /not/ to try to guess the RTT in the first place.
Instead it is best to defer anything to do with RTT to the end-system.
We should learn from both lessons.
Bob
At 08:04 28/09/2013, Eggert, Lars wrote:
>Content-Language: en-US
>Content-Type: multipart/signed;
> boundary="Apple-Mail=_19C08185-C4A7-46F5-925E-BA32C00EB99A";
> protocol="application/pgp-signature"; micalg=pgp-sha1
>
>On Sep 28, 2013, at 9:01, Mikael Abrahamsson <swmike@swm.pp.se>
> wrote:
> > So in datacenter one wants to start marking ECN on packets very
> soon into buffer depth, hoping sender will get feedback and
> throttle back the speed way before one gets taildrops?
>
>Yep. There have been a bunch of papers on datacenter TCP variants
>recently (look through the last 2-3 years of SIGCOMM papers, all online.)
>
>Lars
>
>
>_______________________________________________
>aqm mailing list
>aqm@ietf.org
>https://www.ietf.org/mailman/listinfo/aqm
________________________________________________________________
Bob Briscoe, BT
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bloat] [aqm] [iccrg] AQM deployment status?
2013-09-25 19:19 ` [Bloat] [aqm] [iccrg] " Naeem Khademi
@ 2013-09-27 16:49 ` Akhtar, Shahid (Shahid)
0 siblings, 0 replies; 8+ messages in thread
From: Akhtar, Shahid (Shahid) @ 2013-09-27 16:49 UTC (permalink / raw)
To: Naeem Khademi; +Cc: iccrg, aqm, bloat
[-- Attachment #1: Type: text/plain, Size: 3184 bytes --]
Naeem,
If you look into the document I initially sent
http://research.microsoft.com/en-us/um/people/ssaroiu/publications/imc/2007/imc2007-dischinger.pdf
They show that 26% of DSL lines have RED actually deployed - and tuned on!
They did not detect any RED on the cable side.
-Shahid.
________________________________
From: Naeem Khademi [mailto:naeem.khademi@gmail.com]
Sent: Wednesday, September 25, 2013 2:20 PM
To: Akhtar, Shahid (Shahid)
Cc: Steinar H. Gunderson; Eggert, Lars; iccrg@irtf.org; aqm@ietf.org; bloat
Subject: Re: [aqm] [Bloat] [iccrg] AQM deployment status?
Thanks Shahid
Although interesting to know that (W)RED has made it into some hardware (in your RE to Lars' point), my question is more about "deployment" at the edge or the core, whether it's being used or not?
Cheers,
Naeem
On Wed, Sep 25, 2013 at 8:51 PM, Akhtar, Shahid (Shahid) <shahid.akhtar@alcatel-lucent.com<mailto:shahid.akhtar@alcatel-lucent.com>> wrote:
Hi Steinar and Lars,
Please see below examples of support for RED/WRED from switches (from ALU and Cisco websites, search for RED or WRED in document):
ALU 7450:
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&ved=0CDMQFjAC&url=http%3A%2F%2Fwww3.alcatel-lucent.com%2Fwps%2FDocumentStreamerServlet%3FLMSG_CABINET%3DDocs_and_Resource_Ctr%26LMSG_CONTENT_FILE%3DData_Sheets%2F7450ESS_HS_MDA_ds.pdf&ei=pS5DUrIZiI70BLyYgYgK&usg=AFQjCNGS8uB-0Ele3TpDIRqbL4p1_kd2DQ&sig2=v-AgGJMpcZjrpjP2oZIHrA&bvm=bv.53077864,d.eWU
ALU Omniswitch:
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CDkQFjAC&url=http%3A%2F%2Fwww3.alcatel-lucent.com%2Fwps%2FDocumentStreamerServlet%3FLMSG_CABINET%3DDocs_and_Resource_Ctr%26LMSG_CONTENT_FILE%3DData_Sheets%2Fent_OS6855_datasheet_en.pdf&ei=9i1DUsXlOo788QTU94HQAQ&usg=AFQjCNFSXSEpkFjSihK1a0pkSHhItU8sZQ&sig2=3fitEZLZZI7Dmf0H2T3QbQ&bvm=bv.53077864,d.eWU
Cisco Catalyst 6000/6500:
http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/prod_white_paper09186a0080131086.html
Cisco Catalyst 4500:
http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps4324/white_paper_c11-539588.html
Best regards,
-Shahid.
-----Original Message-----
From: Steinar H. Gunderson [mailto:sgunderson@bigfoot.com<mailto:sgunderson@bigfoot.com>]
Sent: Wednesday, September 25, 2013 9:35 AM
To: Eggert, Lars
Cc: Akhtar, Shahid (Shahid); bloat; iccrg@irtf.org<mailto:iccrg@irtf.org>; aqm@ietf.org<mailto:aqm@ietf.org>
Subject: Re: [Bloat] [iccrg] [aqm] AQM deployment status?
On Wed, Sep 25, 2013 at 02:31:21PM +0000, Eggert, Lars wrote:
>> Most routers/switches/access equipment support RFC 2309, which is a
>> description of RED.
> I've heard that statement from many different people. I wonder if it
> is actually true. Is there any hard data on this?
I don't have hard data, but my soft data is that generally, devices branded as switches (including L3 switches) do not support it. Routers might.
/* Steinar */
--
Homepage: http://www.sesse.net/
_______________________________________________
aqm mailing list
aqm@ietf.org<mailto:aqm@ietf.org>
https://www.ietf.org/mailman/listinfo/aqm
[-- Attachment #2: Type: text/html, Size: 7062 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bloat] [aqm] [iccrg] AQM deployment status?
2013-09-25 18:51 ` Akhtar, Shahid (Shahid)
2013-09-25 19:19 ` [Bloat] [aqm] [iccrg] " Naeem Khademi
@ 2013-09-25 19:24 ` Mikael Abrahamsson
2013-09-26 9:39 ` [Bloat] [iccrg] [aqm] " Scheffenegger, Richard
2013-11-13 17:50 ` Fred Baker (fred)
1 sibling, 2 replies; 8+ messages in thread
From: Mikael Abrahamsson @ 2013-09-25 19:24 UTC (permalink / raw)
To: iccrg; +Cc: aqm, bloat
On Wed, 25 Sep 2013, Akhtar, Shahid (Shahid) wrote:
> Please see below examples of support for RED/WRED from switches (from ALU and Cisco websites, search for RED or WRED in document):
I'd venture to claim that putting RED on a device with a few milliseconds
worth of buffer depth is pretty much useless (for instance the Cisco 6704
or 6724 linecards). So most datacenter equipment doesn't have this, or if
they do, it's not that usable even if they had (who cares about drop
probability when taildrop is being done at 4-5 ms buffer depth?).
For higher end platforms, for instance all cisco CPU based routers (for
some value of "all") can be configured with RED, fair-queue or similar,
but they come with FIFO as default. This has been the same way since at
least the mid 90ties as far as I know, long way back to cisco 1600 device
etc.
Higher end Cisco equipment such as ASR9k, 12000, CRS etc, all support
WRED, and here it makes sense since they all have ~50ms worth of buffering
or more. They also come with FIFO as default setting.
--
Mikael Abrahamsson email: swmike@swm.pp.se
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bloat] [aqm] [iccrg] AQM deployment status?
2013-09-25 18:51 ` Akhtar, Shahid (Shahid)
@ 2013-09-25 19:19 ` Naeem Khademi
2013-09-27 16:49 ` Akhtar, Shahid (Shahid)
2013-09-25 19:24 ` Mikael Abrahamsson
1 sibling, 1 reply; 8+ messages in thread
From: Naeem Khademi @ 2013-09-25 19:19 UTC (permalink / raw)
To: Akhtar, Shahid (Shahid); +Cc: iccrg, aqm, bloat
[-- Attachment #1: Type: text/plain, Size: 2552 bytes --]
Thanks Shahid
Although interesting to know that (W)RED has made it into some hardware (in
your RE to Lars' point), my question is more about "deployment" at the edge
or the core, whether it's being used or not?
Cheers,
Naeem
On Wed, Sep 25, 2013 at 8:51 PM, Akhtar, Shahid (Shahid) <
shahid.akhtar@alcatel-lucent.com> wrote:
> Hi Steinar and Lars,
>
> Please see below examples of support for RED/WRED from switches (from ALU
> and Cisco websites, search for RED or WRED in document):
>
> ALU 7450:
>
>
> https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&ved=0CDMQFjAC&url=http%3A%2F%2Fwww3.alcatel-lucent.com%2Fwps%2FDocumentStreamerServlet%3FLMSG_CABINET%3DDocs_and_Resource_Ctr%26LMSG_CONTENT_FILE%3DData_Sheets%2F7450ESS_HS_MDA_ds.pdf&ei=pS5DUrIZiI70BLyYgYgK&usg=AFQjCNGS8uB-0Ele3TpDIRqbL4p1_kd2DQ&sig2=v-AgGJMpcZjrpjP2oZIHrA&bvm=bv.53077864,d.eWU
>
> ALU Omniswitch:
>
>
> https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CDkQFjAC&url=http%3A%2F%2Fwww3.alcatel-lucent.com%2Fwps%2FDocumentStreamerServlet%3FLMSG_CABINET%3DDocs_and_Resource_Ctr%26LMSG_CONTENT_FILE%3DData_Sheets%2Fent_OS6855_datasheet_en.pdf&ei=9i1DUsXlOo788QTU94HQAQ&usg=AFQjCNFSXSEpkFjSihK1a0pkSHhItU8sZQ&sig2=3fitEZLZZI7Dmf0H2T3QbQ&bvm=bv.53077864,d.eWU
>
> Cisco Catalyst 6000/6500:
>
>
> http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/prod_white_paper09186a0080131086.html
>
> Cisco Catalyst 4500:
>
>
> http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps4324/white_paper_c11-539588.html
>
> Best regards,
>
> -Shahid.
>
> -----Original Message-----
> From: Steinar H. Gunderson [mailto:sgunderson@bigfoot.com]
> Sent: Wednesday, September 25, 2013 9:35 AM
> To: Eggert, Lars
> Cc: Akhtar, Shahid (Shahid); bloat; iccrg@irtf.org; aqm@ietf.org
> Subject: Re: [Bloat] [iccrg] [aqm] AQM deployment status?
>
> On Wed, Sep 25, 2013 at 02:31:21PM +0000, Eggert, Lars wrote:
> >> Most routers/switches/access equipment support RFC 2309, which is a
> >> description of RED.
> > I've heard that statement from many different people. I wonder if it
> > is actually true. Is there any hard data on this?
>
> I don't have hard data, but my soft data is that generally, devices
> branded as switches (including L3 switches) do not support it. Routers
> might.
>
> /* Steinar */
> --
> Homepage: http://www.sesse.net/
> _______________________________________________
> aqm mailing list
> aqm@ietf.org
> https://www.ietf.org/mailman/listinfo/aqm
>
[-- Attachment #2: Type: text/html, Size: 4606 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-11-13 17:50 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <Your message of "Fri, 11 Oct 2013 23:18:05 EDT." <12845.1381547885@sandelman.ca>
[not found] ` <201310141707.r9EH7wC7068478@gateway1.orleans.occnc.com>
2013-10-16 1:00 ` [Bloat] [aqm] [iccrg] AQM deployment status? Wesley Eddy
2013-11-05 2:56 ` Bob Briscoe
2013-09-24 17:21 [Bloat] " Naeem Khademi
2013-09-25 14:20 ` [Bloat] [aqm] " Akhtar, Shahid (Shahid)
2013-09-25 14:31 ` [Bloat] [iccrg] " Eggert, Lars
2013-09-25 14:35 ` Steinar H. Gunderson
2013-09-25 18:51 ` Akhtar, Shahid (Shahid)
2013-09-25 19:19 ` [Bloat] [aqm] [iccrg] " Naeem Khademi
2013-09-27 16:49 ` Akhtar, Shahid (Shahid)
2013-09-25 19:24 ` Mikael Abrahamsson
2013-09-26 9:39 ` [Bloat] [iccrg] [aqm] " Scheffenegger, Richard
2013-09-27 2:59 ` Mikael Abrahamsson
2013-09-27 9:06 ` Eggert, Lars
2013-09-28 7:01 ` Mikael Abrahamsson
2013-09-28 7:04 ` Eggert, Lars
2013-09-29 1:16 ` [Bloat] [aqm] [iccrg] " Bob Briscoe
2013-09-29 9:37 ` Mikael Abrahamsson
2013-11-13 17:50 ` Fred Baker (fred)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox