[Epic-ID: ODUHIGH-516][Task-ID: ODUHIGH-523] Statistics Request API and Timer Based...
[o-du/l2.git] / src / mt / mt_ss.h
index 2dc42fa..68c0213 100755 (executable)
 #define SS_MAX_STSKS                    5 
 #endif
 #else 
+#ifndef INTEL_WLS_MEM
+#define SS_MAX_STSKS                    9
+#else
 #define SS_MAX_STSKS                    7 
+#endif
 #endif 
 #endif /* SS_MULTICORE_SUPPORT */
 
@@ -90,7 +94,7 @@
 #ifdef SS_MULTICORE_SUPPORT
 #define SS_MAX_REGS SS_MAX_STSKS
 #else
-#define SS_MAX_REGS  7
+#define SS_MAX_REGS  8
 #endif
 
 #ifdef CMM_MAX_BKT_ENT
@@ -272,7 +276,7 @@ that are configured below.
 #endif
 
 #define MT_BKT_4_DSIZE   65000
-#define MT_BKT_4_NUMBLKS 1000
+#define MT_BKT_4_NUMBLKS 2000
 
 /* For Non-Sharable regions/static regions */
 #ifdef XEON_SPECIFIC_CHANGES