Searched refs:tx_burst (Results 1 – 11 of 11) sorted by relevance
10 const eth_tx_burst_t tx_burst[NIX_TX_OFFLOAD_MAX]) in pick_tx_func()16 tx_burst[dev->tx_offload_flags & (NIX_TX_OFFLOAD_MAX - 1)]; in pick_tx_func()
331 struct rte_mbuf **tx_burst; variable485 &tx_burst[idx], nb_tx); in main_loop()498 rte_pktmbuf_free(tx_burst[free_pkt]); in main_loop()649 nb_tx = rte_eth_tx_burst(portid, 0, &tx_burst[idx], nb_tx); in exec_burst()784 if (tx_burst == NULL) { in test_pmd_perf()785 tx_burst = (struct rte_mbuf **) in test_pmd_perf()790 if (!tx_burst) in test_pmd_perf()795 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,436 burst_conf.qos_dequeue, burst_conf.tx_burst); in app_init()
144 if (unlikely(len == burst_conf.tx_burst)) { in app_send_packets()
291 burst_conf.tx_burst = (uint16_t)vals[3]; in app_parse_burst_conf()
63 interface using the standard rx_burst/tx_burst APIs in DPDK. From the host
387 reference counter for each mbuf is equal 1 on tx_burst call). The latter
643 virtio tx_burst() function cannot do TSO on shared packets