Home
last modified time | relevance | path

Searched refs:pthread (Results 1 – 14 of 14) sorted by relevance

/dpdk/kernel/linux/kni/
H A Dkni_misc.c220 if (multiple_kthread_on && dev->pthread != NULL) { in kni_release()
221 kthread_stop(dev->pthread); in kni_release()
222 dev->pthread = NULL; in kni_release()
262 kni->pthread = kthread_create(kni_thread_multiple, in kni_run_thread()
264 if (IS_ERR(kni->pthread)) { in kni_run_thread()
270 kthread_bind(kni->pthread, kni->core_id); in kni_run_thread()
271 wake_up_process(kni->pthread); in kni_run_thread()
470 if (multiple_kthread_on && dev->pthread != NULL) { in kni_ioctl_release()
471 kthread_stop(dev->pthread); in kni_ioctl_release()
472 dev->pthread = NULL; in kni_ioctl_release()
H A Dkni_dev.h51 struct task_struct *pthread; member
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst635 Multiple pthread
638 DPDK usually pins one pthread per core to avoid the overhead of task switching.
651 EAL pthread and lcore Affinity
687 non-EAL pthread support
694 - a non registered non-EAL pthread with a LCORE_ID_ANY,
708 * *_cpuset* stores the CPUs bitmap to which the pthread is affinitized.
756 - a pthread doing multi-producers enqueues on a given ring must not
757 be preempted by another pthread doing a multi-producer enqueue on
759 - a pthread doing multi-consumers dequeues on a given ring must not
760 be preempted by another pthread doing a multi-consumer dequeue on
[all …]
/dpdk/examples/vhost_blk/
H A DMakefile24 LDFLAGS += -pthread
/dpdk/examples/ntb/
H A DMakefile25 LDFLAGS += -pthread
/dpdk/examples/kni/
H A DMakefile38 LDFLAGS += -pthread
/dpdk/examples/l2fwd-keepalive/
H A DMakefile24 LDFLAGS += -pthread -lrt
/dpdk/examples/vhost/
H A DMakefile24 LDFLAGS += -pthread
/dpdk/doc/guides/nics/
H A Dkni.rst68 ``no_request_thread``, by default PMD creates a pthread for each KNI interface
71 With ``no_request_thread`` option, pthread is not created and control commands
/dpdk/doc/guides/rel_notes/
H A Drelease_2_0.rst51 * Multi-pthread Support
H A Drelease_20_08.rst158 * Added support to use datapath APIs from non-EAL pthread.
164 * Added support to use datapath APIs from non-EAL pthread.
/dpdk/config/
H A Dmeson.build151 add_project_link_arguments('-pthread', language: 'c')
152 dpdk_extra_ldflags += '-pthread'
/dpdk/doc/guides/faq/
H A Dfaq.rst166 …acket RX to use DPDK and have an application's higher order functions continue using Linux pthread?
/dpdk/doc/guides/sample_app_ug/
H A Dkernel_nic_interface.rst63 additional pthread is launched which will check the link status of each