Lines Matching refs:interfaces
43 KNI interfaces for each physical NIC port. For each physical NIC port,
45 writes to the corresponding KNI interfaces and the other thread reads from
46 the KNI interfaces and writes the data unmodified to the physical NIC port.
76 set to *on*. This sets the carrier state of the KNI interfaces to *on*
77 when the KNI interfaces are enabled without regard to the actual link state
154 mode, only one kernel thread is started for all KNI interfaces. The kernel
176 four KNI interfaces: ``vEth0_0``/``vEth0_1`` bound to physical port 0 and
216 Linux commands to manage the KNI interfaces as if they were any other
271 When the ``kni`` application is closed, all the KNI interfaces are deleted
283 In addition, one or more kernel NIC interfaces are allocated for each
286 The code for allocating the kernel NIC interfaces for a specific port is
306 to see if this lcore is reading from or writing to kernel NIC interfaces.
308 For the case that reads from a NIC port and writes to the kernel NIC interfaces (``kni_ingress``),
311 The packet transmission is done by sending mbufs into the kernel NIC interfaces by ``rte_kni_tx_bur…
314 For the other case that reads from kernel NIC interfaces
316 packets are retrieved by reading mbufs from kernel NIC interfaces by ``rte_kni_rx_burst()``.