diff mbox

[v2,2/3] api: config: increase ODP_SHM_NUM_BLOCKS to 64

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

Commit Message

Mike Holmes Feb. 23, 2015, 6:35 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 f767021..965f6f0 100644
--- a/include/odp/api/config.h
+++ b/include/odp/api/config.h
@@ -125,7 +125,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
 
 /**
  * @}