From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58780C433DB for ; Mon, 1 Feb 2021 16:49:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 14CB564DE3 for ; Mon, 1 Feb 2021 16:49:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231555AbhBAQtH (ORCPT ); Mon, 1 Feb 2021 11:49:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:34302 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231543AbhBAQsb (ORCPT ); Mon, 1 Feb 2021 11:48:31 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id D8B8E64DA5; Mon, 1 Feb 2021 16:47:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612198069; bh=SVKQyodZbdFBbSqD3MZfgh+P6IpacQgIu1UoE/nVkww=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ftvAyXzW6YmC3158pQgLRMNSs7Vgg45mxODcnjMtUD5tO2S94dPqZxdRSCQt7pQXl hSYLOk9xWiLm4d29Hg33We5pRAUR8THv6Lp7ZUtQx3qurAN4lWR6I01j2cNen2zKbQ zY1nLwWTGomG9MKu+tYdFmMpllZOToKKQGIMd8rRJC7MpVosGLBCPcCAbCXJTQyp/X olsR6J+CQP6NRPmFeZEwS9q0pXJTsk6WeUybQwRQOrkAOV9a/YzIMo9aV07TdmGfoH WGBMSfpp9rdD0ocCpEieBnUMUzKZvvcFQTnjnFKwc6JQk6KVzEBQat+TwHTGPu2EkT bzNceKU57Dlog== Date: Mon, 1 Feb 2021 08:47:47 -0800 From: Jakub Kicinski To: Matt Corallo Cc: Nick Lowe , netdev@vger.kernel.org, anthony.l.nguyen@intel.com, jesse.brandeburg@intel.com, intel-wired-lan@lists.osuosl.org, davem@davemloft.net Subject: Re: [PATCH net] igb: Enable RSS for Intel I211 Ethernet Controller Message-ID: <20210201084747.2cb64c3f@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <379d4ef3-02e5-f08a-1b04-21848e11a365@bluematt.me> References: <20201221222502.1706-1-nick.lowe@gmail.com> <379d4ef3-02e5-f08a-1b04-21848e11a365@bluematt.me> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sun, 31 Jan 2021 18:17:11 -0500 Matt Corallo wrote: > Given this fixes a major (albeit ancient) performance regression, is > it not a candidate for backport? It landed on Tony's dev-queue branch > with a Fixes tag but no stable CC. Tony's tree needs to get fed into net, then net into Linus's tree and then we can do the backport :(