From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lib/librte_hash: fix incorrect comment for lookup Date: Sun, 15 Apr 2018 15:08:28 +0200 Message-ID: <1562016.b1YM9cIy2D@xps> References: <20180412123358.30939-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Richardson, Bruce" , "stable@dpdk.org" To: Shreyansh Jain Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 > > Acked-by: Pablo de Lara > > Also, this should be backported to the stable branch, so I CC stable@dpdk.org. Applied, thanks