Home
last modified time | relevance | path

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

/dpdk/drivers/net/cnxk/
H A Dcn9k_tx_select.c10 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()
H A Dcn10k_tx_select.c10 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()
/dpdk/app/test/
H A Dtest_pmd_perf.c331 struct rte_mbuf **tx_burst; variable
485 &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()
/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,
436 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.c291 burst_conf.tx_burst = (uint16_t)vals[3]; in app_parse_burst_conf()
/dpdk/doc/guides/nics/
H A Dtap.rst63 interface using the standard rx_burst/tx_burst APIs in DPDK. From the host
H A Dmlx5.rst387 reference counter for each mbuf is equal 1 on tx_burst call). The latter
/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst643 virtio tx_burst() function cannot do TSO on shared packets