Merge "Clear one-time test key, add missing cast in big-endian l2 fib key computation"
authorDamjan Marion <damarion@cisco.com>
Sun, 13 Dec 2015 15:24:06 +0000 (15:24 +0000)
committerGerrit Code Review <gerrit@projectrotterdam.info>
Sun, 13 Dec 2015 15:24:06 +0000 (15:24 +0000)
vppinfra/vppinfra/mheap_bootstrap.h

index 989f941..8a2c991 100644 (file)
@@ -144,7 +144,7 @@ typedef struct {
 
 /* Without vector instructions don't bother with small object cache. */
 #ifdef CLIB_HAVE_VEC128
-#define MHEAP_HAVE_SMALL_OBJECT_CACHE 0
+#define MHEAP_HAVE_SMALL_OBJECT_CACHE 1
 #else
 #define MHEAP_HAVE_SMALL_OBJECT_CACHE 0
 #endif