Home
last modified time | relevance | path

Searched refs:l2fwd_send_burst (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_real_virtual.rst385 Therefore, it would have been possible to call the l2fwd_send_burst() function directly from the ma…
394 If the table is full, the whole packets table is transmitted using the l2fwd_send_burst() function:
415 l2fwd_send_burst(qconf, MAX_PKT_BURST, port);
441l2fwd_send_burst(&lcore_queue_conf[lcore_id], qconf->tx_mbufs[portid].len, (uint8_t) portid);
H A Dl2_forward_job_stats.rst477 Therefore, it would have been possible to call the l2fwd_send_burst() function directly from the ma…
486 If the table is full, the whole packets table is transmitted using the l2fwd_send_burst() function:
507 l2fwd_send_burst(qconf, MAX_PKT_BURST, port);
543 l2fwd_send_burst(qconf, portid);
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c554 l2fwd_send_burst(struct lcore_queue_conf *qconf, unsigned n, in l2fwd_send_burst() function
590 l2fwd_send_burst(qconf, MAX_PKT_BURST, port); in l2fwd_send_packet()
861 l2fwd_send_burst(&lcore_queue_conf[lcore_id], in l2fwd_main_loop()