From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 577D6A09E4 for ; Mon, 26 Apr 2021 03:22:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4641D41181; Mon, 26 Apr 2021 03:22:26 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 17C3741110; Mon, 26 Apr 2021 03:22:22 +0200 (CEST) IronPort-SDR: zMcgRje/J1I48mfrZzbQJUHMx2jhH43sHN2vC99UPFI2SGuoWaAMEN3dFqyf8OmY90yTbSiAZu KWD2znyG4J+g== X-IronPort-AV: E=McAfee;i="6200,9189,9965"; a="281595954" X-IronPort-AV: E=Sophos;i="5.82,251,1613462400"; d="scan'208";a="281595954" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2021 18:22:16 -0700 IronPort-SDR: +OyS9z3vQx1aAPePuDnmzJBx1v0Q2yZZ+JOQWlelx3TXyPChtrRdgAzjT9eDdQ7xWxzeB/oO1T N+nQZqOOPvtw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,251,1613462400"; d="scan'208";a="424742838" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga007.jf.intel.com with ESMTP; 25 Apr 2021 18:22:16 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Sun, 25 Apr 2021 18:22:15 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 26 Apr 2021 09:22:13 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Mon, 26 Apr 2021 09:22:13 +0800 From: "Zhang, Qi Z" To: "Ding, Xuan" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/iavf: fix incomplete rss initiation Thread-Index: AQHXOaoGclrj9RFSxEy0rlkj9eclCKrGAbEw Date: Mon, 26 Apr 2021 01:22:13 +0000 Message-ID: References: <20210425080550.9212-1-xuan.ding@intel.com> In-Reply-To: <20210425080550.9212-1-xuan.ding@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] net/iavf: fix incomplete rss initiation X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Ding, Xuan > Sent: Sunday, April 25, 2021 4:06 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Ding, Xuan ; stable@dpdk.org > Subject: [PATCH] net/iavf: fix incomplete rss initiation >=20 > When the default RSS is disabled during initialization, the RSS should be= turned > on when creating RSS rule. >=20 > This patch adds support to configure rss key and lookup table even when t= he > default RSS is disabled. >=20 > Fixes: c678299594a8 ("net/iavf: fix default RSS configuration") > Cc: stable@dpdk.org >=20 > Signed-off-by: Xuan Ding Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi