Searched refs:threads (Results 1 – 25 of 58) sorted by relevance
123
58 static struct thread threads[RTE_MAX_LCORE]; variable70 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()
196 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 …]
65 The distributor application consists of four types of threads: a receive67 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 thread79 tag. The distributor thread communicates with the worker threads using a84 worker threads do simple packet processing by requesting packets from97 in the application will terminate all running threads gracefully and print
100 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).
29 ; Pipelines-to-threads mapping.
33 ; Pipelines-to-threads mapping.
37 ; Pipelines-to-threads mapping.
41 ; Pipelines-to-threads mapping.
40 ; Pipelines-to-threads mapping.
43 ; Pipelines-to-threads mapping.
45 #. 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'/>
48 in different threads.)
47 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,
36 ; Pipelines-to-threads mapping. For the Soft NIC devices, the pipelines can be mapped to any of the
49 scenarios (multiple threads share same set of cores) the ``ring_mt_rts`` or