From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id CE9EF3B29E for ; Fri, 26 Aug 2022 16:54:42 -0400 (EDT) Received: by mail-ej1-x635.google.com with SMTP id y3so5312131ejc.1 for ; Fri, 26 Aug 2022 13:54:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=4IZFy5SUszMYR/UNc1/iNHwZk3p7taQkUVl+h2vgWTE=; b=VS3XAJTAA8GuwC/aDmonLpobJKjvgTi9fh9GsKAaKUpRR5ByNRA8xD/eqyuV6beqzF J3+J7adsBaSQ6LklGp2xwK+0PF/1/yu1BCC6SY3VONqxQ08eHSeTsg/rwDjpL0LPSb95 fvv+bSD5jmRSFXMh+efFAFKHNo3VfITXGrNBI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=4IZFy5SUszMYR/UNc1/iNHwZk3p7taQkUVl+h2vgWTE=; b=Z2NWDYXv3dCQZomAfpkN2pVDdA+pg+0eqpmnHmdeeaCR5jRVF6J9MWLhem4c700kox XNd6ZTbdbubADM6hAuy1fBUN0lIqX5g7YhXdzTEHZagNJSQWCcZGVJ1VAyXDU0cFZNw5 Zqxnqh940TcoX65Xh52o3co3LLcjQsrz8Gg0KeiFN0yxMn/UYxBJK/Xb7ACoYAqU97Ad d62vZWkRb7pGYKu25RK+U0GQoU1iQpEUFq0q+Ii6MfKWnJLiraEd4Vp5ROkVllb9kJJU akvsrtSg7hPEvk/P0Ipch1lIicn4CceeavJUlTLTZ+S6vyxDNhuBE1OFh0jrBppg57ZJ 5LQA== X-Gm-Message-State: ACgBeo2RoG2aie87VxiftJcY1sp3MIkZYENFTW8uHSZO13mMKlW80wHr KqWI0CeWGs55PVffqsdUwX94YNZREfMMVqL11bqioBfSU/Jfs9ElNdYmbgKubZsRMHuPeOz7vZs 8ijO7MBaZ7Ll+2XawoY8Y9cczjS+9pQ== X-Google-Smtp-Source: AA6agR4zrj8YWnbTby2180/1OEwbdoSYjzXYRm8Q3s8TkQEO7z+ItWtUHAOu7cf7fhaD/Wd5TzrSxtchoc5VRc9oHkg= X-Received: by 2002:a17:907:80d:b0:73d:1e3f:3d83 with SMTP id wv13-20020a170907080d00b0073d1e3f3d83mr6311385ejb.372.1661547281560; Fri, 26 Aug 2022 13:54:41 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Bob McMahon Date: Fri, 26 Aug 2022 13:54:30 -0700 Message-ID: To: Neal Cardwell Cc: Dave Taht , bloat , BBR Development , ayush@comp.nus.edu.sg Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="00000000000084348c05e72b1f01" Subject: Re: [Bloat] [bbr-dev] Re: Are we heading towards a BBR-dominant Internet? X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2022 20:54:43 -0000 --00000000000084348c05e72b1f01 Content-Type: multipart/alternative; boundary="0000000000007f1d5d05e72b1fea" --0000000000007f1d5d05e72b1fea Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Neal, Any thoughts on tooling to generate and measure the traffic flows BBR is designed to optimize? I've been adding some low duty cycle support in iperf 2 with things like --bounceback and --burst-period and --burst-period . We could pull the size and period from a known distribution or distributions though not sure what to pick. Thanks, Bob Bob On Fri, Aug 26, 2022 at 6:36 AM 'Neal Cardwell' via BBR Development < bbr-dev@googlegroups.com> wrote: > Yes, I agree the assumptions are key here. One key aspect of this paper i= s > that it focuses on the steady-state behavior of bulk flows. > > Once you allow for short flows (like web pages, RPCs, etc) to dynamically > enter and leave a bottleneck, the considerations become different. As is > well-known, Reno/CUBIC will starve themselves if new flows enter and caus= e > loss too frequently. For CUBIC, for a somewhat typical 30ms broadband pat= h > with a flow fair share of 25 Mbit/sec, if new flows enter and cause loss > more frequently than roughly every 2 seconds then CUBIC will not be able = to > utilize its fair share. For a high-speed WAN path, with 100ms RTT and fai= r > share of 10 Gbit/sec, if new flows enter and cause loss more frequently > than roughly every 40 seconds then CUBIC will not be able to utilize its > fair share. Basically, loss-based CC can starve itself in some > very typical kinds of dynamic scenarios that happen in the real world. > > BBR is not trying to maintain a higher throughput than CUBIC in these > kinds of scenarios with steady-state bulk flows. BBR is trying to be robu= st > to the kinds of random packet loss that happen in the real world when the= re > are flows dynamically entering/leaving a bottleneck. > > cheers, > neal > > > > > On Thu, Aug 25, 2022 at 8:01 PM Dave Taht via Bloat < > bloat@lists.bufferbloat.net> wrote: > >> I rather enjoyed this one. I can't help but wonder what would happen >> if we plugged some different assumptions into their model. >> >> https://www.comp.nus.edu.sg/~bleong/publications/imc2022-nash.pdf >> >> -- >> FQ World Domination pending: >> https://blog.cerowrt.org/post/state_of_fq_codel/ >> Dave T=C3=A4ht CEO, TekLibre, LLC >> _______________________________________________ >> Bloat mailing list >> Bloat@lists.bufferbloat.net >> https://lists.bufferbloat.net/listinfo/bloat >> > -- > You received this message because you are subscribed to the Google Groups > "BBR Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to bbr-dev+unsubscribe@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/bbr-dev/CADVnQykKbnxpNcpuZATug_4VLhV1%3= DaoTTQE2263o8HF9ye_TQg%40mail.gmail.com > > . > --=20 This electronic communication and the information and any files transmitted= =20 with it, or attached to it, are confidential and are intended solely for=20 the use of the individual or entity to whom it is addressed and may contain= =20 information that is confidential, legally privileged, protected by privacy= =20 laws, or otherwise restricted from disclosure to anyone else. If you are=20 not the intended recipient or the person responsible for delivering the=20 e-mail to the intended recipient, you are hereby notified that any use,=20 copying, distributing, dissemination, forwarding, printing, or copying of= =20 this e-mail is strictly prohibited. If you received this e-mail in error,= =20 please return the e-mail to the sender, delete it from your computer, and= =20 destroy any printed copy of it. --0000000000007f1d5d05e72b1fea Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Neal,

