X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-eventdev%2Ftest_pipeline_atq.c;fp=app%2Ftest-eventdev%2Ftest_pipeline_atq.c;h=0872b25b530eb190f008b7f4e1d183d351619501;hb=179237727e91d8eb5ab2ce6fb78a1d380ae84401;hp=8e8686c14530c9d90fa513d597c10097e67ff08d;hpb=fea678742606d794240bca2c15811c357bf0c298;p=dpdk.git diff --git a/app/test-eventdev/test_pipeline_atq.c b/app/test-eventdev/test_pipeline_atq.c index 8e8686c145..0872b25b53 100644 --- a/app/test-eventdev/test_pipeline_atq.c +++ b/app/test-eventdev/test_pipeline_atq.c @@ -495,6 +495,8 @@ pipeline_atq_capability_check(struct evt_options *opt) evt_nr_active_lcores(opt->wlcores), dev_info.max_event_ports); } + if (!evt_has_all_types_queue(opt->dev_id)) + return false; return true; }