]> git.droids-corp.org - dpdk.git/blobdiff - app/test-eventdev/test_pipeline_atq.c
app/eventdev: fix capability check in pipeline ATQ test
[dpdk.git] / app / test-eventdev / test_pipeline_atq.c
index 8e8686c14530c9d90fa513d597c10097e67ff08d..0872b25b530eb190f008b7f4e1d183d351619501 100644 (file)
@@ -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;
 }