Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_kni/
H A Dversion.map22 rte_kni_update_link;
H A Drte_kni.h259 rte_kni_update_link(struct rte_kni *kni, unsigned int linkup);
H A Drte_kni.c783 rte_kni_update_link(struct rte_kni *kni, unsigned int linkup) in rte_kni_update_link() function
/f-stack/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()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dkernel_nic_interface.rst150 ``rte_kni_update_link()`` function. This is useful for DPDK applications
159 ``rte_kni_update_link()``. It is also useful for testing in loopback mode
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst312 carrier state is set to ``on`` via ``rte_kni_update_link`` or
317 Also added the new API function ``rte_kni_update_link()`` to allow the user
322 KNI kernel network interface with the new ``rte_kni_update_link()`` API.
434 be any traffic. It can be set to ``on`` via ``rte_kni_update_link()`` API or
/f-stack/dpdk/examples/kni/
H A Dmain.c757 prev = rte_kni_update_link(p[portid]->kni[i], in monitor_all_ports_link_status()