Add the bihash_vec8_8 variant 09/9109/2
authorDave Barach <dave@barachs.net>
Mon, 30 Oct 2017 13:42:54 +0000 (09:42 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 30 Oct 2017 19:03:52 +0000 (19:03 +0000)
commit310518e522aff7ab6f4c5799765d39ecf0c7fb4c
tree005c59a6dcabfb4b4569f916d1daf3bffde57176
parentcaa176b5435130f03051700731d4bf7a605719f8
Add the bihash_vec8_8 variant

This is an all-purpose octet-vector memory hash, intended as a
thread-safe replacement for hash_create_mem / hash_create_string.  All
u8 * key vectors are memorized by the hash table.

Change-Id: I22944daea8fda07dde8ba118a6529a6d382491f9
Signed-off-by: Dave Barach <dave@barachs.net>
src/vppinfra.am
src/vppinfra/bihash_vec8_8.h [new file with mode: 0644]
src/vppinfra/test_bihash_vec88.c [new file with mode: 0644]