aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_schedule_scalable.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/odp_schedule_scalable.h')
-rw-r--r--platform/linux-generic/include/odp_schedule_scalable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/linux-generic/include/odp_schedule_scalable.h b/platform/linux-generic/include/odp_schedule_scalable.h
index 207573f4c..28c0a9894 100644
--- a/platform/linux-generic/include/odp_schedule_scalable.h
+++ b/platform/linux-generic/include/odp_schedule_scalable.h
@@ -19,10 +19,10 @@
#include <odp_llqueue.h>
/*
- * ODP_SCHED_PRIO_HIGHEST/NORMAL/LOWEST/DEFAULT are compile time
- * constants, but not ODP_SCHED_PRIO_NUM. The current API for this
- * is odp_schedule_num_prio(). The other schedulers also define
- * this internally as NUM_PRIO.
+ * Define scalable scheduler internal maximum priority count
+ * ODP_SCHED_PRIO_NUM as it is not compile-time constant at API
+ * level. The current API for this is odp_schedule_num_prio().
+ * The other schedulers also define this internally as NUM_PRIO.
*
* One additional priority level for idle pktin queues.
* This is only for internal use and not visible to the user.