mbox series

[0/2] hash: fix bugs in 'free key with position'

Message ID 20190508165121.20471-1-dharmik.thakkar@arm.com (mailing list archive)
Headers
Series hash: fix bugs in 'free key with position' |

Message

Dharmik Thakkar May 8, 2019, 4:51 p.m. UTC
  This patch series solves 2 bugs reported on Bugzilla (bug-261) within
the function rte_hash_free_key_with_postion(). It also adds a test case
to catch similar bugs in the future.

https://bugs.dpdk.org/show_bug.cgi?id=261

Dharmik Thakkar (2):
  hash: fix bugs in 'free key with position'
  test/hash: add test for 'free key with position'

 app/test/test_hash.c              | 83 +++++++++++++++++++++++++++++++
 lib/librte_hash/rte_cuckoo_hash.c | 14 ++++--
 2 files changed, 92 insertions(+), 5 deletions(-)