Any thoughts on tooling to generate and me= asure the traffic flows BBR is designed to optimize? I've been adding s= ome low duty cycle support in iperf 2 with things like --bounceback and --burst-period and --burst-period. We could pull the size and period from a known distribution or distribu= tions though not sure what to pick.

Thanks,
Bob

Bob
<= br>
Yes, I agree the assumptions are key here. One key aspect of this = paper is that it focuses on the steady-state behavior of bulk flows.
Once you allow for short flows (like web pages, RPCs, etc) to = dynamically enter and leave a bottleneck, the considerations become differe= nt. As is well-known, Reno/CUBIC will starve themselves if new flows enter = and cause loss too frequently. For CUBIC, for a somewhat typical 30ms broad= band path with a flow fair share of 25 Mbit/sec, if new flows enter and cau= se loss more frequently than roughly every 2 seconds then CUBIC will not be= able to utilize its fair share. For a high-speed WAN path, with 100ms RTT = and fair share of 10 Gbit/sec,=C2=A0 if new flows enter and cause loss more= frequently than roughly every 40 seconds then CUBIC will not be able to ut= ilize its fair share. Basically, loss-based CC can starve itself in some ve= ry=C2=A0typical=C2=A0kinds of dynamic scenarios that happen in the real wor= ld.

BBR is not trying to maintain a higher through= put than CUBIC in these kinds of scenarios with steady-state bulk flows. BB= R is trying to be robust to the kinds of random packet loss that happen in = the real world when there are flows dynamically entering/leaving a bottlene= ck.

cheers,
neal




On Thu, Aug 25, 2022 at 8:01 PM Dave Taht via Bl= oat <bl= oat@lists.bufferbloat.net> wrote:
I rather enjoyed this one. I can't help but wo= nder what would happen
if we plugged some different assumptions into their model.

https://www.comp.nus.edu.sg/~bleong= /publications/imc2022-nash.pdf

--
FQ World Domination pending: https://blog.cerowrt.or= g/post/state_of_fq_codel/
Dave T=C3=A4ht CEO, TekLibre, LLC
_______________________________________________
Bloat mailing list
Bloat@list= s.bufferbloat.net
https://lists.bufferbloat.net/listinfo/bloat

