[dpdk-dev] [PATCH 0/3] Hash library fixes

2016-09-29 Thread Thomas Monjalon
> > 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 s

[dpdk-dev] [PATCH 0/3] Hash library fixes

2016-09-27 Thread Edupuganti, Saikrishna
> -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 ; De Lara Guarch, Pablo > > Subject: [dpdk-dev] [PATCH 0/3] Hash library fixes >

[dpdk-dev] [PATCH 0/3] Hash library fixes

2016-08-29 Thread Christian Ehrhardt
On Fri, Aug 26, 2016 at 11:30 PM, Pablo de Lara < pablo.de.lara.guarch at intel.com> wrote: > 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 > Thanks Pablo, I'd suggest to include #1 and #2 for stable as

[dpdk-dev] [PATCH 0/3] Hash library fixes

2016-08-26 Thread Pablo de Lara
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 li