From: Dave Barach Date: Thu, 14 Jun 2018 00:48:09 +0000 (-0400) Subject: Disable bihash bucket-level caching X-Git-Tag: v18.07-rc1~179 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=3eec2d275921b10ce7dcbb90bc7c17b43ccd2366;hp=1ddbc0138b64486b8e51e5e12fcad21fba8b8b68;p=vpp.git 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 --- diff --git a/src/vppinfra/bihash_16_8.h b/src/vppinfra/bihash_16_8.h index dc820116cd9..6076487934d 100644 --- a/src/vppinfra/bihash_16_8.h +++ b/src/vppinfra/bihash_16_8.h @@ -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__ 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__ diff --git a/src/vppinfra/bihash_48_8.h b/src/vppinfra/bihash_48_8.h index 760ec0a4923..7e7379baab7 100644 --- a/src/vppinfra/bihash_48_8.h +++ b/src/vppinfra/bihash_48_8.h @@ -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__