--
You received this message because you are subscribed to the Google Groups &= quot;BBR Development" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to bbr-dev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bbr-dev/CADVnQykKbnxpNcpuZATug_4VLhV1%3= DaoTTQE2263o8HF9ye_TQg%40mail.gmail.com.

This ele= ctronic communication and the information and any files transmitted with it= , or attached to it, are confidential and are intended solely for the use o= f the individual or entity to whom it is addressed and may contain informat= ion that is confidential, legally privileged, protected by privacy laws, or= otherwise restricted from disclosure to anyone else. If you are not the in= tended recipient or the person responsible for delivering the e-mail to the= intended recipient, you are hereby notified that any use, copying, distrib= uting, dissemination, forwarding, printing, or copying of this e-mail is st= rictly prohibited. If you received this e-mail in error, please return the = e-mail to the sender, delete it from your computer, and destroy any printed= copy of it. --0000000000007f1d5d05e72b1fea-- --00000000000084348c05e72b1f01 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIQagYJKoZIhvcNAQcCoIIQWzCCEFcCAQExDzANBglghkgBZQMEAgEFADALBgkqhkiG9w0BBwGg gg3BMIIFDTCCA/WgAwIBAgIQeEqpED+lv77edQixNJMdADANBgkqhkiG9w0BAQsFADBMMSAwHgYD VQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UE AxMKR2xvYmFsU2lnbjAeFw0yMDA5MTYwMDAwMDBaFw0yODA5MTYwMDAwMDBaMFsxCzAJBgNVBAYT AkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMTEwLwYDVQQDEyhHbG9iYWxTaWduIEdDQyBS MyBQZXJzb25hbFNpZ24gMiBDQSAyMDIwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA vbCmXCcsbZ/a0fRIQMBxp4gJnnyeneFYpEtNydrZZ+GeKSMdHiDgXD1UnRSIudKo+moQ6YlCOu4t rVWO/EiXfYnK7zeop26ry1RpKtogB7/O115zultAz64ydQYLe+a1e/czkALg3sgTcOOcFZTXk38e aqsXsipoX1vsNurqPtnC27TWsA7pk4uKXscFjkeUE8JZu9BDKaswZygxBOPBQBwrA5+20Wxlk6k1 e6EKaaNaNZUy30q3ArEf30ZDpXyfCtiXnupjSK8WU2cK4qsEtj09JS4+mhi0CTCrCnXAzum3tgcH cHRg0prcSzzEUDQWoFxyuqwiwhHu3sPQNmFOMwIDAQABo4IB2jCCAdYwDgYDVR0PAQH/BAQDAgGG MGAGA1UdJQRZMFcGCCsGAQUFBwMCBggrBgEFBQcDBAYKKwYBBAGCNxQCAgYKKwYBBAGCNwoDBAYJ KwYBBAGCNxUGBgorBgEEAYI3CgMMBggrBgEFBQcDBwYIKwYBBQUHAxEwEgYDVR0TAQH/BAgwBgEB /wIBADAdBgNVHQ4EFgQUljPR5lgXWzR1ioFWZNW+SN6hj88wHwYDVR0jBBgwFoAUj/BLf6guRSSu TVD6Y5qL3uLdG7wwegYIKwYBBQUHAQEEbjBsMC0GCCsGAQUFBzABhiFodHRwOi8vb2NzcC5nbG9i YWxzaWduLmNvbS9yb290cjMwOwYIKwYBBQUHMAKGL2h0dHA6Ly9zZWN1cmUuZ2xvYmFsc2lnbi5j b20vY2FjZXJ0L3Jvb3QtcjMuY3J0MDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwuZ2xvYmFs c2lnbi5jb20vcm9vdC1yMy5jcmwwWgYDVR0gBFMwUTALBgkrBgEEAaAyASgwQgYKKwYBBAGgMgEo CjA0MDIGCCsGAQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0b3J5LzAN BgkqhkiG9w0BAQsFAAOCAQEAdAXk/XCnDeAOd9nNEUvWPxblOQ/5o/q6OIeTYvoEvUUi2qHUOtbf jBGdTptFsXXe4RgjVF9b6DuizgYfy+cILmvi5hfk3Iq8MAZsgtW+A/otQsJvK2wRatLE61RbzkX8 9/OXEZ1zT7t/q2RiJqzpvV8NChxIj+P7WTtepPm9AIj0Keue+gS2qvzAZAY34ZZeRHgA7g5O4TPJ /oTd+4rgiU++wLDlcZYd/slFkaT3xg4qWDepEMjT4T1qFOQIL+ijUArYS4owpPg9NISTKa1qqKWJ jFoyms0d0GwOniIIbBvhI2MJ7BSY9MYtWVT5jJO3tsVHwj4cp92CSFuGwunFMzCCA18wggJHoAMC AQICCwQAAAAAASFYUwiiMA0GCSqGSIb3DQEBCwUAMEwxIDAeBgNVBAsTF0dsb2JhbFNpZ24gUm9v dCBDQSAtIFIzMRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTA5 MDMxODEwMDAwMFoXDTI5MDMxODEwMDAwMFowTDEgMB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENB IC0gUjMxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wggEiMA0GCSqG SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDMJXaQeQZ4Ihb1wIO2hMoonv0FdhHFrYhy/EYCQ8eyip0E XyTLLkvhYIJG4VKrDIFHcGzdZNHr9SyjD4I9DCuul9e2FIYQebs7E4B3jAjhSdJqYi8fXvqWaN+J J5U4nwbXPsnLJlkNc96wyOkmDoMVxu9bi9IEYMpJpij2aTv2y8gokeWdimFXN6x0FNx04Druci8u nPvQu7/1PQDhBjPogiuuU6Y6FnOM3UEOIDrAtKeh6bJPkC4yYOlXy7kEkmho5TgmYHWyn3f/kRTv riBJ/K1AFUjRAjFhGV64l++td7dkmnq/X8ET75ti+w1s4FRpFqkD2m7pg5NxdsZphYIXAgMBAAGj QjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBSP8Et/qC5FJK5N UPpjmove4t0bvDANBgkqhkiG9w0BAQsFAAOCAQEAS0DbwFCq/sgM7/eWVEVJu5YACUGssxOGhigH M8pr5nS5ugAtrqQK0/Xx8Q+Kv3NnSoPHRHt44K9ubG8DKY4zOUXDjuS5V2yq/BKW7FPGLeQkbLmU Y/vcU2hnVj6DuM81IcPJaP7O2sJTqsyQiunwXUaMld16WCgaLx3ezQA3QY/tRG3XUyiXfvNnBB4V 14qWtNPeTCekTBtzc3b0F5nCH3oO4y0IrQocLP88q1UOD5F+NuvDV0m+4S4tfGCLw0FREyOdzvcy a5QBqJnnLDMfOjsl0oZAzjsshnjJYS8Uuu7bVW/fhO4FCU29KNhyztNiUGUe65KXgzHZs7XKR1g/ XzCCBUkwggQxoAMCAQICDBhL7k9eiTHfluW70TANBgkqhkiG9w0BAQsFADBbMQswCQYDVQQGEwJC RTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTExMC8GA1UEAxMoR2xvYmFsU2lnbiBHQ0MgUjMg UGVyc29uYWxTaWduIDIgQ0EgMjAyMDAeFw0yMTAyMjIwNDQyMDRaFw0yMjA5MDEwODA5NDlaMIGM MQswCQYDVQQGEwJJTjESMBAGA1UECBMJS2FybmF0YWthMRIwEAYDVQQHEwlCYW5nYWxvcmUxFjAU BgNVBAoTDUJyb2FkY29tIEluYy4xFDASBgNVBAMTC0JvYiBNY01haG9uMScwJQYJKoZIhvcNAQkB Fhhib2IubWNtYWhvbkBicm9hZGNvbS5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB AQDyY95HWFm48WhKUyFbAS9JxiDqBHBdAbgjx4iF46lkqZdVkIJ8pGfcXoGd10Vp9yL5VQevDAt/ A/Jh22uhSgKR9Almeux9xWGhG8cyZwcCwYrsMt84FqCgEQidT+7YGNdd9oKrjU7mFC7pAnnw+cGI d3NFryurgnNPwfEK0X7HwRsga5pM+Zelr/ZM8MkphE1hCvTuPGakNylOFhP+wKL8Bmhsq5tNIInw DrPV5EPUikwiGMDmkX8o6roGiUwyqAp8dMZKJZ/vS/aWEELV+gm21Btr7eqdAWyqm09McVpkM4th v/FOYcj8DeJr8MXmHW53gN2fv0BzQjqAdrdCBPNRAgMBAAGjggHZMIIB1TAOBgNVHQ8BAf8EBAMC BaAwgaMGCCsGAQUFBwEBBIGWMIGTME4GCCsGAQUFBzAChkJodHRwOi8vc2VjdXJlLmdsb2JhbHNp Z24uY29tL2NhY2VydC9nc2djY3IzcGVyc29uYWxzaWduMmNhMjAyMC5jcnQwQQYIKwYBBQUHMAGG NWh0dHA6Ly9vY3NwLmdsb2JhbHNpZ24uY29tL2dzZ2NjcjNwZXJzb25hbHNpZ24yY2EyMDIwME0G A1UdIARGMEQwQgYKKwYBBAGgMgEoCjA0MDIGCCsGAQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxz aWduLmNvbS9yZXBvc2l0b3J5LzAJBgNVHRMEAjAAMEkGA1UdHwRCMEAwPqA8oDqGOGh0dHA6Ly9j cmwuZ2xvYmFsc2lnbi5jb20vZ3NnY2NyM3BlcnNvbmFsc2lnbjJjYTIwMjAuY3JsMCMGA1UdEQQc MBqBGGJvYi5tY21haG9uQGJyb2FkY29tLmNvbTATBgNVHSUEDDAKBggrBgEFBQcDBDAfBgNVHSME GDAWgBSWM9HmWBdbNHWKgVZk1b5I3qGPzzAdBgNVHQ4EFgQUpyXYr5rh8cZzkns+zXmMG1YkBk4w DQYJKoZIhvcNAQELBQADggEBACfauRPak93nzbpn8UXqRZqg6iUZch/UfGj9flerMl4TlK5jWulz Y+rRg+iWkjiLk3O+kKu6GI8TLXB2rsoTnrHYij96Uad5/Ut3Q5F4S0ILgOWVU38l0VZIGGG0CzG1 eLUgN2zjLg++xJuzqijuKQCJb/3+il2MTJ8dcDaXuYcjg7Vt6+EtCBS1SGMVhOTH4Fp50yGWj8ZA bPF1uuJM+dGLJLheUizCr5J/OBEdENg+DSmrqoZ+kZd76iRaF2CkhboR2394Ft8lFlKQiU0q8lnR 9/kdZ0F0iCcUfhaLaGYWujW7N0LZ+rQuTfuPGLx9zZNeNMWSZi/Pc8vdCO7EnlIxggJtMIICaQIB ATBrMFsxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMTEwLwYDVQQDEyhH bG9iYWxTaWduIEdDQyBSMyBQZXJzb25hbFNpZ24gMiBDQSAyMDIwAgwYS+5PXokx35blu9EwDQYJ YIZIAWUDBAIBBQCggdQwLwYJKoZIhvcNAQkEMSIEIJW2IoAXmPX63OaFTJuh47AxlkAWuiKfNqfH XVc/gY20MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTIyMDgyNjIw NTQ0MVowaQYJKoZIhvcNAQkPMVwwWjALBglghkgBZQMEASowCwYJYIZIAWUDBAEWMAsGCWCGSAFl AwQBAjAKBggqhkiG9w0DBzALBgkqhkiG9w0BAQowCwYJKoZIhvcNAQEHMAsGCWCGSAFlAwQCATAN BgkqhkiG9w0BAQEFAASCAQBlsKOT1Im5EF0ZiFePLHTzhzJha2PG70XwXLQAY5O5z0v9qLSOG53b i/tUzjLtdotqZIT5RbFsXMl2Lxqmtj5ZONIvjEId55Wt22534xWtHo3ZWyX7hdVDlDg9ad2LBroa 9m819it8QUZ3SVCClQ+NjVG44h/l4u5DJhdZskjYxGCzf1VrFLgk0ZlcyYDX+V+wOHHcDQhJhhdH Apwg1vPum+dvk44Blm6jNJH0tn6Hu8DipsgSWJtAKWcg7F02nAzDyCNN66DaiOj+uvWShc1rXLC+ h2uPtvo7RdO8qOTynu9BZyh79AEc8OyUhqU0ors5p3fWhkDl58oXOf3ab+sL --00000000000084348c05e72b1f01--