Home
last modified time | relevance | path

Searched refs:send_burst (Results 1 – 18 of 18) sorted by relevance

/f-stack/dpdk/lib/librte_port/
H A Drte_port_ras.c136 send_burst(struct rte_port_ring_writer_ras *p) in send_burst() function
224 send_burst(p); in rte_port_ring_writer_ras_tx()
247 send_burst(p); in rte_port_ring_writer_ras_tx_bulk()
258 send_burst(p); in rte_port_ring_writer_ras_tx_bulk()
274 send_burst(p); in rte_port_ring_writer_ras_flush()
H A Drte_port_kni.c164 send_burst(struct rte_port_kni_writer *p) in send_burst() function
186 send_burst(p); in rte_port_kni_writer_tx()
208 send_burst(p); in rte_port_kni_writer_tx_bulk()
232 send_burst(p); in rte_port_kni_writer_tx_bulk()
245 send_burst(p); in rte_port_kni_writer_flush()
H A Drte_port_ethdev.c168 send_burst(struct rte_port_ethdev_writer *p) in send_burst() function
191 send_burst(p); in rte_port_ethdev_writer_tx()
213 send_burst(p); in rte_port_ethdev_writer_tx_bulk()
238 send_burst(p); in rte_port_ethdev_writer_tx_bulk()
251 send_burst(p); in rte_port_ethdev_writer_flush()
H A Drte_port_sym_crypto.c195 send_burst(struct rte_port_sym_crypto_writer *p) in send_burst() function
220 send_burst(p); in rte_port_sym_crypto_writer_tx()
249 send_burst(p); in rte_port_sym_crypto_writer_tx_bulk()
266 send_burst(p); in rte_port_sym_crypto_writer_tx_bulk()
279 send_burst(p); in rte_port_sym_crypto_writer_flush()
H A Drte_port_eventdev.c192 send_burst(struct rte_port_eventdev_writer *p) in send_burst() function
216 send_burst(p); in rte_port_eventdev_writer_tx()
238 send_burst(p); in rte_port_eventdev_writer_tx_bulk()
271 send_burst(p); in rte_port_eventdev_writer_tx_bulk()
284 send_burst(p); in rte_port_eventdev_writer_flush()
H A Drte_port_fd.c195 send_burst(struct rte_port_fd_writer *p) in send_burst() function
227 send_burst(p); in rte_port_fd_writer_tx()
261 send_burst(p); in rte_port_fd_writer_tx_bulk()
273 send_burst(p); in rte_port_fd_writer_flush()
H A Drte_port_ring.c212 send_burst(struct rte_port_ring_writer *p) in send_burst() function
249 send_burst(p); in rte_port_ring_writer_tx()
289 send_burst(p); in rte_port_ring_writer_tx_bulk_internal()
322 send_burst(p); in rte_port_ring_writer_tx_bulk_internal()
351 send_burst(p); in rte_port_ring_writer_flush()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd.h99 send_burst(struct lcore_conf *qconf, uint16_t n, uint16_t port) in send_burst() function
131 send_burst(qconf, MAX_PKT_BURST, port); in send_single_packet()
H A Dl3fwd_common.h235 send_burst(qconf, MAX_PKT_BURST, port); in send_packetsx4()
H A Dl3fwd_lpm.c223 send_burst(qconf, in lpm_main_loop()
H A Dl3fwd_em.c667 send_burst(qconf, in em_main_loop()
/f-stack/dpdk/examples/ipv4_multicast/
H A Dmain.c160 send_burst(struct lcore_queue_conf *qconf, uint16_t port) in send_burst() function
288 send_burst(qconf, port); in mcast_send_pkt()
373 send_burst(qconf, portid); in send_timeout_burst()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c220 send_burst(struct lcore_queue_conf *qconf, uint16_t n, uint16_t port) in send_burst() function
379 send_burst(qconf, (uint16_t)len, port_out); in l3fwd_simple_forward()
431 send_burst(&lcore_queue_conf[lcore_id], in main_loop()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c248 send_burst(struct lcore_queue_conf *qconf, uint32_t thresh, uint16_t port) in send_burst() function
290 fill = send_burst(qconf, MAX_PKT_BURST, port); in send_single_packet()
468 send_burst(qconf, 1, portid); in main_loop()
/f-stack/lib/
H A Dff_dpdk_if.c1630 send_burst(struct lcore_conf *qconf, uint16_t n, uint8_t port) function
1683 send_burst(qconf, MAX_PKT_BURST, port);
1701 send_burst(qconf, MAX_PKT_BURST, ctx->port_id);
1864 send_burst(qconf,
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c620 send_burst(struct thread_tx_conf *qconf, uint16_t n, uint16_t port) in send_burst() function
657 send_burst(qconf, MAX_PKT_BURST, port); in send_single_packet()
728 send_burst(qconf, MAX_PKT_BURST, port); in send_packetsx4()
2108 send_burst(tx_conf, tx_conf->tx_mbufs[portid].len, portid); in lthread_tx()
2345 send_burst(tx_conf, tx_conf->tx_mbufs[portid].len, portid); in pthread_tx()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c533 send_burst(struct lcore_conf *qconf, uint16_t n, uint16_t port) in send_burst() function
573 send_burst(qconf, len, port); in send_fragment_packet()
625 send_burst(qconf, MAX_PKT_BURST, port); in send_single_packet()
1061 send_burst(qconf, buf->len, portid); in drain_tx_buffers()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dipv4_multicast.rst243 send_burst(qconf, port);