From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id D8F861B349 for ; Tue, 7 Nov 2017 02:01:24 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5899E208BD; Mon, 6 Nov 2017 20:01:24 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 06 Nov 2017 20:01:24 -0500 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=1F2iu4wBKm6tyb2Nm/r8CCBngx Fx917Lk/p5VJLWi3Q=; b=YcVwhA2pgY5W/iCkvlIbpuv+QxdBGE5oqKOWK+0axe X33tY5jFMjTgFWy3u1V4NZDYu6N72VPJVPws8C2MjA3m2Yk4mGx3fs5b1dLcwuZg gutbUmwWVLFiGOcTZC1Fa7zsexWkWHGXwiwSUiMuealM3m1j7kasTb8igAYyNm8Q o= 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=fm1; bh=1F2iu4 wBKm6tyb2Nm/r8CCBngxFx917Lk/p5VJLWi3Q=; b=VrT4fAlf2VGbuV6SoYUPVf XSJEof8HCLHd6yAnkSSNcPpsgCo794b4ZtAytJvWiS6bXwnuovFznNoWipC0klOx al8tjFkuLRIzEcbjxcZyVucz2Zt0pTTZLUlevE9MdjKZ4Iy4yFfvu0frSkJNjgw3 PWZ6Z6zj5qe1mHgdM1Yqf9JEjaZCNshhTU39hTokO8JNsss8G4HroI6mmxOxMXKN bS/uwwze76t5H5gnwAxQbiffYo+7R6D26YetSMTHZUyMw6w9uCxnAPMICHUvGQWn 2EJqv/kkFSHGQUrlpYdODjG/0TnHntd+0odoj/R3BS1oke84QNa87qw/iOKt6yFw == 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 1A5E0242CF; Mon, 6 Nov 2017 20:01:24 -0500 (EST) From: Thomas Monjalon To: Jasvinder Singh Cc: dev@dpdk.org, cristian.dumitrescu@intel.com, john.mcnamara@intel.com Date: Tue, 07 Nov 2017 02:01:23 +0100 Message-ID: <2525942.7uLtVmPMKF@xps> In-Reply-To: <20171027104730.1724-1-jasvinder.singh@intel.com> References: <20171027104730.1724-1-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] lib/librte_table: fix copy paste error in lru hash table 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: Tue, 07 Nov 2017 01:01:25 -0000 27/10/2017 12:47, Jasvinder Singh: > Fixes the copy paste error in lru hash table parameters check. > > Coverity issue: 198433 > Fixes: b5cde2cb8c81 ("table: rework variable size key lru hash table") > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Applied with title "table: fix LRU hash table parameters check"