Lines Matching refs:queue

109         Enable queue priority.
216 .. table:: Order queue test eventdev configuration.
240 order queue test operation.
242 The order queue test configures the eventdev with two queues and an event
243 producer to inject the events to q0(ordered) queue. Both q0(ordered) and
247 to the ordered queue. The worker receives the events from ordered queue and
248 forwards to atomic queue. Since the events from an ordered queue can be
250 might have changed on the downstream atomic queue enqueue. On enqueue to the
251 atomic queue, the eventdev PMD reorders the event to the original
254 When the event is dequeued from the atomic queue by the worker, this test
278 Example command to run order queue test:
290 the number of queues used, this test operates on a single ``all types queue(atq)``
295 .. table:: Order all types queue test eventdev configuration.
301 | 1 | nb_queues | 1 | q0(all types queue) |
319 order all types queue test operation.
341 Example command to run order ``all types queue`` test:
359 .. table:: Perf queue test eventdev configuration.
382 perf queue test operation.
384 The perf queue test configures the eventdev with Q queues and P ports, where
397 The application forwards the event to next upstream queue and terminates when it
445 Example command to run perf queue test:
452 Example command to run perf queue test with producer enqueuing a burst of events:
460 Example command to run perf queue test with ethernet ports:
467 Example command to run perf queue test with event timer adapter:
479 ``all types queue`` eventdev scheme.
486 .. table:: Perf all types queue test eventdev configuration.
509 perf all types queue test operation.
517 The atq queue test functions as same as ``perf_queue`` test. The difference
518 is, It uses, ``all type queue scheme`` instead of separate queues for each
520 and enables flow pinning as the event does not move to the next queue.
555 Example command to run perf ``all types queue`` test:
562 Example command to run perf ``all types queue`` test with event timer adapter:
581 .. table:: Pipeline queue test eventdev configuration.
591 | | | | unique queue which is then Transmitted. |
616 pipeline queue test operation.
618 The pipeline queue test configures the eventdev with Q queues and P ports,
634 The application forwards the event to next upstream queue and when it reaches
636 onto ethdev Tx queue else to maintain ordering the event type is set to
637 ``atomic`` and enqueued onto the last stage queue.
679 Example command to run pipeline queue test:
698 ``all types queue`` eventdev scheme.
749 The atq queue test functions as same as ``pipeline_queue`` test. The difference
750 is, It uses, ``all type queue scheme`` instead of separate queues for each