From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 7B3411DBF for ; Mon, 23 Apr 2018 17:20:27 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F059420EDC; Mon, 23 Apr 2018 11:20:26 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 23 Apr 2018 11:20:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=8Wy6IL2NNbKauBVBHST7uUObWs Ql98X9kB4Ds4weXLs=; b=huV3oufJIZGviTsAZEyfdHcZms0mcapyshC97Y83Xs 5i3ApAl+FIYJ383Wq6OnvHApcR3ndH7jo7qUlYvMB9IHmAWGvJ9jBs2DFRZXlVcz HdeBM061qbruwlxrwviOkj7RSjFlJQO0id0jQmOD+Zj/oxZW1rIkE1XRyfCOUKPY 8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=8Wy6IL 2NNbKauBVBHST7uUObWsQl98X9kB4Ds4weXLs=; b=Fn4HhlzQWreSb5DPMB/iWY AbPUbqsl2QCJMFHt/XZYR+7cLpXfvJNzGAaRalowDFvDFkd5AMPnA3ZT5YjaaJkl 5fyuPa4ud1TYxt+AfjILOsO8kLmxMJbXMUH0X3EYAAzxbfCewstDyDkyJDzkeVjd UCg+zbpmFap8yVdd2Ur8nxeDXYiRh9nf6Er9PTTRNyA2aOf4Yl9U8BMvuxtNgruU UINKoVO07Q3/admc3CUthSQuSPIheNweu5Sz4i0udCDPT8bCNLxaCzYL3LqIKLHr ymorv1kjeiMXmbk6Nwb6slYnAkh0koYIJ21Lig45f5y+3lCW3YW32LlJynRr6Jbg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id EE2E6E5097; Mon, 23 Apr 2018 11:20:25 -0400 (EDT) From: Thomas Monjalon To: Xueming Li Cc: dev@dpdk.org, Shahaf Shuler , Nelio Laranjeiro , Wenzhuo Lu , Jingjing Wu , Adrien Mazarguil Date: Mon, 23 Apr 2018 17:20:23 +0200 Message-ID: <1839703.i786SA8He8@xps> In-Reply-To: <20180420143023.117071-1-xuemingl@mellanox.com> References: <20180409121035.148813-1-xuemingl@mellanox.com> <20180420143023.117071-1-xuemingl@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 1/2] ethdev: add supported hash function check 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: , X-List-Received-Date: Mon, 23 Apr 2018 15:20:27 -0000 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