diff mbox

[2/2] api: config: increase ODP_SHM_NUM_BLOCKS to 64

Message ID 1422710467-17851-2-git-send-email-mike.holmes@linaro.org
State New
Headers show

Commit Message

Mike Holmes Jan. 31, 2015, 1:21 p.m. UTC
Suggested-by: Prashant Upadhyaya <prashant.upadhyaya@aricent.com>
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 include/odp/api/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/odp/api/config.h b/include/odp/api/config.h
index 16157b0..306256b 100644
--- a/include/odp/api/config.h
+++ b/include/odp/api/config.h
@@ -123,7 +123,7 @@  extern "C" {
  *
  * Limits how many blocks are available for calls to odp_shm_reserve()
  */
-#define ODP_SHM_NUM_BLOCKS 32
+#define ODP_SHM_NUM_BLOCKS 64
 
 /**
  * @}