Searched refs:rte_kni_update_link (Results 1 – 7 of 7) sorted by relevance
22 rte_kni_update_link;
259 rte_kni_update_link(struct rte_kni *kni, unsigned int linkup);
783 rte_kni_update_link(struct rte_kni *kni, unsigned int linkup) in rte_kni_update_link() function
144 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()
150 ``rte_kni_update_link()`` function. This is useful for DPDK applications159 ``rte_kni_update_link()``. It is also useful for testing in loopback mode
312 carrier state is set to ``on`` via ``rte_kni_update_link`` or317 Also added the new API function ``rte_kni_update_link()`` to allow the user322 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
757 prev = rte_kni_update_link(p[portid]->kni[i], in monitor_all_ports_link_status()