Signed-off-by: Bill Fischofer <[email protected]>
---
include/odp/api/pool.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/include/odp/api/pool.h b/include/odp/api/pool.h
index 2e79a55..4ea0193 100644
--- a/include/odp/api/pool.h
+++ b/include/odp/api/pool.h
@@ -37,6 +37,11 @@ extern "C" {
* Invalid pool
*/
+/**
+ * @def ODP_SOCKET_ID_ANY
+ * This pool can use any socket (NUMA support)
+ */
+
/** Maximum queue name length in chars */
#define ODP_POOL_NAME_LEN 32
@@ -88,6 +93,9 @@ typedef struct odp_pool_param_t {
uint32_t num;
} tmo;
};
+
+ /** Socket ID for this pool for NUMA support */
+ uint32_t socket_id;
} odp_pool_param_t;
/** Packet pool*/
--
2.5.0
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp