aboutsummaryrefslogtreecommitdiff
path: root/test/performance/odp_sched_perf.c
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2019-11-13 10:37:34 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2019-11-14 09:50:19 +0200
commit2aaaa9ea1c1635961c3e96474dc096312297c0d5 (patch)
tree2c482d24570ae98b804efa25a4ed2b5bce868259 /test/performance/odp_sched_perf.c
parentc5e7097a66e519d6196010d1777714a63963f3fc (diff)
test: use compress not used flag
Use the new compression not used flag in test applications. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'test/performance/odp_sched_perf.c')
-rw-r--r--test/performance/odp_sched_perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/performance/odp_sched_perf.c b/test/performance/odp_sched_perf.c
index 04d125be0..08623d2a7 100644
--- a/test/performance/odp_sched_perf.c
+++ b/test/performance/odp_sched_perf.c
@@ -874,6 +874,7 @@ int main(int argc, char **argv)
/* List features not to be used */
odp_init_param_init(&init);
init.not_used.feat.cls = 1;
+ init.not_used.feat.compress = 1;
init.not_used.feat.crypto = 1;
init.not_used.feat.ipsec = 1;
init.not_used.feat.timer = 1;