aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-01-04 16:49:20 +0200
committerMatias Elo <matias.elo@nokia.com>2021-03-12 09:29:31 +0200
commitb0feda06414dc24fde994bbf6c532d7f9c38ddc5 (patch)
tree1857e86f05dd78b15d4badf7ea37447d77885414 /config
parent96bc2523d7409da344643bb771ba0538043a5b3c (diff)
linux-gen: sched_basic: implement disabling predefined sched groups
Implement odp_schedule_config_t.sched_group option for the basic scheduler. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'config')
-rw-r--r--config/odp-linux-generic.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/odp-linux-generic.conf b/config/odp-linux-generic.conf
index bb25c39b2..8469b72d7 100644
--- a/config/odp-linux-generic.conf
+++ b/config/odp-linux-generic.conf
@@ -179,6 +179,8 @@ sched_basic: {
# Automatically updated schedule groups
#
+ # DEPRECATED: use odp_schedule_config() API instead
+ #
# API specification defines that ODP_SCHED_GROUP_ALL,
# _WORKER and _CONTROL are updated automatically. These options can be
# used to disable these group when not used. Set value to 0 to disable