Home
last modified time | relevance | path

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

/dpdk/examples/vhost_blk/
H A Dvhost_blk.c405 task = &vq->tasks[task_idx]; in submit_inflight_vq()
422 task = &vq->tasks[desc_idx]; in submit_inflight_vq()
499 task = &vq->tasks[task_idx]; in process_vq()
520 task = &vq->tasks[desc_idx]; in process_vq()
574 vq->tasks = rte_zmalloc(NULL, in alloc_task_pool()
576 if (!vq->tasks) { in alloc_task_pool()
582 vq->tasks[j].req_idx = j; in alloc_task_pool()
583 vq->tasks[j].ctrlr = ctrlr; in alloc_task_pool()
584 vq->tasks[j].vq = vq; in alloc_task_pool()
597 rte_free(ctrlr->queues[i].tasks); in free_task_pool()
H A Dvhost_blk.h44 struct vhost_blk_task *tasks; member
/dpdk/doc/guides/compressdevs/
H A Dmlx5.rst19 to do memory to memory tasks on data.
/dpdk/doc/guides/sample_app_ug/
H A Dpipeline.rst112 executes two tasks in time-sharing mode:
H A Dl3_forward_access_ctrl.rst195 - Perform the following tasks:
221 * **Final Phase** - Perform the following tasks:
H A Dip_pipeline.rst128 executes two tasks in time-sharing mode:
H A Dkernel_nic_interface.rst109 Determines which lcores the Rx and Tx DPDK tasks, and (optionally)
H A Dmulti_process.rst140 where different processes perform different tasks, yet co-operate to form a packet-processing syste…
/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/prog_guide/
H A Drib_lib.rst111 Extensions can be used for a wide range of tasks.
H A Denv_abstraction_layer.rst655 "EAL pthreads" are created and managed by EAL and execute the tasks issued by *remote_launch*.
718 Those threads can be used for management/infrastructure tasks and are used
813 echo $t0 > /sys/fs/cgroup/cpu/pkt_io/tasks
814 echo $t0 > /sys/fs/cgroup/cpuset/pkt_io/tasks
816 echo $t1 > /sys/fs/cgroup/cpu/pkt_io/tasks
817 echo $t1 > /sys/fs/cgroup/cpuset/pkt_io/tasks
H A Dkernel_nic_interface.rst312 tasks. Typically DPDK applications which use these callbacks will need
/dpdk/doc/guides/linux_gsg/
H A Denable_func.rst93 it is possible for the Linux scheduler to run other tasks on those cores also.
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/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
/dpdk/doc/guides/nics/
H A Dhns3.rst283 other tasks. Before starting the Linux OS, add the kernel isolation boot parameter.
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst275 On embargo expiration, following tasks will be done simultaneously:
H A Dpatches.rst348 To help the maintainers and automation tasks, please document this dependency in commit log or cove…
/dpdk/doc/guides/rawdevs/
H A Dioat.rst21 be done by software, freeing up CPU cycles for other tasks.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst12 statistics aka xstats) , set the Flow Director and other tasks::