> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, August 26, 2016 2:30 PM > To: dev at dpdk.org > Cc: Richardson, Bruce <bruce.richardson at intel.com>; De Lara Guarch, Pablo > <pablo.de.lara.guarch at intel.com> > Subject: [dpdk-dev] [PATCH 0/3] Hash library fixes > > This patchset includes some minor fixes to the hash library, plus a small > improvement in checking for an empty slot when performing different hash > operations. > > Pablo de Lara (3): > hash: fix ring size > hash: fix false zero signature key hit lookup > hash: check if slot is empty with key index > > lib/librte_hash/rte_cuckoo_hash.c | 24 +++++++++++++++--------- > lib/librte_hash/rte_cuckoo_hash.h | 2 ++ > lib/librte_hash/rte_cuckoo_hash_x86.h | 5 ++--- > 3 files changed, 19 insertions(+), 12 deletions(-) > > -- > 2.7.4
Series-acked-by: Saikrishna Edupuganti <saikrishna.edupuganti at intel.com>