Fix BIHASH_KVP_CACHE_SIZE == 0 case
[vpp.git] / src / vppinfra / bihash_8_8.h
index f81002d..2deb64e 100644 (file)
@@ -18,7 +18,7 @@
 
 #define BIHASH_TYPE _8_8
 #define BIHASH_KVP_PER_PAGE 4
-#define BIHASH_KVP_CACHE_SIZE 5
+#define BIHASH_KVP_CACHE_SIZE 0
 
 #ifndef __included_bihash_8_8_h__
 #define __included_bihash_8_8_h__