Signed-off-by: Bill Fischofer <[email protected]>
---
 include/odp/api/config.h | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/include/odp/api/config.h b/include/odp/api/config.h
index ed27ed5..c9879d6 100644
--- a/include/odp/api/config.h
+++ b/include/odp/api/config.h
@@ -20,6 +20,14 @@ extern "C" {
 
 /** @defgroup odp_config ODP CONFIG
  *  Platform-specific configuration limits.
+ *
+ * @note The API calls defined for ODP configuration limits are the
+ * normative means of accessing platform-specific configuration limits.
+ * Platforms MAY in addition include \#defines for these limits for
+ * internal use in dimensioning arrays, however there is no guarantee
+ * that applications using such \#defines will be portable across all
+ * ODP implementations. Applications SHOULD expect that over time such
+ * \#defines will be deprecated and removed.
  *  @{
  */
 
@@ -43,11 +51,6 @@ int odp_config_queues(void);
 int odp_config_max_ordered_locks_per_queue(void);
 
 /**
- * Maximum number of ordered locks per queue
- */
-#define ODP_CONFIG_MAX_ORDERED_LOCKS_PER_QUEUE  2
-
-/**
  * Number of scheduling priorities
  * @return The number of scheduling priorities supported by this platform
  */
-- 
2.1.4

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to