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 9134FA0548 for ; Sun, 25 Apr 2021 07:44:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 63BEE4013F; Sun, 25 Apr 2021 07:44:30 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id B45104013F; Sun, 25 Apr 2021 07:44:25 +0200 (CEST) IronPort-SDR: tlzD+heZD/AJ1Stn909IljZOx2ocPZGx3yd1m7m081hDB8NXK9vENGgV2/C+3KevXo2dqAXU+w FuIVnrcBhA5A== X-IronPort-AV: E=McAfee;i="6200,9189,9964"; a="196324907" X-IronPort-AV: E=Sophos;i="5.82,249,1613462400"; d="scan'208";a="196324907" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2021 22:44:24 -0700 IronPort-SDR: UXvH+wbD+yLM8z2+v0W0FPdcJ9XgozL9QT8o5fmZ0jffrbmsgO8N3GMCBAbyjKBmERTHy/ldg6 uzxQuzGWW7FQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,249,1613462400"; d="scan'208";a="428953345" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga008.jf.intel.com with ESMTP; 24 Apr 2021 22:44:24 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Sat, 24 Apr 2021 22:44:23 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) 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 13:44:19 +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; Sun, 25 Apr 2021 13:44:19 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Zhang, AlvinX" , "Wu, Jingjing" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v6] net/iavf: fix RSS configuration on i40e VF Thread-Index: AQHXOZJYusrqMkdybEC6kkjNBfj9larEuNuA Date: Sun, 25 Apr 2021 05:44:19 +0000 Message-ID: References: <20210422050809.33164-1-alvinx.zhang@intel.com> <20210425050847.32148-1-alvinx.zhang@intel.com> In-Reply-To: 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 v6] net/iavf: fix RSS configuration on i40e VF 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: dev On Behalf Of Xing, Beilei > Sent: Sunday, April 25, 2021 1:17 PM > To: Zhang, AlvinX ; Wu, Jingjing > > Cc: dev@dpdk.org; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6] net/iavf: fix RSS configuration on i40= e VF >=20 >=20 >=20 > > -----Original Message----- > > From: Zhang, AlvinX > > Sent: Sunday, April 25, 2021 1:09 PM > > To: Wu, Jingjing ; Xing, Beilei > > > > Cc: dev@dpdk.org; Zhang, AlvinX ; > > stable@dpdk.org > > Subject: [PATCH v6] net/iavf: fix RSS configuration on i40e VF > > > > The iavf does not support configuring RSS type on i40e VF, because the > > i40e kernel driver does not support VIRTCHNL_VF_OFFLOAD_ADV_RSS_PF > > capability. > > > > This patch adds support of RSS type configuration for i40e VF by > > sending VIRTCHNL_OP_SET_RSS_HENA message to the PF after checking that > > the PF does not support VIRTCHNL_VF_OFFLOAD_ADV_RSS_PF capability. > > > > Fixes: c678299594a8 ("net/iavf: fix default RSS configuration") > > Cc: stable@dpdk.org > > > > Signed-off-by: Alvin Zhang > > --- >=20 > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi