From nobody Tue Sep 17 15:41:54 2024 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X7Qxx6j43z5RHlw; Tue, 17 Sep 2024 15:41:57 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X7Qxx28gJz4sgM; Tue, 17 Sep 2024 15:41:57 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4004a.ext.cloudfilter.net ([10.228.9.227]) by cmsmtp with ESMTPS id qYQwsfDlC9TOUqaKys6ja0; Tue, 17 Sep 2024 15:41:56 +0000 Received: from spqr.komquats.com ([70.66.152.170]) by cmsmtp with ESMTPSA id qaKwsramuKHV8qaKxs863g; Tue, 17 Sep 2024 15:41:56 +0000 X-Auth-User: cschuber X-Authority-Analysis: v=2.4 cv=XeEqz555 c=1 sm=1 tr=0 ts=66e9a344 a=y8EK/9tc/U6QY+pUhnbtgQ==:117 a=y8EK/9tc/U6QY+pUhnbtgQ==:17 a=kj9zAlcOel0A:10 a=EaEq8P2WXUwA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=Pdw83E70McimEklNttYA:9 a=CjuIK1q_8ugA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 478A2AD; Tue, 17 Sep 2024 08:41:54 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 36CCD201; Tue, 17 Sep 2024 08:41:54 -0700 (PDT) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Cheng Cui cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: ee4506105171 - main - cc_cubic: use newreno to emulate AIMD in TCP-friendly region In-reply-to: <202409171437.48HEbl8c028733@gitrepo.freebsd.org> References: <202409171437.48HEbl8c028733@gitrepo.freebsd.org> Comments: In-reply-to Cheng Cui message dated "Tue, 17 Sep 2024 14:37:47 +0000." List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 17 Sep 2024 08:41:54 -0700 Message-Id: <20240917154154.36CCD201@slippy.cwsent.com> X-CMAE-Envelope: MS4xfCSdm7tH5tUGIBG7yDdvh6X1FNEZfxLtplLvQ1WVBVAMIi2EEEwjnFqANqr4HPHWzpdsQU4UfEgYLuZL/5ggEncZwQosoXrbKVgcpQNDJkoWs9THl1n0 fTaHTnAJm9VkgTevNUs1WYIopZ/Xxd/5GFB+XjK1bo2brkEU7PPIRX5lqjqgRp4P+GP25VKS1E3BfJGTDvWabgDA7G0agX/b6NiS2xaz/g+Y7coq/MV3gQ9r 0bcOMdMhqIWDtWwImaOEblbP4FGeLPems5PZPXUGzSa+MdvmN6tV0UxxUbau0f4ard9EVXMEo8SQWsqPixkqfb5d/YjCr2qQTUuMDNsJTGk= X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Queue-Id: 4X7Qxx28gJz4sgM In message <202409171437.48HEbl8c028733@gitrepo.freebsd.org>, Cheng Cui writes: > The branch main has been updated by cc: > > URL: https://cgit.FreeBSD.org/src/commit/?id=ee45061051715be4704ba22d2fcd1c37 > 3e29079d > > commit ee45061051715be4704ba22d2fcd1c373e29079d > Author: Cheng Cui > AuthorDate: 2024-09-05 18:52:57 +0000 > Commit: Cheng Cui > CommitDate: 2024-09-17 14:37:00 +0000 > > cc_cubic: use newreno to emulate AIMD in TCP-friendly region > > Reviewed by: rscheff, tuexen > Differential Revision: https://reviews.freebsd.org/D46546 The description listed in the phabricator review provided an excellent summary of why and what was being changed. Can we cut & paste these descriptions into the commit log too? -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0