Home
last modified time | relevance | path

Searched refs:tasks (Results 1 – 13 of 13) sorted by relevance

/dpdk/examples/vhost_blk/
H A Dvhost_blk.c404 task = &vq->tasks[task_idx]; in submit_inflight_vq()
421 task = &vq->tasks[desc_idx]; in submit_inflight_vq()
498 task = &vq->tasks[task_idx]; in process_vq()
519 task = &vq->tasks[desc_idx]; in process_vq()
566 vq->tasks = rte_zmalloc(NULL, in alloc_task_pool()
568 if (!vq->tasks) { in alloc_task_pool()
574 vq->tasks[j].req_idx = j; in alloc_task_pool()
575 vq->tasks[j].ctrlr = ctrlr; in alloc_task_pool()
576 vq->tasks[j].vq = vq; in alloc_task_pool()
589 rte_free(ctrlr->queues[i].tasks); in free_task_pool()
[all...]
H A Dvhost_blk.h44 struct vhost_blk_task *tasks; member
/dpdk/doc/guides/contributing/
H A Dnew_library.rst25 * Scope of work: outline the various additional tasks planned for this library,
H A Dvulnerability.rst278 On embargo expiration, following tasks will be done simultaneously:
/dpdk/doc/guides/compressdevs/
H A Dmlx5.rst26 to do memory to memory tasks on data.
/dpdk/doc/guides/linux_gsg/
H A Denable_func.rst128 it is possible for the Linux scheduler to run other tasks on those cores.
132 to isolate them from the general Linux scheduler tasks.
H A Dbuild_dpdk.rst149 and add all which can be built to the list of tasks in the ninja build configuration file.
/dpdk/doc/guides/sample_app_ug/
H A Dpipeline.rst112 executes two tasks in time-sharing mode:
H A Dip_pipeline.rst128 executes two tasks in time-sharing mode:
/dpdk/doc/guides/dmadevs/
H A Dioat.rst15 be done by software, freeing up CPU cycles for other tasks.
H A Didxd.rst14 other tasks.
/dpdk/doc/guides/vdpadevs/
H A Dmlx5.rst95 but using it also for other tasks may affect the performance and the latency
/dpdk/doc/guides/rel_notes/
H A Drelease_18_02.rst13 core libraries to perform their tasks. The ``rte_eal_cleanup()`` function
34 Added MAC loopback support for i40e in order to support test tasks requested