From owner-svn-src-all@freebsd.org Thu Aug 25 18:39:50 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C86B3BC670F; Thu, 25 Aug 2016 18:39:50 +0000 (UTC) (envelope-from hiren@strugglingcoder.info) Received: from mail.strugglingcoder.info (strugglingcoder.info [104.236.146.68]) by mx1.freebsd.org (Postfix) with ESMTP id BA5E312AC; Thu, 25 Aug 2016 18:39:50 +0000 (UTC) (envelope-from hiren@strugglingcoder.info) Received: from localhost (unknown [10.1.1.3]) (Authenticated sender: hiren@strugglingcoder.info) by mail.strugglingcoder.info (Postfix) with ESMTPA id 0354117771; Thu, 25 Aug 2016 11:39:48 -0700 (PDT) Date: Thu, 25 Aug 2016 11:39:48 -0700 From: hiren panchasara To: Lawrence Stewart Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r304803 - in head/sys: netinet netinet/cc sys Message-ID: <20160825183948.GG41576@strugglingcoder.info> References: <201608251333.u7PDXW33086932@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Zrag5V6pnZGjLKiw" Content-Disposition: inline In-Reply-To: <201608251333.u7PDXW33086932@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 18:39:50 -0000 --Zrag5V6pnZGjLKiw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 08/25/16 at 01:33P, Lawrence Stewart wrote: > Author: lstewart > Date: Thu Aug 25 13:33:32 2016 > New Revision: 304803 > URL: https://svnweb.freebsd.org/changeset/base/304803 >=20 > Log: > Pass the number of segments coalesced by LRO up the stack by repurposin= g the > tso_segsz pkthdr field during RX processing, and use the information in= TCP for > more correct accounting and as a congestion control input. This is only= a start, > and an audit of other uses for the data is left as future work. > =20 > Reviewed by: gallatin, rrs > Sponsored by: Netflix, Inc. > Differential Revision: https://reviews.freebsd.org/D7564 >=20 > Modified: > head/sys/netinet/cc/cc.h > head/sys/netinet/cc/cc_newreno.c > head/sys/netinet/tcp_input.c > head/sys/netinet/tcp_lro.c > head/sys/netinet/tcp_var.h > head/sys/sys/mbuf.h fastpath module is broken now. You may want to update that. Also, can this be brought back to stable/11? Cheers, Hiren --Zrag5V6pnZGjLKiw Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAABCgBmBQJXvztuXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBNEUyMEZBMUQ4Nzg4RjNGMTdFNjZGMDI4 QjkyNTBFMTU2M0VERkU1AAoJEIuSUOFWPt/lo4AIAKOezMcwoHXSs8rN1Ueof3TP invt06WIHSt141VkvqqYy8gFE34Y8OJvElGq9BadXr6Tb9h6GpD3EKea18NhVEm3 MvMFReSmgwIqgQjZPFWW1Pm26GRrzTOVoGz7D+EyPHVSLAZKbz9qQd82rFHQefS/ QwA52mAecXmxQkaCF5JmHBPyYYKSMkwT3YyNiYlCVuS+aTXSR1/W7LSssqd4jMMN QAFG9wYNtFxhPH4EKf3wRwpV1Nuixx+h9tXKy9ti4AjAclTHyD6GVExG3oBuBHVQ B2WvUNoN637mX4O2bt0xU6KO/6tFHgZ+0tjrLPTJppeNuCT5WUJwxRRUEGJCg+M= =UUT3 -----END PGP SIGNATURE----- --Zrag5V6pnZGjLKiw--