Searched refs:tx_burst (Results 1 – 9 of 9) sorted by relevance
331 struct rte_mbuf **tx_burst; variable482 &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()
109 * 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()
128 uint16_t tx_burst; member
38 .tx_burst = MAX_PKT_TX_BURST,432 burst_conf.qos_dequeue, burst_conf.tx_burst); in app_init()
144 if (unlikely(len == burst_conf.tx_burst)) { in app_send_packets()
295 burst_conf.tx_burst = (uint16_t)vals[3]; in app_parse_burst_conf()
1017 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()
63 interface using the standard rx_burst/tx_burst APIs in DPDK. From the host
643 virtio tx_burst() function cannot do TSO on shared packets