[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

[dpdk-dev] [PATCH 2/3] app/test-pipeline: added cuckoo hash for benchmarking

2016-08-26 Thread Sankar Chokkalingam
/testpipeline -c 0xe -n 4 -- -p 0xf --hash-cuckoo-8 Signed-off-by: Sankar Chokkalingam Signed-off-by: Guruprasad Rao --- app/test-pipeline/config.c| 20 +- app/test-pipeline/main.c | 12 +++- app/test-pipeline/main.h | 12 +++- app/test-pipeline

[dpdk-dev] [PATCH 1/3] lib/librte_table: enabling cuckoo hash into table library

2016-08-26 Thread Sankar Chokkalingam
rte_table_hash_cuckoo_entry_delete rte_table_hash_cuckoo_lookup_dosig rte_table_hash_cuckoo_stats_read Signed-off-by: Sankar Chokkalingam Signed-off-by: Guruprasad Rao --- lib/librte_table/Makefile| 4 +- lib/librte_table/rte_table_hash.h| 31 ++- lib/librte_table

[dpdk-dev] [PATCH 0/3] Enable cuckoo hash in table library

2016-08-26 Thread Sankar Chokkalingam
hash-cuckoo-128 The key-sizes 8, 16 and 32 are already tested. The table APIs are tested for basic functionality using table_autotest and the results are OK. Sankar Chokkalingam (3): lib/librte_table: enabling cuckoo hash into table library app/test-pipeline: added cuckoo hash

[dpdk-dev] [PATCH] examples/ip_pipeline: fix wrong values in flow.cfg

2016-07-27 Thread Sankar Chokkalingam
flow classification CLI") Signed-off-by: Sankar Chokkalingam Acked-by: Cristian Dumitrescu --- examples/ip_pipeline/config/flow.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ip_pipeline/config/flow.cfg b/examples/ip_pipeline/config/flow.cfg index 6895d3