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 06E85A0C43; Wed, 12 May 2021 12:34:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCBEE4003F; Wed, 12 May 2021 12:34:40 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id C8F504003E; Wed, 12 May 2021 12:34:37 +0200 (CEST) IronPort-SDR: yaE4vx3/hQfzfzz8hT4poQj2I7cjG+4f3xgSwGa0ALgCel7bfZOm+ckY+yWi4XCmp3f2Q4dAY3 pw5T0VCu6SVQ== X-IronPort-AV: E=McAfee;i="6200,9189,9981"; a="285175108" X-IronPort-AV: E=Sophos;i="5.82,293,1613462400"; d="scan'208";a="285175108" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2021 03:34:35 -0700 IronPort-SDR: juzMUUsSHyPAXeeqkd1gnowKF8F1NK16F4ehmbLGd9TkHds+dMIj9CTrqTAmQZGhzVxEs3Dfke Nf2mO71tbgag== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,293,1613462400"; d="scan'208";a="437133869" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by orsmga008.jf.intel.com with ESMTP; 12 May 2021 03:34:34 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 12 May 2021 03:34:33 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 12 May 2021 18:34:31 +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; Wed, 12 May 2021 18:34:31 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Zhang, AlvinX" , "Xu, Ting" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v4] net/i40e: fix VF RSS configuration Thread-Index: AQHXRxEH51wodMvvf0SOAJcJJ2iPp6rfpo3w Date: Wed, 12 May 2021 10:34:31 +0000 Message-ID: <9509b07ae80e4b028ca177c1400d2f4d@intel.com> References: <20210512071604.38696-1-alvinx.zhang@intel.com> <20210512092311.27392-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-dev] [PATCH v4] net/i40e: fix VF RSS configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev On Behalf Of Xing, Beilei > Sent: Wednesday, May 12, 2021 5:27 PM > To: Zhang, AlvinX ; Xu, Ting > Cc: dev@dpdk.org; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4] net/i40e: fix VF RSS configuration >=20 >=20 >=20 > > -----Original Message----- > > From: Zhang, AlvinX > > Sent: Wednesday, May 12, 2021 5:23 PM > > To: Xing, Beilei ; Xu, Ting > > Cc: dev@dpdk.org; Zhang, AlvinX ; > > stable@dpdk.org > > Subject: [PATCH v4] net/i40e: fix VF RSS configuration > > > > The kernel driver supports VF RSS configuration message > > "VIRTCHNL_OP_GET_RSS_HENA_CAPS and VIRTCHNL_OP_SET_RSS_HENA", > this > > patch adds PMD support for these messages. > > > > Fixes: b81295c474b0 ("net/i40e: add user callback for VF to PF > > message") > > Cc: stable@dpdk.org > > > > Signed-off-by: Alvin Zhang >=20 >=20 > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi