Searched refs:rte_kni_tx_burst (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_port_kni.c | 168 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 D | version.map | 13 rte_kni_tx_burst;
|
| H A D | rte_kni.h | 188 unsigned rte_kni_tx_burst(struct rte_kni *kni, struct rte_mbuf **mbufs,
|
| H A D | rte_kni.c | 605 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 D | rte_eth_kni.c | 100 nb_pkts = rte_kni_tx_burst(kni, bufs, nb_bufs); in eth_kni_tx()
|
| /f-stack/lib/ |
| H A D | ff_dpdk_kni.c | 212 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 D | test_kni.c | 247 num = rte_kni_tx_burst(test_kni_ctx, pkts_burst, in test_kni_loop()
|
| /f-stack/dpdk/examples/kni/ |
| H A D | main.c | 232 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 D | kernel_nic_interface.rst | 311 …ket transmission is done by sending mbufs into the kernel NIC interfaces by ``rte_kni_tx_burst()``.
|