[dpdk-dev] [PATCH 3/3] app/test: adding cuckoo hash table for testing

2016-09-22 Thread Sankar Chokkalingam
From: Guruprasad Rao This patch includes cuckoo hash table for testing all the APIs The cuckoo hash is added for both test_table_tables and test_table_combined cases. The testing is completed and the results are OK. Signed-off-by: Sankar Chokkalingam Signed-off-by: Guruprasad Rao --- v2: * Fix

[dpdk-dev] [PATCH 3/3] app/test: adding cuckoo hash table for testing

2016-08-26 Thread Sankar Chokkalingam
This patch includes cuckoo has table for testing all the APIs The cuckoo hash is added for both test_table_tables and test_table_combined cases. The testing is completed and the results are OK. Signed-off-by: Sankar Chokkalingam Signed-off-by: Guruprasad Rao --- app/test/test_table_combined.c |