From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 74B201B63E;
 Sun, 15 Apr 2018 15:08:31 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id C58D620CA6;
 Sun, 15 Apr 2018 09:08:30 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Sun, 15 Apr 2018 09:08:30 -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=czDArP0e3As5UKUeCvI3dwVHVt
 yjoQ1im0DtVgP2QL8=; b=VI7w3I+Q0N2P/pBBUXTw2UNXeRjlooUDGP04e4fjAg
 FyrEeTTisgPwvge7dOBMwSV6MnRVcRZeZNpe46wt0ySrwnjOdVm4u/GpkZsLaScw
 SOWki3Grbcf0OJwVT09eVmbyZwLyMmHUN7LGe24o9jqOzDp6oEchlpwE/BbN2zv3
 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=czDArP
 0e3As5UKUeCvI3dwVHVtyjoQ1im0DtVgP2QL8=; b=R5E7TCIAiGcxMSxMmqMLJ8
 NKfv39p7lwuUkKm4gJFXVonVRPQkfDHyRceMAjvcazgMLPqfKEDRhkks8lyRCMyq
 tr+6FoeoqftUZPlHn5EddbhBnyiiIPw9Q2/fUxjxo9upHh7VRpfQyFLQGLYwI0gj
 qB9FGI+O+OhfcLD9DKfo20KYIa5CtKmV6uikKkV9McaevSffe4go3L+is8iJIx+n
 xcXstmhtjihWC37tGsmCDTFVq5bbHrvxggtronNjggGU+Ka8RRaSCVAnebrIe/f7
 QR9AUb+GmpHa76DzaRJun2p/rOrUd7w3p7WKeTAUwlmHqT7nUuIvaJsDxp+YbNBA
 ==
X-ME-Sender: <xms:zk7TWg8cJ_sNcTsOFSkOyemvzNTBW_gDr3zPe0_3XVRTVfGZVmgZPw>
Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114])
 by mail.messagingengine.com (Postfix) with ESMTPA id D9DC3E49AD;
 Sun, 15 Apr 2018 09:08:29 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Shreyansh Jain <shreyansh.jain@nxp.com>
Cc: dev@dpdk.org, "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>,
 "Richardson, Bruce" <bruce.richardson@intel.com>,
 "stable@dpdk.org" <stable@dpdk.org>
Date: Sun, 15 Apr 2018 15:08:28 +0200
Message-ID: <1562016.b1YM9cIy2D@xps>
In-Reply-To: <E115CCD9D858EF4F90C690B0DCB4D8976CCD1B9A@IRSMSX108.ger.corp.intel.com>
References: <20180412123358.30939-1-shreyansh.jain@nxp.com>
 <E115CCD9D858EF4F90C690B0DCB4D8976CCD1B9A@IRSMSX108.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] lib/librte_hash: fix incorrect
	comment for lookup
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 15 Apr 2018 13:08:31 -0000

> > rte_hash_lookup_with_hash() has wrong comment for its 'sig' param.
> > 
> > Fixes: 1a9f648be291 ("hash: fix for multi-process apps")
> > 
> > Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> 
> Also, this should be backported to the stable branch, so I CC stable@dpdk.org.

Applied, thanks