Lines Matching refs:thread
44 ``kni`` uses two DPDK threads in user space; one thread reads from the port and
45 writes to the corresponding KNI interfaces and the other thread reads from
110 the KNI kernel thread(s) are bound to for each physical port.
122 carrier state. With this option set, a thread will be started which
145 be created for the physical port ``port`` and the KNI kernel thread(s)
151 kernel thread <kni_kernel_thread_mode>` mode, a kernel thread will be created
153 kernel module is loaded in :ref:`single kernel thread <kni_kernel_thread_mode>`
154 mode, only one kernel thread is started for all KNI interfaces. The kernel
155 thread will be bound to the first ``lcore_kthread`` lcore ID specified.
161 :ref:`multiple kernel thread <kni_kernel_thread_mode>` mode. The ``kni``
164 ``vEth0_0`` with the kernel thread bound to lcore 8. Port 1 uses lcore
166 interface ``vEth1_0`` with the kernel thread bound to lcore 9.
179 The kernel thread for each interface will be bound as follows:
194 the ``rte_kni`` kernel module is loaded in :ref:`single kernel thread
200 created for port 1. Since ``rte_kni`` is loaded in "single kernel thread"
201 mode, the one kernel thread is bound to lcore 8.