Home
last modified time | relevance | path

Searched refs:rte_kni_tx_burst (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/lib/librte_port/
H A Drte_port_kni.c168 nb_tx = rte_kni_tx_burst(p->kni, p->tx_buf, p->tx_buf_count); in send_burst()
211 n_pkts_ok = rte_kni_tx_burst(p->kni, pkts, n_pkts); in rte_port_kni_writer_tx_bulk()
352 nb_tx = rte_kni_tx_burst(p->kni, p->tx_buf, p->tx_buf_count); in send_burst_nodrop()
361 nb_tx += rte_kni_tx_burst(p->kni, in send_burst_nodrop()
415 n_pkts_ok = rte_kni_tx_burst(p->kni, pkts, n_pkts); in rte_port_kni_writer_nodrop_tx_bulk()
/f-stack/dpdk/lib/librte_kni/
H A Dversion.map13 rte_kni_tx_burst;
H A Drte_kni.h188 unsigned rte_kni_tx_burst(struct rte_kni *kni, struct rte_mbuf **mbufs,
H A Drte_kni.c605 rte_kni_tx_burst(struct rte_kni *kni, struct rte_mbuf **mbufs, unsigned int num) in rte_kni_tx_burst() function
/f-stack/dpdk/drivers/net/kni/
H A Drte_eth_kni.c100 nb_pkts = rte_kni_tx_burst(kni, bufs, nb_bufs); in eth_kni_tx()
/f-stack/lib/
H A Dff_dpdk_kni.c212 nb_kni_tx = rte_kni_tx_burst(kni_stat[port_id]->kni, pkts_burst, nb_tx); in kni_process_tx()
/f-stack/dpdk/app/test/
H A Dtest_kni.c247 num = rte_kni_tx_burst(test_kni_ctx, pkts_burst, in test_kni_loop()
/f-stack/dpdk/examples/kni/
H A Dmain.c232 num = rte_kni_tx_burst(p->kni[i], pkts_burst, nb_rx); in kni_ingress()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dkernel_nic_interface.rst311 …ket transmission is done by sending mbufs into the kernel NIC interfaces by ``rte_kni_tx_burst()``.