aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/bihash_40_8.h
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2018-06-13 20:48:09 -0400
committerDave Barach <dave@barachs.net>2018-06-13 20:48:40 -0400
commit3eec2d275921b10ce7dcbb90bc7c17b43ccd2366 (patch)
treeb17e5e43d0f90abe3ea3be91d400feccc4297ecb /src/vppinfra/bihash_40_8.h
parent1ddbc0138b64486b8e51e5e12fcad21fba8b8b68 (diff)
Disable bihash bucket-level caching
It'll be interesting to see what the perf trend job says about this change. Change-Id: I66307a19a865011ac9660108098874fa1481c895 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vppinfra/bihash_40_8.h')
-rw-r--r--src/vppinfra/bihash_40_8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra/bihash_40_8.h b/src/vppinfra/bihash_40_8.h
index 2e633fae27d..9ceecfcfe21 100644
--- a/src/vppinfra/bihash_40_8.h
+++ b/src/vppinfra/bihash_40_8.h
@@ -19,7 +19,7 @@
#define BIHASH_TYPE _40_8
#define BIHASH_KVP_PER_PAGE 4
-#define BIHASH_KVP_CACHE_SIZE 2
+#define BIHASH_KVP_CACHE_SIZE 0
#ifndef __included_bihash_40_8_h__
#define __included_bihash_40_8_h__