X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fbihash_40_8.h;h=1fb344fdeeb24b62571841ad57eb6fc7d560c908;hb=8d58dc40a0a20f0bb3047a7a7ae6d47b6b5879f9;hp=b50e5eb5ac4f88b4a0302f4b18bcd548f0e3b231;hpb=2ce28d6014f44a98f5b3387a4709dd56dbc2f8df;p=vpp.git diff --git a/src/vppinfra/bihash_40_8.h b/src/vppinfra/bihash_40_8.h index b50e5eb5ac4..1fb344fdeeb 100644 --- a/src/vppinfra/bihash_40_8.h +++ b/src/vppinfra/bihash_40_8.h @@ -17,9 +17,17 @@ #undef BIHASH_KVP_PER_PAGE #undef BIHASH_32_64_SVM #undef BIHASH_ENABLE_STATS +#undef BIHASH_KVP_AT_BUCKET_LEVEL +#undef BIHASH_LAZY_INSTANTIATE +#undef BIHASH_BUCKET_PREFETCH_CACHE_LINES +#undef BIHASH_USE_HEAP #define BIHASH_TYPE _40_8 #define BIHASH_KVP_PER_PAGE 4 +#define BIHASH_KVP_AT_BUCKET_LEVEL 0 +#define BIHASH_LAZY_INSTANTIATE 1 +#define BIHASH_BUCKET_PREFETCH_CACHE_LINES 1 +#define BIHASH_USE_HEAP 1 #ifndef __included_bihash_40_8_h__ #define __included_bihash_40_8_h__