From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1 1/2] ethdev: add supported hash function check Date: Tue, 17 Apr 2018 00:56:36 +0200 Message-ID: <1713016.yCs8GSPTMd@xps> References: <20180318073720.84176-1-xuemingl@mellanox.com> <20180409121035.148813-1-xuemingl@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Shahaf Shuler , Nelio Laranjeiro , Wenzhuo Lu , Jingjing Wu , arybchenko@solarflare.com, ferruh.yigit@intel.com To: Xueming Li Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id E78FFAABE for ; Tue, 17 Apr 2018 00:56:39 +0200 (CEST) In-Reply-To: <20180409121035.148813-1-xuemingl@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/04/2018 14:10, Xueming Li: > Add supported RSS hash function check in device configuration to > have better error verbosity for application developers. In other words, you check whether the requested RSS type is supported. I don't see any reason to not accept it. Any other comment?