From b4e196b231f92f00d068e9cdcb9fe7c75fe54fa3 Mon Sep 17 00:00:00 2001 From: Petri Savolainen Date: Thu, 2 Jul 2015 15:45:51 +0300 Subject: api: sched: clarify usage of PRIO_DEFAULT Default prio is used when priority scheduling is not important. Signed-off-by: Petri Savolainen Signed-off-by: Maxim Uvarov --- include/odp/api/queue.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/odp/api/queue.h') diff --git a/include/odp/api/queue.h b/include/odp/api/queue.h index d82d7a758..f746ac069 100644 --- a/include/odp/api/queue.h +++ b/include/odp/api/queue.h @@ -92,10 +92,11 @@ extern "C" { /** * @def ODP_SCHED_PRIO_DEFAULT - * Default scheduling priority + * Default scheduling priority. User does not care about the selected priority + * level - throughput, load balacing and synchronization features are more + * important than priority scheduling. */ - /** * @typedef odp_schedule_sync_t * ODP schedule synchronisation -- cgit v1.2.3