From owner-svn-src-all@freebsd.org Fri Aug 26 01:23:39 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 CD01FBC5A1B; Fri, 26 Aug 2016 01:23:39 +0000 (UTC) (envelope-from sepherosa@gmail.com) Received: from mail-ua0-x22d.google.com (mail-ua0-x22d.google.com [IPv6:2607:f8b0:400c:c08::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 870171529; Fri, 26 Aug 2016 01:23:39 +0000 (UTC) (envelope-from sepherosa@gmail.com) Received: by mail-ua0-x22d.google.com with SMTP id m60so73824479uam.3; Thu, 25 Aug 2016 18:23:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=kSzqxiFGJ9sAKrA3QxsYKXD8MFVDBeWOD08ZDhCvv0c=; b=axBJIIsDg6dUIam6f4us20tFBtrlK6rHeRTbjQ2eUjpBqpsZLNcEAY32umBdqhyyW/ MhEnTIbQID/VUjteMblT7z+IdnIJrMEH+yR6N5FzG1aVBncr5mkK0N58t977ORI4TOfw UBpHd7urU+sOeNGksytkWk3p5asWtPwqPmQsadGlv7wUYsqO2Q3XWsNczTv2X+Zm6lMy d7MfnyP659qM5YDCkbUQubxCiObNqYE/yxkabgB25Mxhs5CzYY79tLIHnDOrEs70xkHw YimqAywntaqmlg3vEfVeue/WuYQ17HIpcL1ky5YgMcGsX8ceoxQ8I5a0xSJXC82M+FmR uwbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=kSzqxiFGJ9sAKrA3QxsYKXD8MFVDBeWOD08ZDhCvv0c=; b=YoiHmqxzUO97O9ZWRhuvMK5XM8jKH8e76ypyvcTeCMSu2L1O1CHXMNsi9OhoCjHybJ W+EugO2FXuwXES9GgeJyctRs5QZFN3T8NfwOGVWfBvYh2rD2dWl8+e8CqwJ2dqr2Shkg Sj9vcKXoKZSckcAvt9Ceetc4SzYIS+TH8/pWDsYBfZU6W8Xxl/Vsoe9IjUiV82DaLEDE 65/nw27KvUI57AYso/8QaiIuqdMrKa+iaFl1ou1qYE2bn1qM/YsWL/SMZ3eIcTAonhc3 CA3TGXYfG3JkKd7+rvC20g6zRZIybMAxFQkPsLlG+Vt1aljLo6DCiPNTdBbLYdC3VhnC hsyA== X-Gm-Message-State: AE9vXwMcH0hp9flvPvACYz1sgGPHFXyLyT/Q2EnhFeI156XZDE3ReNgx8meq8Bk9VrmIo/J+HPzM2mP/w9rEaA== X-Received: by 10.31.115.131 with SMTP id o125mr348887vkc.0.1472174618688; Thu, 25 Aug 2016 18:23:38 -0700 (PDT) MIME-Version: 1.0 Sender: sepherosa@gmail.com Received: by 10.176.1.54 with HTTP; Thu, 25 Aug 2016 18:23:38 -0700 (PDT) In-Reply-To: <20160825175429.GD41576@strugglingcoder.info> References: <201608020636.u726alY8000175@repo.freebsd.org> <20160825175429.GD41576@strugglingcoder.info> From: Sepherosa Ziehau Date: Fri, 26 Aug 2016 09:23:38 +0800 X-Google-Sender-Auth: jIbIE1nLN_eQUz0tVSA5vB0D4KE Message-ID: Subject: Re: svn commit: r303656 - head/sys/netinet To: hiren panchasara Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Fri, 26 Aug 2016 01:23:39 -0000 On Fri, Aug 26, 2016 at 1:54 AM, hiren panchasara 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