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 BC8C1C433DB for ; Mon, 1 Feb 2021 20:34:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7231664EC8 for ; Mon, 1 Feb 2021 20:34:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232184AbhBAUej (ORCPT ); Mon, 1 Feb 2021 15:34:39 -0500 Received: from mail.kernel.org ([198.145.29.99]:39558 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229525AbhBAUec (ORCPT ); Mon, 1 Feb 2021 15:34:32 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 98CE964E9E; Mon, 1 Feb 2021 20:33:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612211631; bh=YbB8zbhMG18OcGdWvLx/HSeTnjJWEAJ0k9nKhQ2F0XQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=uy2koLzW2WRGUAUIce1HfVOKiKHDCv2p3fhigkHJ5BDlkuGMQfAes1NL66aKC7l1r ZFOGYN1sWt18rzwtth4RVN9hnoAX7i6TdITve5WcGI3Rpq0S9lUyqPPPd+LS6z6+1F 4qY2nVAPaVjh88cCybVguGBpFmnJbPLkq7R+T4+MmRFQtbO09sQombpqzW+2cQUzeh UZJoI2il1IiJmBynucTYODUZEexAiuaE5m1XdRgVodEQx8OHlIjZ7lwKwuTUq3a2CS DzljJ6sw6Wpj5q6xfy5PNjyxxtMEtwXAipycQzBZ43bWleZxKYimpjcyHS3YeVVA1/ BzZifb6pvdRyA== Date: Mon, 1 Feb 2021 12:33:50 -0800 From: Jakub Kicinski To: Nick Lowe Cc: Matt Corallo , "Nguyen, Anthony L" , "netdev@vger.kernel.org" , "davem@davemloft.net" , "Brandeburg, Jesse" , "intel-wired-lan@lists.osuosl.org" Subject: Re: [PATCH net] igb: Enable RSS for Intel I211 Ethernet Controller Message-ID: <20210201123350.159feabd@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: <20201221222502.1706-1-nick.lowe@gmail.com> <379d4ef3-02e5-f08a-1b04-21848e11a365@bluematt.me> <20210201084747.2cb64c3f@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210201114545.6278ae5c@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <69e92a09-d597-2385-2391-fee100464c59@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 Mon, 1 Feb 2021 20:23:51 +0000 Nick Lowe wrote: > I personally tested with mainline and 5.10, but not 5.4 My preference would be to merge into net-next, and then do the backport after 5.11 is released.