From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id D8F861B349
 for <dev@dpdk.org>; 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: <xms:5AUBWoftV8D_I6bCl6m8H_29-sifpBuEQnTHv9LOl8J70I69gRSsMA>
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 <thomas@monjalon.net>
To: Jasvinder Singh <jasvinder.singh@intel.com>
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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 <jasvinder.singh@intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>

Applied with title "table: fix LRU hash table parameters check"