From nobody Wed Sep 18 02:11:32 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 4X7hwX1rx9z5WjYy; Wed, 18 Sep 2024 02:11:40 +0000 (UTC) (envelope-from zlei@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X7hwX1HFpz4kWk; Wed, 18 Sep 2024 02:11:40 +0000 (UTC) (envelope-from zlei@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1726625500; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=fSOmCQ0K29Fl5siT0cX6Qcne0nSogxgFF/8b1CD0nbE=; b=JXHHJAIdyOotDeNd/CSiucB7tDg1Mujvmmmzh/V0XsWXd6ulEhbUzudeEc6/Pf0t5u7yNw 4bRqyxihhdR6f7LNiW2ojSX83I2Ea2f9SROgp3w/3GGNFPP9zeoH04E5ufx6xy+6gEs/JZ pGTIs1bOgCpaxEZKjdlHt+AbKRheZ5WJRlkn1RS0XCrh2L1v6iLuGA22L6c6zpFa5dv7I1 Ap+5pyUn1XVyQPQmW53HQG1k9uV3Yyfr39TcCqb/f6AQLmj2gWWrWIdUoJ8InCOFHxOhSP 7votIgLA8AKbSxzLkmb0ievLJbI35WhO2n5beAG61egOidIjZ5q5T549wTlBzQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1726625500; a=rsa-sha256; cv=none; b=fijXmVoSdcVFJZIDDIYa1vFrUsO1bda3pe2jvRic5fsltIW3ltbkoa7uqo3G6wVts+QDUy +PgI7h9bBUq5EKbqPSNORmGkJATgWTqkwNS3fYgevkuikiXN6NzNuXQ5rqg/JofA2/oYTr ALDF0qcufnvMwjkoBeBULXABnHBWnSJizsSXD9pzp5IQpecwZn1uDLHTib7yuhi4XR/I4u vuKWk1RVef8kg+g4dOqKwYZKFrPzN231EBgK7iUJ9llS3XEcKBNK8AUPiIR93oPwnZ4hNv BoCbMw8yLODC6OeCSSrwoc0DFs3CUamV9vitZZY/8l35ho0a6T3EZ3o+4Po9Gg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1726625500; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=fSOmCQ0K29Fl5siT0cX6Qcne0nSogxgFF/8b1CD0nbE=; b=ewc8mcztFIRaKWYlXZlx9Dj8Bz+4kJL253pEnI5JCFYQh9D4Wrtja9S1NohOnjSXuXh/j8 VM1JdOFDrGUom/VP95zIYDyFyh5dlSiP6DdamF7tiIzf2coggvov927zmGGjgHI5j51DYX f5/1/0I43dt0z4G1HKnyriNUt5n35WbhH0Rwf5rujpg+YRKtNf5H6Ckjp5tHd4f4mYQiqC 0uc2iJ1Zngpb5DLL6DjjcEcGyYDfk/f4cGkBo8piUsGxuquklcKbPSVtT9I8bri/0Vy9yt pUAafUdbO/EXq3UwFWOd83hH1AlhIhui1FR+sLwBFnoBv+Z2wd5zzvM+hQ4GQQ== Received: from smtpclient.apple (unknown [IPv6:2001:19f0:6001:9db:98f0:9fe0:3545:10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: zlei/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4X7hwT6KHzz1GBg; Wed, 18 Sep 2024 02:11:37 +0000 (UTC) (envelope-from zlei@FreeBSD.org) From: Zhenlei Huang Message-Id: Content-Type: multipart/alternative; boundary="Apple-Mail=_79EAB0C4-F8B4-437F-9750-E2B34C97925D" 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 (Mac OS X Mail 16.0 \(3696.120.41.1.10\)) Subject: Re: git: ee4506105171 - main - cc_cubic: use newreno to emulate AIMD in TCP-friendly region Date: Wed, 18 Sep 2024 10:11:32 +0800 In-Reply-To: <20240917154154.36CCD201@slippy.cwsent.com> Cc: Cheng Cui , "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" To: Cy Schubert References: <202409171437.48HEbl8c028733@gitrepo.freebsd.org> <20240917154154.36CCD201@slippy.cwsent.com> X-Mailer: Apple Mail (2.3696.120.41.1.10) --Apple-Mail=_79EAB0C4-F8B4-437F-9750-E2B34C97925D Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Sep 17, 2024, at 11:41 PM, Cy Schubert = wrote: >=20 > In message <202409171437.48HEbl8c028733@gitrepo.freebsd.org = >, Cheng Cui=20 > writes: >> The branch main has been updated by cc: >>=20 >> URL: = https://cgit.FreeBSD.org/src/commit/?id=3Dee45061051715be4704ba22d2fcd1c37= >> 3e29079d >>=20 >> commit ee45061051715be4704ba22d2fcd1c373e29079d >> Author: Cheng Cui >> AuthorDate: 2024-09-05 18:52:57 +0000 >> Commit: Cheng Cui >> CommitDate: 2024-09-17 14:37:00 +0000 >>=20 >> cc_cubic: use newreno to emulate AIMD in TCP-friendly region >>=20 >> Reviewed by: rscheff, tuexen >> Differential Revision: https://reviews.freebsd.org/D46546 >=20 > The description listed in the phabricator review provided an excellent=20= > summary of why and what was being changed. Can we cut & paste these=20 > descriptions into the commit log too? +1 for that. >=20 >=20 > --=20 > Cheers, > Cy Schubert > > FreeBSD UNIX: > Web: = https://FreeBSD.org > NTP: > Web: = https://nwtime.org >=20 > e^(i*pi)+1=3D0 --Apple-Mail=_79EAB0C4-F8B4-437F-9750-E2B34C97925D Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii

On Sep 17, 2024, at 11:41 PM, Cy Schubert <Cy.Schubert@cschubert.com> wrote:

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=3Dee45061051715be4704ba= 22d2fcd1c37
3e29079d

commit= ee45061051715be4704ba22d2fcd1c373e29079d
Author: =     Cheng Cui <cc@FreeBSD.org>
AuthorDate: 2024-09-05 = 18:52:57 +0000
Commit:     Cheng Cui = <cc@FreeBSD.org>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?

+1 for that.



-- Cheers,
Cy Schubert <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org> =   Web:  https://FreeBSD.org
NTP: =           <cy@nwtime.org> =    Web:  https://nwtime.org

= e^(i*pi)+1=3D0



= --Apple-Mail=_79EAB0C4-F8B4-437F-9750-E2B34C97925D--