Date: Thu, 6 May 2021 13:39:37 -0400 From: Shawn Webb <shawn.webb@hardenedbsd.org> To: Randall Stewart <rrs@FreeBSD.org> Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 5d8fd932e418 - main - This brings into sync FreeBSD with the netflix versions of rack and bbr. This fixes several breakages (panics) since the tcp_lro code was committed that have been reported. Quite a few new features are now in rack (prefecting of DGP -- Dynamic Goodput Pacing among the largest). There is also support for ack-war prevention. Documents comming soon on rack.. Message-ID: <20210506173937.khuft4fuvztidkf3@mutt-hbsd> In-Reply-To: <202105061526.146FQS0E008755@gitrepo.freebsd.org> References: <202105061526.146FQS0E008755@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--u2yl6bpfqrkntlk5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 06, 2021 at 03:26:28PM +0000, Randall Stewart wrote: > The branch main has been updated by rrs: >=20 > URL: https://cgit.FreeBSD.org/src/commit/?id=3D5d8fd932e418f03e98b3469c40= 88a36f0ef34ffe >=20 > commit 5d8fd932e418f03e98b3469c4088a36f0ef34ffe > Author: Randall Stewart <rrs@FreeBSD.org> > AuthorDate: 2021-05-06 15:22:26 +0000 > Commit: Randall Stewart <rrs@FreeBSD.org> > CommitDate: 2021-05-06 15:22:26 +0000 >=20 > This brings into sync FreeBSD with the netflix versions of rack and b= br. > This fixes several breakages (panics) since the tcp_lro code was > committed that have been reported. Quite a few new features are > now in rack (prefecting of DGP -- Dynamic Goodput Pacing among the > largest). There is also support for ack-war prevention. Documents > comming soon on rack.. > =20 > Sponsored by: Netflix > Reviewed by: rscheff, mtuexen > Differential Revision: https://reviews.freebsd.org/D30036 > --- > sys/netinet/cc/cc.h | 7 +- > sys/netinet/cc/cc_newreno.c | 34 +- > sys/netinet/cc/cc_newreno.h | 13 +- > sys/netinet/tcp.h | 24 +- > sys/netinet/tcp_accounting.h | 39 + > sys/netinet/tcp_input.c | 10 +- > sys/netinet/tcp_log_buf.h | 8 +- > sys/netinet/tcp_ratelimit.c | 29 +- > sys/netinet/tcp_ratelimit.h | 4 +- > sys/netinet/tcp_sack.c | 11 + > sys/netinet/tcp_stacks/bbr.c | 92 +- > sys/netinet/tcp_stacks/rack.c | 9876 ++++++++++++++++++++++--= ------ Hey Randall, Out of curiosity, did anyone take the time to audit/review the changes to rack.c? Thanks, --=20 Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A= 4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc --u2yl6bpfqrkntlk5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEA6TL67gupaZ9nzhT/y5nonf44foFAmCUKdYACgkQ/y5nonf4 4fqASw//dqyYRZi4/PsnGz12e4XA6TSu1cczo0IHSc7kqNFv2Naq4mlM0+wLL3ke jibw5yU0FiRa0uglmoaTskigwbqNjm0zPQjGeJUvyCdoW6SbyJtWDvbjnNf8aqi2 xKnHlOvAWeFiQ3FUAsfK3LRvEC0eqUtV5dywxJ6vfVzi5O1pQr9m0steGc0+QLvo KvnF9vcQGSmaYGm4yPoufDXv3yWPek8MynsEJQeSmN0/I4+4fvERPKRVd1KQvEcB ittFDnCntPxgUG1JkWAE5KTsn1AfondEn/r/lYPIXjQJbTXf9MoHpPp6WukVhCnt fzwp0tLjPARQIv6DWuIOs3ngKOK3DdjxGsrO5n74tQtOtSeWUh9h06P6BPMa1Cn9 +sBhJSDE70ahcfCQE/vONZbCeX8tta18EXG3MmrhOJOsDBgeoPqTXxH1pV59Lqaw SMpfa7q7e/GcgblJSxOa5lpBXZmke1MYOtIaVtYzV2Ua1ee0ZqN5kRo+ccAKxsbU dQWvB9/b6qgNewmpOJgf/ljntuQUTbHGiszXokqju+3rFMZL3jFSWI/oknd8W2Ww W+r8iisXw8M8tEFwCOcMPF/rRG49xnwrcHASrejJZ/+nQm3iSvdlDisAGciHFVTC oUEHTU4+70FiQSesfV8JEbhP2U4h6tl+huZoTTU1BQfH1v/j5hI= =CQ+6 -----END PGP SIGNATURE----- --u2yl6bpfqrkntlk5--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210506173937.khuft4fuvztidkf3>