Lines Matching refs:when

40 can be specified when the module is loaded to control its behavior:
114 in ``struct rte_kni_conf`` when the first KNI interface is created:
130 parameters in ``struct rte_kni_conf`` when each KNI interface is created.
144 kernel module is controlled via the ``carrier`` option when the module
148 state of the interface *down* when the interface is management enabled.
155 the carrier state of the interface to *up* when the interface is management
195 allow DPDK applications to perform actions when the KNI interfaces are
199 NIC port when a user enabled/disables a KNI interface with ``ip link set
201 ``config_network_if`` which will be called when the interface management
209 Called when the management state of the KNI interface changes.
210 For example, when the user runs ``ip link set [up|down] dev <ifaceX>``.
214 Called when the user changes the MTU size of the KNI
215 interface. For example, when the user runs ``ip link set mtu <size>
220 Called when the user changes the MAC address of the KNI interface.
221 For example, when the user runs ``ip link set address <MAC>
230 Called when the user changes the promiscuity state of the KNI
231 interface. For example, when the user runs ``ip link set promisc
240 Called when the user changes the allmulticast state of the KNI interface.
241 For example, when the user runs ``ifconfig <ifaceX> [-]allmulti``. If the
257 deleted when the ``/dev/kni`` device is closed, either explicitly with
258 ``rte_kni_close()`` or when the DPDK application is closed.
306 KNI operates in IOVA_VA scheme when