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 59207A00C3; Thu, 14 May 2020 08:10:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3A2EC1D455; Thu, 14 May 2020 08:10:47 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6112E1D166 for ; Thu, 14 May 2020 08:10:45 +0200 (CEST) IronPort-SDR: 96H6Do4ulpQQOtoh4fpcENyqmIg1mJ7SCX2L2bWihSU4yf5KWQSnCAgTU6Kpxm1Co1PYSAT1vp U+1CH08orDqg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 May 2020 23:10:44 -0700 IronPort-SDR: O+xrlgMsVAM9OhSL4IaFh9r4nq3HKDB/oX4Uv36QFiWtwqH+eitvEsLE9mCd3sKfPdMz7AKUrZ QNkoMiFcIw2w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,390,1583222400"; d="scan'208";a="437788191" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.116.183]) by orsmga005.jf.intel.com with ESMTP; 13 May 2020 23:10:43 -0700 Date: Thu, 14 May 2020 14:02:31 +0800 From: Ye Xiaolong To: "Zhang, Qi Z" Cc: "Guo, Jia" , "Xing, Beilei" , "Wu, Jingjing" , "dev@dpdk.org" Message-ID: <20200514060231.GC90063@intel.com> References: <20200509202730.70367-1-jia.guo@intel.com> <20200513202128.112290-1-jia.guo@intel.com> <20200513202128.112290-2-jia.guo@intel.com> <039ED4275CED7440929022BC67E706115481565D@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <039ED4275CED7440929022BC67E706115481565D@SHSMSX103.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) 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" On 05/13, Zhang, Qi Z wrote: > > >> -----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 >> >> When configure rss rule, the etherdev rss hash function type should be >> mapped to the corresponding virtchnl rss algorithm type. >> >> Fixes: 7be10c3004be ("net/iavf: add RSS configuration for VF") >> Signed-off-by: Jeff Guo > >Acked-by: Qi Zhang > Applied to dpdk-next-net-intel, Thanks.