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 D6A4CA0350; Mon, 11 May 2020 04:45:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0A1C31D155; Mon, 11 May 2020 04:45:44 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9A0201C2EE for ; Mon, 11 May 2020 04:45:42 +0200 (CEST) IronPort-SDR: U1XzkV6hNH5dhO2W8lb+aLvYf35tShK9DSqfLE/pNzWO/f78ZJHHJHhxDJeyDBWJk/0AAiT+Vn N57zTEZOuzBw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2020 19:45:41 -0700 IronPort-SDR: CZ/Jte8EabkL7ZBIrrHB/zj4j6y2ZjmN/TL6vh3sS8MLS215bAHw9FGUDr/nRNk40Q1bYwgpkU jXaLzQNcaqDQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,378,1583222400"; d="scan'208";a="408769434" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.116.183]) by orsmga004.jf.intel.com with ESMTP; 10 May 2020 19:45:39 -0700 Date: Mon, 11 May 2020 10:37:38 +0800 From: Ye Xiaolong To: "Zhang, Qi Z" Cc: "Guo, Jia" , "Xing, Beilei" , "Wu, Jingjing" , "Iremonger, Bernard" , "dev@dpdk.org" Message-ID: <20200511023738.GH75514@intel.com> References: <20200507212943.7858-1-jia.guo@intel.com> <20200509192934.16180-1-jia.guo@intel.com> <039ED4275CED7440929022BC67E7061154812AB6@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <039ED4275CED7440929022BC67E7061154812AB6@SHSMSX103.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [dpdk-dev v2] net/iavf: fix input set for rss hash 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/09, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: Guo, Jia >> Sent: Sunday, May 10, 2020 3:30 AM >> To: Xing, Beilei ; Zhang, Qi Z ; >> Wu, Jingjing >> Cc: Iremonger, Bernard ; Ye, Xiaolong >> ; dev@dpdk.org; Guo, Jia >> Subject: [dpdk-dev v2] net/iavf: fix input set for rss hash >> >> Since some specific rss hash type need to combine with the protocol hash >> type when configure a rss hash rule, so add the corresponding input set to >> support these case for iavf hash. >> >> 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.