Lines Matching refs:interface
18 * Allows an interface with the kernel network stack.
32 The KNI kernel loadable module ``rte_kni`` provides the kernel interface
55 parm: carrier: Default carrier state for KNI interface (default=off):
124 in ``struct rte_kni_conf`` when the first KNI interface is created:
130 thread for each KNI interface created by the DPDK application. Multiple
137 This mode will create a separate kernel thread for each KNI interface to
140 parameters in ``struct rte_kni_conf`` when each KNI interface is created.
158 state of the interface *down* when the interface is management enabled.
159 The DPDK application can set the carrier state of the KNI interface using the
161 which require that the carrier state of the KNI interface reflect the
165 the carrier state of the interface to *up* when the interface is management
166 enabled. This is useful for DPDK applications which use the KNI interface as
167 a purely virtual interface that does not correspond to any physical hardware
168 and do not wish to explicitly set the carrier state of the interface with
194 network interface.
207 support callbacks that requires rtnl lock to work (interface down).
248 user to specify the interface name, set the MTU size, set an explicit or
260 NIC port when a user enabled/disables a KNI interface with ``ip link set
262 ``config_network_if`` which will be called when the interface management
270 Called when the management state of the KNI interface changes.
276 interface. For example, when the user runs ``ip link set mtu <size>
281 Called when the user changes the MAC address of the KNI interface.
292 interface. For example, when the user runs ``ip link set promisc
301 Called when the user changes the allmulticast state of the KNI interface.