From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v5 1/2] ethdev: add supported hash function check Date: Mon, 23 Apr 2018 17:07:10 +0100 Message-ID: <939f21a7-6e75-a290-7a41-8cfff413bd7d@intel.com> References: <20180409121035.148813-1-xuemingl@mellanox.com> <20180420143023.117071-1-xuemingl@mellanox.com> <1839703.i786SA8He8@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Shahaf Shuler , Nelio Laranjeiro , Wenzhuo Lu , Jingjing Wu , Adrien Mazarguil To: Thomas Monjalon , Xueming Li Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 9EE1B2AA0 for ; Mon, 23 Apr 2018 18:07:13 +0200 (CEST) In-Reply-To: <1839703.i786SA8He8@xps> Content-Language: en-US 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 4/23/2018 4:20 PM, Thomas Monjalon wrote: > 20/04/2018 16:30, Xueming Li: >> Add supported RSS hash function check in device configuration to >> have better error verbosity for application developers. >> >> Signed-off-by: Xueming Li >> Acked-by: Adrien Mazarguil > > Acked-by: Thomas Monjalon Series applied to dpdk-next-net/master, thanks.