[dpdk-dev] [PATCH] hash: fix array out of bounds in hash library

2015-07-16 Thread Thomas Monjalon
2015-07-15 13:40, Pablo de Lara: > When encountering a loop while adding a new entry, > element out of bounds of array was being unnecessarily resetted. > > Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") > > Signed-off-by: Pablo de Lara Applied, thanks

[dpdk-dev] [PATCH] hash: fix array out of bounds in hash library

2015-07-15 Thread Pablo de Lara
When encountering a loop while adding a new entry, element out of bounds of array was being unnecessarily resetted. Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") Signed-off-by: Pablo de Lara --- lib/librte_hash/rte_cuckoo_hash.c | 5 + 1 file changed, 1 insertion(+),