diff options
author | Dave Barach <dave@barachs.net> | 2019-05-03 12:58:01 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-05-07 15:52:38 +0000 |
commit | 2ce28d6014f44a98f5b3387a4709dd56dbc2f8df (patch) | |
tree | 97b1a43966f0f22eab4e7e8904b047a984a3c1c0 /src/vppinfra/bihash_24_8.h | |
parent | c74009dce1b2f1466112775a68a5608d754c7c76 (diff) |
Add bihash statistics hook
Example / unit-test in .../src/plugins/unittest/bihash_test.c
Change-Id: I23fd0ba742d65291667a755965aee1a3d3477ca2
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vppinfra/bihash_24_8.h')
-rw-r--r-- | src/vppinfra/bihash_24_8.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vppinfra/bihash_24_8.h b/src/vppinfra/bihash_24_8.h index 6d1cdd310bd..463521d8126 100644 --- a/src/vppinfra/bihash_24_8.h +++ b/src/vppinfra/bihash_24_8.h @@ -14,6 +14,8 @@ */ #undef BIHASH_TYPE #undef BIHASH_KVP_PER_PAGE +#undef BIHASH_32_64_SVM +#undef BIHASH_ENABLE_STATS #define BIHASH_TYPE _24_8 #define BIHASH_KVP_PER_PAGE 4 |