svn commit: r304803 - in head/sys: netinet netinet/cc sys
Lawrence Stewart
lstewart at freebsd.org
Sat Aug 27 03:58:22 UTC 2016
On 08/26/16 04:39, hiren panchasara wrote:
> 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
>>
>> Log:
>> Pass the number of segments coalesced by LRO up the stack by repurposing 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.
>>
>> Reviewed by: gallatin, rrs
>> Sponsored by: Netflix, Inc.
>> Differential Revision: https://reviews.freebsd.org/D7564
[snip]
> Also, can this be brought back to stable/11?
I believe so, but need to make a sanity check pass to convince myself
it's ok.
Cheers,
Lawrence
More information about the svn-src-head
mailing list