numam-dpdk/app/test-pipeline
Guruprasad Rao ad28e5f7d6 app/test-pipeline: add cuckoo hash
This patch inclides cuckoo hash table into test-pipeline
This allows to benchmark the performance of the cuckoo hash table
The following key sizes are supported for cuckoo hash table
8, 16, 32, 48, 64, 80, 96, 112 and 128.

The test-pipeline can be run using the following command
say for key size 8
./app/testpipeline -c 0xe -n 4 -- -p 0xf --hash-cuckoo-8

Signed-off-by: Sankar Chokkalingam <sankarx.chokkalingam@intel.com>
Signed-off-by: Guruprasad Rao <guruprasadx.rao@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2016-10-12 22:09:46 +02:00
..
config.c app/test-pipeline: add cuckoo hash 2016-10-12 22:09:46 +02:00
init.c ethdev: use constants for link state 2016-04-01 21:38:34 +02:00
main.c app/test-pipeline: add cuckoo hash 2016-10-12 22:09:46 +02:00
main.h app/test-pipeline: add cuckoo hash 2016-10-12 22:09:46 +02:00
Makefile drivers: create new directory 2015-05-22 15:51:38 +02:00
pipeline_acl.c pipeline: support packet redirection at action handlers 2016-03-10 01:28:29 +01:00
pipeline_hash.c app/test-pipeline: add cuckoo hash 2016-10-12 22:09:46 +02:00
pipeline_lpm_ipv6.c pipeline: support packet redirection at action handlers 2016-03-10 01:28:29 +01:00
pipeline_lpm.c lpm: fix pipeline apps 2016-03-18 11:53:42 +01:00
pipeline_stub.c pipeline: support packet redirection at action handlers 2016-03-10 01:28:29 +01:00
runtime.c tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00