diff mbox

[API-NEXT,PATCHv4,04/10] api: config: add configuration for scheduler groups

Message ID 1440796737-8636-5-git-send-email-bill.fischofer@linaro.org
State Accepted
Commit 74c09d3138a921ca1b7e9c4a7fefb7128c46f331
Headers show

Commit Message

Bill Fischofer Aug. 28, 2015, 9:18 p.m. UTC
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>
---
 include/odp/api/config.h | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox

Patch

diff --git a/include/odp/api/config.h b/include/odp/api/config.h
index b5c8fdd..302eaf5 100644
--- a/include/odp/api/config.h
+++ b/include/odp/api/config.h
@@ -44,6 +44,11 @@  extern "C" {
 #define ODP_CONFIG_SCHED_PRIOS  8
 
 /**
+ * Number of scheduling groups
+ */
+#define ODP_CONFIG_SCHED_GRPS  16
+
+/**
  * Maximum number of packet IO resources
  */
 #define ODP_CONFIG_PKTIO_ENTRIES 64