Home
last modified time | relevance | path

Searched refs:rte_kni_update_link (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/kni/
H A Dversion.map23 rte_kni_update_link;
H A Drte_kni.h257 rte_kni_update_link(struct rte_kni *kni, unsigned int linkup);
H A Drte_kni.c792 rte_kni_update_link(struct rte_kni *kni, unsigned int linkup) in rte_kni_update_link() function
/dpdk/app/test/
H A Dtest_kni.c144 ret = rte_kni_update_link(test_kni_ctx, 1); in test_kni_link_change()
153 ret = rte_kni_update_link(test_kni_ctx, 0); in test_kni_link_change()
163 ret = rte_kni_update_link(test_kni_ctx, 1); in test_kni_link_change()
/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst265 carrier state is set to ``on`` via ``rte_kni_update_link`` or
270 Also added the new API function ``rte_kni_update_link()`` to allow the user
275 KNI kernel network interface with the new ``rte_kni_update_link()`` API.
377 be any traffic. It can be set to ``on`` via ``rte_kni_update_link()`` API or
/dpdk/doc/guides/prog_guide/
H A Dkernel_nic_interface.rst160 ``rte_kni_update_link()`` function. This is useful for DPDK applications
169 ``rte_kni_update_link()``. It is also useful for testing in loopback mode
/dpdk/examples/kni/
H A Dmain.c756 prev = rte_kni_update_link(p[portid]->kni[i], in monitor_all_ports_link_status()