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 5F133A0563; Wed, 15 Apr 2020 12:03:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D18A81D63F; Wed, 15 Apr 2020 12:03:29 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1F9541D63A for ; Wed, 15 Apr 2020 12:03:27 +0200 (CEST) IronPort-SDR: ob/9FZN0eC+RpbJck/vMwtqGB6l1UEd6chMTmwnXCFivlusMqQ49RpmcnUmNQeFC1Evd8ChesW krU/wdIWSvTg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2020 03:03:14 -0700 IronPort-SDR: D5ThSHfdThTpU0Otb999mWgifI0LnjVAa/fks/ozzswhnPgM6fK+n7WpkldW+ljWduRSCfV/gL UV5uTejVrUJA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,386,1580803200"; d="scan'208";a="253480318" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga003.jf.intel.com with ESMTP; 15 Apr 2020 03:03:13 -0700 Date: Wed, 15 Apr 2020 17:59:08 +0800 From: Ye Xiaolong To: "Xing, Beilei" Cc: "Di, ChenxuX" , "dev@dpdk.org" , "Yang, Qiming" Message-ID: <20200415095908.GC39737@intel.com> References: <20200318014710.13577-1-chenxux.di@intel.com> <20200415084609.57615-1-chenxux.di@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v9] net/i40e: enable hash configuration in RSS flow 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 04/15, Xing, Beilei wrote: > > >> -----Original Message----- >> From: Di, ChenxuX >> Sent: Wednesday, April 15, 2020 4:46 PM >> To: dev@dpdk.org >> Cc: Yang, Qiming ; Xing, Beilei >> ; Di, ChenxuX >> Subject: [PATCH v9] net/i40e: enable hash configuration in RSS flow >> >> This patch supports: >> >> - Symmetric hash configuration >> - Hash input set configuration >> >> Signed-off-by: Chenxu Di > >Acked-by: Beilei Xing Applied to dpdk-next-net-intel, Thanks.