The following changes since commit e2077a158e22451144d1b023f949f3232cfa62b3:
doc: add DPAA2 QDMA rawdev guide (2018-05-08 12:21:13 +0200) are available in the git repository at: http://dpdk.org/git/next/dpdk-next-pipeline for you to fetch changes up to 93428c4929c97f9cd7b8cbf449070a2924501557: table: add dedicated params struct for cuckoo hash (2018-05-08 15:19:58 +0100) ---------------------------------------------------------------- Fan Zhang (4): examples/ip_pipeline: fix uninitialized scalar variable examples/ip_pipeline: fix logically dead node examples/ip_pipeline: fix buffer not null terminated. examples/ip_pipeline: fix buffer not null terminated Jasvinder Singh (5): examples/ip_pipeline: fix memory leak examples/ip_pipeline: fix buffer not null terminated examples/ip_pipeline: fix buffer not null terminated examples/ip_pipeline: fix buffer not null terminated table: add dedicated params struct for cuckoo hash Kevin Laatz (3): examples/ip_pipeline: fix resource leak examples/ip_pipeline: fix buffer not null terminated examples/ip_pipeline: fix buffer not null terminated Reshma Pattan (4): examples/ip_pipipeline: fix resource leak examples/ip_pipeline: fixes uninitialized scalar variable examples/ip_pipeline: fix buffer not null terminated examples/ip_pipeline: fix buffer not null terminated examples/ip_pipeline/action.c | 6 ++-- examples/ip_pipeline/cli.c | 12 +++---- examples/ip_pipeline/conn.c | 3 ++ examples/ip_pipeline/kni.c | 3 +- examples/ip_pipeline/link.c | 3 +- examples/ip_pipeline/mempool.c | 3 +- examples/ip_pipeline/pipeline.c | 3 +- examples/ip_pipeline/swq.c | 4 ++- examples/ip_pipeline/tap.c | 13 +++++--- examples/ip_pipeline/tmgr.c | 4 ++- lib/librte_table/Makefile | 1 + lib/librte_table/meson.build | 1 + lib/librte_table/rte_table_hash.h | 3 -- lib/librte_table/rte_table_hash_cuckoo.c | 11 +++--- lib/librte_table/rte_table_hash_cuckoo.h | 57 ++++++++++++++++++++++++++++++++ test/test-pipeline/main.h | 4 +++ test/test-pipeline/pipeline_hash.c | 26 ++++++++++++++- test/test/test_table.c | 11 ++++++ test/test/test_table.h | 6 ++++ test/test/test_table_combined.c | 4 +-- test/test/test_table_tables.c | 6 ++-- 21 files changed, 151 insertions(+), 33 deletions(-) create mode 100644 lib/librte_table/rte_table_hash_cuckoo.h