Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 25 of 58) sorted by relevance

123

/dpdk/examples/pipeline/
H A Dthread.c58 static struct thread threads[RTE_MAX_LCORE]; variable
70 struct thread *t = &threads[thread_id]; in thread_init()
92 struct thread *t = &threads[thread_id]; in thread_init()
112 struct thread *t = &threads[thread_id]; in pipeline_find()
132 struct thread *t = &threads[thread_id]; in block_find()
175 t = &threads[thread_id]; in pipeline_enable()
240 t = &threads[thread_id]; in pipeline_disable()
277 t = &threads[thread_id]; in block_enable()
313 t = &threads[thread_id]; in block_disable()
359 t = &threads[thread_id]; in thread_main()
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c196 struct thread *t = &p->threads[i]; in struct_build()
211 struct thread *t = &p->threads[i]; in struct_build_free()
592 struct thread *t = &p->threads[i]; in mirroring_build_free()
616 struct thread *t = &p->threads[i]; in mirroring_build()
891 struct thread *t = &p->threads[i]; in extern_obj_build()
926 struct thread *t = &p->threads[i]; in extern_obj_build_free()
1102 struct thread *t = &p->threads[i]; in extern_func_build()
1135 struct thread *t = &p->threads[i]; in extern_func_build_free()
1511 struct thread *t = &p->threads[i]; in header_build()
1551 struct thread *t = &p->threads[i]; in header_build_free()
[all …]
/dpdk/doc/guides/sample_app_ug/
H A Ddist_app.rst65 The distributor application consists of four types of threads: a receive
67 worker threads (``lcore_worker()``), and a transmit thread(``lcore_tx()``).
68 How these threads work together is shown in :numref:`figure_dist_app` below.
69 The ``main()`` function launches threads of these four types. Each thread
79 tag. The distributor thread communicates with the worker threads using a
84 worker threads do simple packet processing by requesting packets from
97 in the application will terminate all running threads gracefully and print
/dpdk/doc/guides/vdpadevs/
H A Dmlx5.rst100 Allow the driver to use internal threads to obtain fast configuration.
101 All the threads will be open on the same core of the event completion queue scheduling thread.
103 - 0, default, don't use internal threads for configuration.
105 - 1 - 256, number of internal threads in addition to the caller thread (8 is suggested).
/dpdk/examples/pipeline/examples/
H A Dl2fwd_pcap.cli29 ; Pipelines-to-threads mapping.
H A Dl2fwd_macswp_pcap.cli29 ; Pipelines-to-threads mapping.
H A Dlearner.cli33 ; Pipelines-to-threads mapping.
H A Dl2fwd.cli33 ; Pipelines-to-threads mapping.
H A Drecirculation.cli33 ; Pipelines-to-threads mapping.
H A Dl2fwd_macswp.cli33 ; Pipelines-to-threads mapping.
H A Dhash_func.cli33 ; Pipelines-to-threads mapping.
H A Dvarbit.cli33 ; Pipelines-to-threads mapping.
H A Dipv6_addr_swap.cli33 ; Pipelines-to-threads mapping.
H A Dregisters.cli33 ; Pipelines-to-threads mapping.
H A Dvxlan_pcap.cli37 ; Pipelines-to-threads mapping.
H A Dvxlan.cli41 ; Pipelines-to-threads mapping.
H A Drss.cli40 ; Pipelines-to-threads mapping.
H A Dselector.cli43 ; Pipelines-to-threads mapping.
H A Dmeter.cli41 ; Pipelines-to-threads mapping.
H A Dmirroring.cli43 ; Pipelines-to-threads mapping.
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst45 #. On BIOS, disable turbo-boost and hyper-threads.
53 #. Disable hyper-threads at runtime if necessary or if BIOS is not accessible:
131 With this command, isolated CPUs 2 to 5 will be used as lcores for PMD threads.
246 <topology sockets='1' cores='3' threads='1'/>
/dpdk/doc/guides/compressdevs/
H A Dqat_comp.rst48 in different threads.)
/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst47 lock-free property means that multiple threads can push and pop simultaneously,
80 #. Other threads modify the list such that the head pointer is once again X,
/dpdk/drivers/net/softnic/
H A Dfirmware.cli36 ; Pipelines-to-threads mapping. For the Soft NIC devices, the pipelines can be mapped to any of the
/dpdk/doc/guides/mempool/
H A Dring.rst49 scenarios (multiple threads share same set of cores) the ``ring_mt_rts`` or

123