From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 18362A034F; Wed, 13 May 2020 11:34:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EAECA1D501; Wed, 13 May 2020 11:34:45 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C8C921D15A for ; Wed, 13 May 2020 11:34:44 +0200 (CEST) IronPort-SDR: k7+7Q9bdVvVI3Dxs/jHoSutP+LM5S2zShy+SD9532h182HoDG2ng/c5QNe2SoksDS1FUINq1oS SNVc354RPAxQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 May 2020 02:34:43 -0700 IronPort-SDR: QvXQpRoWyhcGWuyGKHXe0mJIpDBFYk5SwderKeX4AnJdyKDC1Lca9nB/1ftmONUIIrQ3uKSaNR 0eraK1Fxgz9w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,387,1583222400"; d="scan'208";a="251192624" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga007.jf.intel.com with ESMTP; 13 May 2020 02:34:43 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 13 May 2020 02:34:43 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) 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.1713.5; Wed, 13 May 2020 02:34:42 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Wed, 13 May 2020 02:34:42 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.26]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.225]) with mapi id 14.03.0439.000; Wed, 13 May 2020 17:34:40 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "Xing, Beilei" , "Ye, Xiaolong" , "Wu, Jingjing" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev v2 2/2] net/iavf: fix rss algorithm configure issue Thread-Index: AQHWKP+X6U0RcNSWfE+9QXwAq7rsbqilwTjw Date: Wed, 13 May 2020 09:34:39 +0000 Message-ID: <039ED4275CED7440929022BC67E706115481565D@SHSMSX103.ccr.corp.intel.com> References: <20200509202730.70367-1-jia.guo@intel.com> <20200513202128.112290-1-jia.guo@intel.com> <20200513202128.112290-2-jia.guo@intel.com> In-Reply-To: <20200513202128.112290-2-jia.guo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [dpdk-dev v2 2/2] net/iavf: fix rss algorithm configure issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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: Guo, Jia > Sent: Thursday, May 14, 2020 4:21 AM > To: Xing, Beilei ; Ye, Xiaolong > ; Zhang, Qi Z ; Wu, Jingjing > > Cc: dev@dpdk.org; Guo, Jia > Subject: [dpdk-dev v2 2/2] net/iavf: fix rss algorithm configure issue >=20 > When configure rss rule, the etherdev rss hash function type should be > mapped to the corresponding virtchnl rss algorithm type. >=20 > Fixes: 7be10c3004be ("net/iavf: add RSS configuration for VF") > Signed-off-by: Jeff Guo Acked-by: Qi Zhang