* [Bloat] buffer sizing meeting notes
@ 2019-08-23 16:07 Dave Taht
2019-08-23 17:13 ` Simon Barber
0 siblings, 1 reply; 6+ messages in thread
From: Dave Taht @ 2019-08-23 16:07 UTC (permalink / raw)
To: bloat
There's some good preso from various representatives in the dc market here.
The p4 stuff, in particular (from barefoot) is looking impressive.
http://yuba.stanford.edu/~bspang/buffer-sizing-meeting/
--
Dave Täht
CTO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-831-205-9740
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bloat] buffer sizing meeting notes
2019-08-23 16:07 [Bloat] buffer sizing meeting notes Dave Taht
@ 2019-08-23 17:13 ` Simon Barber
2019-08-23 17:24 ` Dave Taht
2019-08-24 7:54 ` Jesper Dangaard Brouer
0 siblings, 2 replies; 6+ messages in thread
From: Simon Barber @ 2019-08-23 17:13 UTC (permalink / raw)
To: Dave Taht; +Cc: bloat
The Netflix presentation requires a password - can you share it?
Simon
> On Aug 23, 2019, at 9:07 AM, Dave Taht <dave.taht@gmail.com> wrote:
>
> There's some good preso from various representatives in the dc market here.
>
> The p4 stuff, in particular (from barefoot) is looking impressive.
>
> http://yuba.stanford.edu/~bspang/buffer-sizing-meeting/
>
>
> --
>
> Dave Täht
> CTO, TekLibre, LLC
> http://www.teklibre.com
> Tel: 1-831-205-9740
> _______________________________________________
> Bloat mailing list
> Bloat@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/bloat
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bloat] buffer sizing meeting notes
2019-08-23 17:13 ` Simon Barber
@ 2019-08-23 17:24 ` Dave Taht
2019-08-24 7:54 ` Jesper Dangaard Brouer
1 sibling, 0 replies; 6+ messages in thread
From: Dave Taht @ 2019-08-23 17:24 UTC (permalink / raw)
To: Simon Barber; +Cc: Dave Taht, bloat
Simon Barber <simon@superduper.net> writes:
> The Netflix presentation requires a password - can you share it?
I was not at this meeting, I just stumbled across the url. I don't even
know how, I think I was looking for the old (and good!) stanford
buffersizing paper, and there was this set of updates from various
parties on the current state of some hardware.
>
> Simon
>
>
>> On Aug 23, 2019, at 9:07 AM, Dave Taht <dave.taht@gmail.com> wrote:
>>
>> There's some good preso from various representatives in the dc
>> market here.
>>
>> The p4 stuff, in particular (from barefoot) is looking impressive.
>>
>> http://yuba.stanford.edu/~bspang/buffer-sizing-meeting/
>>
>>
>> --
>>
>> Dave Täht
>> CTO, TekLibre, LLC
>> http://www.teklibre.com
>> Tel: 1-831-205-9740
>> _______________________________________________
>> Bloat mailing list
>> Bloat@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/bloat
>
> _______________________________________________
> Bloat mailing list
> Bloat@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/bloat
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bloat] buffer sizing meeting notes
2019-08-23 17:13 ` Simon Barber
2019-08-23 17:24 ` Dave Taht
@ 2019-08-24 7:54 ` Jesper Dangaard Brouer
2019-08-24 7:59 ` Sebastian Moeller
1 sibling, 1 reply; 6+ messages in thread
From: Jesper Dangaard Brouer @ 2019-08-24 7:54 UTC (permalink / raw)
To: Simon Barber; +Cc: Dave Taht, bloat, brouer
On Fri, 23 Aug 2019 10:13:39 -0700
Simon Barber <simon@superduper.net> wrote:
> > On Aug 23, 2019, at 9:07 AM, Dave Taht <dave.taht@gmail.com> wrote:
> >
> > There's some good preso from various representatives in the dc market here.
> >
> > The p4 stuff, in particular (from barefoot) is looking impressive.
> >
> > http://yuba.stanford.edu/~bspang/buffer-sizing-meeting/
I followed the link to the animation of AIMD (Additive
Increase/Multiplicative Decrease), that was really cool!
https://dabh.github.io/network_animations/
--
Best regards,
Jesper Dangaard Brouer
MSc.CS, Principal Kernel Engineer at Red Hat
LinkedIn: http://www.linkedin.com/in/brouer
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bloat] buffer sizing meeting notes
2019-08-24 7:54 ` Jesper Dangaard Brouer
@ 2019-08-24 7:59 ` Sebastian Moeller
2019-08-24 9:15 ` Luca Muscariello
0 siblings, 1 reply; 6+ messages in thread
From: Sebastian Moeller @ 2019-08-24 7:59 UTC (permalink / raw)
To: Jesper Dangaard Brouer; +Cc: Simon Barber, bloat
Another nugget from the notes (http://yuba.stanford.edu/~bspang/buffer-sizing-meeting/notes/):
Chuanxiong Guo, Bytedance
Talked about buffering in Bytedance’s datacenters. The top of rack switches have buffers of 12-32MB, and the aggregation switches have larger buffers of several GB. Were hoping to use ECN to reduce buffers for aggregation switches, but argued that precise ECN marking on egress queue length in VoQs is hard. However, Arista and Barefoot said they’ve fixed this using the packet latency instead of queue length for ECN.
This looks like an argument for fq_codel/cake's use of time instead of queue length, OR an argument for fq, because in a non-overwhelmed fq_system the local bucket's queue length should be somewhat stronger correlated with the sojurn times, than the sojurn time of a packet though a shared queue, no?
Best Regards
Sebastian
> On Aug 24, 2019, at 09:54, Jesper Dangaard Brouer <brouer@redhat.com> wrote:
>
> On Fri, 23 Aug 2019 10:13:39 -0700
> Simon Barber <simon@superduper.net> wrote:
>
>>> On Aug 23, 2019, at 9:07 AM, Dave Taht <dave.taht@gmail.com> wrote:
>>>
>>> There's some good preso from various representatives in the dc market here.
>>>
>>> The p4 stuff, in particular (from barefoot) is looking impressive.
>>>
>>> http://yuba.stanford.edu/~bspang/buffer-sizing-meeting/
>
> I followed the link to the animation of AIMD (Additive
> Increase/Multiplicative Decrease), that was really cool!
>
> https://dabh.github.io/network_animations/
>
> --
> Best regards,
> Jesper Dangaard Brouer
> MSc.CS, Principal Kernel Engineer at Red Hat
> LinkedIn: http://www.linkedin.com/in/brouer
> _______________________________________________
> Bloat mailing list
> Bloat@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/bloat
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bloat] buffer sizing meeting notes
2019-08-24 7:59 ` Sebastian Moeller
@ 2019-08-24 9:15 ` Luca Muscariello
0 siblings, 0 replies; 6+ messages in thread
From: Luca Muscariello @ 2019-08-24 9:15 UTC (permalink / raw)
To: Sebastian Moeller; +Cc: Jesper Dangaard Brouer, bloat
[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]
On Sat, Aug 24, 2019 at 9:59 AM Sebastian Moeller <moeller0@gmx.de> wrote:
> Another nugget from the notes (
> http://yuba.stanford.edu/~bspang/buffer-sizing-meeting/notes/):
>
> This looks like an argument for fq_codel/cake's use of time instead of
> queue length, OR an argument for fq, because in a non-overwhelmed fq_system
> the local bucket's queue length should be somewhat stronger correlated with
> the sojurn times, than the sojurn time of a packet though a shared queue,
> no?
>
I believe that using fq there are good implications in terms of buffer
sizing rules.
The focus is only on backlogged flows. The sparse flow queue can be sized
purely based on queue load.
Which is trivial queuing theory formulas with non-TCP traffic.
For backlogged flows, sizing is just like sizing a buffer for a single TCP
flow. So the computation
can be done based on estimations of the number of backlogged flows and by
setting the cut-off BDP based on the
largest (maximum) min RTT one want to serve optimally. So AQM is really
needed to get optimality.
The number of backlogged flows could be estimated as a max value or an avg
value, and this of course
changes depending on the network segment (DC, residential, campus, access,
backhaul etc.).
Nick McKeown has done quite a lot of research on the topic (reported in the
slide deck), so I find hilarious the following in his slide deck
"Personal confession: I have no idea what the general answer is" about
sizing buffers!
[-- Attachment #2: Type: text/html, Size: 2064 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-08-24 9:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-23 16:07 [Bloat] buffer sizing meeting notes Dave Taht
2019-08-23 17:13 ` Simon Barber
2019-08-23 17:24 ` Dave Taht
2019-08-24 7:54 ` Jesper Dangaard Brouer
2019-08-24 7:59 ` Sebastian Moeller
2019-08-24 9:15 ` Luca Muscariello
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox