Lines Matching refs:one
30 This is done by creating one or more kernel net devices for each of the DPDK ports.
42 The Kernel NIC Interface sample application ``kni`` allocates one or more
44 ``kni`` uses two DPDK threads in user space; one thread reads from the port and
48 It is recommended to configure one KNI interface for each physical NIC port.
49 The application can be configured with more than one KNI interface for
62 If link monitoring is enabled with the ``-m`` command line flag, one
142 specified zero, one or more times for each physical port.
144 If no lcore ID is specified for ``lcore_kthread``, one KNI interface will
148 If one or more lcore IDs are specified for ``lcore_kthread``, a KNI interface
154 mode, only one kernel thread is started for all KNI interfaces. The kernel
199 ``vEth0_0`` is created for port 0 and one KNI interface ``vEth1_0`` is
201 mode, the one kernel thread is bound to lcore 8.
250 However, if more than one KNI interface is configured for a physical port,
283 In addition, one or more kernel NIC interfaces are allocated for each
292 * One lcore to read from the port and write to the associated one or more KNI devices
294 * Another lcore to read from one or more KNI devices and write to the port
296 * Other lcores for pinning the kernel threads on one by one