Re: [dpdk-dev] [PATCH] lib/librte_hash: fix incorrect comment for lookup

2018-04-15 Thread Thomas Monjalon
> > 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 sta...@dpdk.org. Applied

Re: [dpdk-dev] [PATCH] lib/librte_hash: fix incorrect comment for lookup

2018-04-12 Thread De Lara Guarch, Pablo
> -Original Message- > From: Shreyansh Jain [mailto:shreyansh.j...@nxp.com] > Sent: Thursday, April 12, 2018 1:34 PM > To: Richardson, Bruce ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; Shreyansh Jain > Subject: [PATCH] lib/librte_hash: fix incorrect comment for lookup > > rte_hash_lo

[dpdk-dev] [PATCH] lib/librte_hash: fix incorrect comment for lookup

2018-04-12 Thread Shreyansh Jain
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 --- lib/librte_hash/rte_hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_hash/rte_hash.h b/lib/librte_ha