Disable bihash bucket-level caching 39/13039/1
authorDave Barach <dave@barachs.net>
Thu, 14 Jun 2018 00:48:09 +0000 (20:48 -0400)
committerDave Barach <dave@barachs.net>
Thu, 14 Jun 2018 00:48:40 +0000 (20:48 -0400)
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>
src/vppinfra/bihash_16_8.h
src/vppinfra/bihash_40_8.h
src/vppinfra/bihash_48_8.h

index dc82011..6076487 100644 (file)
@@ -18,7 +18,7 @@
 
 #define BIHASH_TYPE _16_8
 #define BIHASH_KVP_PER_PAGE 4
-#define BIHASH_KVP_CACHE_SIZE 5
+#define BIHASH_KVP_CACHE_SIZE 0
 
 #ifndef __included_bihash_16_8_h__
 #define __included_bihash_16_8_h__
index 2e633fa..9ceecfc 100644 (file)
@@ -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__
index 760ec0a..7e7379b 100644 (file)
@@ -19,7 +19,7 @@
 
 #define BIHASH_TYPE _48_8
 #define BIHASH_KVP_PER_PAGE 4
-#define BIHASH_KVP_CACHE_SIZE 2
+#define BIHASH_KVP_CACHE_SIZE 0
 
 #ifndef __included_bihash_48_8_h__
 #define __included_bihash_48_8_h__