svn commit: r303656 - head/sys/netinet

Sepherosa Ziehau sephe at freebsd.org
Fri Aug 26 01:23:39 UTC 2016


On Fri, Aug 26, 2016 at 1:54 AM, hiren panchasara
<hiren at strugglingcoder.info> wrote:
> On 08/02/16 at 06:36P, Sepherosa Ziehau wrote:
>> Author: sephe
>> Date: Tue Aug  2 06:36:47 2016
>> New Revision: 303656
>> URL: https://svnweb.freebsd.org/changeset/base/303656
>>
>> Log:
>>   tcp/lro: Implement hash table for LRO entries.
>>
>>   This significantly improves HTTP workload performance and reduces
>>   HTTP workload latency.
>>
>>   Reviewed by:        rrs, gallatin, hps
>>   Obtained from:      rrs, gallatin
>>   Sponsored by:       Netflix (rrs, gallatin) , Microsoft (sephe)
>>   Differential Revision:      https://reviews.freebsd.org/D6689
>
> Hi Sephe,
>
> Can you please MFC this to stable/11?

I don't think this one can be MFC'ed, since it changes the size of LRO
control struct, which is usually embedded in the driver's softc/RX
ring struct.

Thanks,
sephe

-- 
Tomorrow Will Never Die


More information about the svn-src-all mailing list