aboutsummaryrefslogtreecommitdiff
path: root/test/performance/odp_scheduling.c
diff options
context:
space:
mode:
authorBill Fischofer <bill.fischofer@linaro.org>2015-07-10 13:03:33 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-15 12:38:32 +0300
commited504e5e7b2a014b714cead625669e3f8d3bd448 (patch)
tree7c71699afe173c27d49485e8304dcd46217c4ca9 /test/performance/odp_scheduling.c
parentaae23101df1f23d637dbbd551a63d434c31a092c (diff)
performance: use odp_queue_param_init routine
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test/performance/odp_scheduling.c')
-rw-r--r--test/performance/odp_scheduling.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/performance/odp_scheduling.c b/test/performance/odp_scheduling.c
index 889ce1c0d..c42502435 100644
--- a/test/performance/odp_scheduling.c
+++ b/test/performance/odp_scheduling.c
@@ -958,6 +958,7 @@ int main(int argc, char *argv[])
name[6] = '0' + i/10;
name[7] = '0' + i - 10*(i/10);
+ odp_queue_param_init(&param);
param.sched.prio = i;
param.sched.sync = ODP_SCHED_SYNC_ATOMIC;
param.sched.group = ODP_SCHED_GROUP_ALL;