Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_pmd_perf.c331 struct rte_mbuf **tx_burst; variable
482 &tx_burst[idx], nb_tx); in main_loop()
636 &tx_burst[idx], nb_tx); in exec_burst()
770 if (tx_burst == NULL) { in test_pmd_perf()
771 tx_burst = (struct rte_mbuf **) in test_pmd_perf()
776 if (!tx_burst) in test_pmd_perf()
781 tx_burst, MAX_TRAFFIC_BURST * nb_ports); in test_pmd_perf()
/f-stack/dpdk/examples/qos_sched/
H A Dmain.c109 * burst_conf.tx_burst, RTE_CACHE_LINE_SIZE); in app_main_loop()
124 * burst_conf.tx_burst, RTE_CACHE_LINE_SIZE); in app_main_loop()
H A Dmain.h128 uint16_t tx_burst; member
H A Dinit.c38 .tx_burst = MAX_PKT_TX_BURST,
432 burst_conf.qos_dequeue, burst_conf.tx_burst); in app_init()
H A Dapp_thread.c144 if (unlikely(len == burst_conf.tx_burst)) { in app_send_packets()
H A Dargs.c295 burst_conf.tx_burst = (uint16_t)vals[3]; in app_parse_burst_conf()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tx.c1017 const eth_tx_burst_t tx_burst[2][2][2][2][2][2][2]) in pick_tx_func()
1022 eth_dev->tx_pkt_burst = tx_burst in pick_tx_func()
/f-stack/dpdk/doc/guides/nics/
H A Dtap.rst63 interface using the standard rx_burst/tx_burst APIs in DPDK. From the host
/f-stack/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst643 virtio tx_burst() function cannot do TSO on shared packets