From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lib/librte_table: fix copy paste error in lru hash table Date: Tue, 07 Nov 2017 02:01:23 +0100 Message-ID: <2525942.7uLtVmPMKF@xps> References: <20171027104730.1724-1-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, cristian.dumitrescu@intel.com, john.mcnamara@intel.com To: Jasvinder Singh 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) In-Reply-To: <20171027104730.1724-1-jasvinder.singh@intel.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" 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"