Home
last modified time | relevance | path

Searched refs:rte_eth_tx_burst (Results 1 – 25 of 69) sorted by relevance

123

/f-stack/dpdk/app/test/
H A Dtest_pmd_ring.c80 if (rte_eth_tx_burst(tx_porta, 0, pbufs, RING_SIZE/2) < RING_SIZE/2) { in test_send_basic_packets()
111 if (rte_eth_tx_burst(port, 0, pbufs, RING_SIZE/2) < RING_SIZE/2) { in test_send_basic_packets_port()
150 if (rte_eth_tx_burst(port, 0, &pbuf, 1) != 1) { in test_get_stats()
190 if (rte_eth_tx_burst(port, 0, &pbuf, 1) != 1) { in test_stats_reset()
286 if (rte_eth_tx_burst(rxtx_portd, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
320 if (rte_eth_tx_burst(rxtx_porte, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
354 if (rte_eth_tx_burst(rxtx_portd, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
388 if (rte_eth_tx_burst(rxtx_porte, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
H A Dtest_link_bonding.c1413 TEST_ASSERT_EQUAL(rte_eth_tx_burst( in test_roundrobin_tx_burst()
2563 TEST_ASSERT_EQUAL(rte_eth_tx_burst( in test_activebackup_verify_slave_link_status_change_failover()
2770 TEST_ASSERT_EQUAL(rte_eth_tx_burst( in test_balance_l2_tx_burst()
2850 TEST_ASSERT_EQUAL(rte_eth_tx_burst( in balance_l23_tx_burst()
2963 TEST_ASSERT_EQUAL(rte_eth_tx_burst( in balance_l34_tx_burst()
3480 TEST_ASSERT_EQUAL(rte_eth_tx_burst( in test_balance_verify_slave_link_status_change_behaviour()
3484 TEST_ASSERT_EQUAL(rte_eth_tx_burst( in test_balance_verify_slave_link_status_change_behaviour()
3521 TEST_ASSERT_EQUAL(rte_eth_tx_burst( in test_balance_verify_slave_link_status_change_behaviour()
3637 TEST_ASSERT_EQUAL(rte_eth_tx_burst( in test_broadcast_tx_burst()
4637 TEST_ASSERT_EQUAL(rte_eth_tx_burst( in test_tlb_verify_slave_link_status_change_failover()
[all …]
H A Dtest_pmd_ring_perf.c82 rte_eth_tx_burst(ring_ethdev_port, 0, mburst, 1); in test_single_enqueue_dequeue()
116 rte_eth_tx_burst(ring_ethdev_port, 0, burst, bulk_sizes[sz]); in test_bulk_enqueue_dequeue()
H A Dtest_pmd_perf.c358 nb_tx = rte_eth_tx_burst(portid, 0, pkts_burst, nb_rx); in measure_rxtx()
398 nb_tx = rte_eth_tx_burst(portid, 0, pkts_burst, nb_rx); in measure_rxonly()
436 nb_tx = rte_eth_tx_burst(portid, 0, pkts_burst, nb_rx); in measure_txonly()
481 nb_tx = rte_eth_tx_burst(portid, 0, in main_loop()
635 nb_tx = rte_eth_tx_burst(portid, 0, in exec_burst()
H A Dsample_packet_forward.c101 if (rte_eth_tx_burst(portid, queue_id, pbuf, NUM_PACKETS) in test_packet_forward()
/f-stack/dpdk/app/test-pmd/
H A Diofwd.c67 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_io_forward()
76 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_io_forward()
H A Dmacswap.c78 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, nb_rx); in pkt_burst_mac_swap()
86 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_mac_swap()
H A Dnoisy_vnf.c103 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in do_retry()
164 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_noisy_vnf()
187 nb_tx = rte_eth_tx_burst(fs->tx_port, in pkt_burst_noisy_vnf()
213 sent = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_noisy_vnf()
H A Dmacfwd.c98 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, nb_rx); in pkt_burst_mac_forward()
106 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_mac_forward()
H A Dflowgen.c177 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, nb_pkt); in pkt_burst_flow_gen()
185 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_flow_gen()
H A D5tswap.c165 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, nb_rx); in pkt_burst_5tuple_swap()
173 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_5tuple_swap()
H A Dicmpecho.c487 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, in reply_to_icmp_echo_rqsts()
497 nb_tx += rte_eth_tx_burst(fs->tx_port, in reply_to_icmp_echo_rqsts()
H A Dieee1588fwd.c188 if (rte_eth_tx_burst(fs->rx_port, fs->tx_queue, &mb, 1) == 0) { in ieee1588_packet_fwd()
H A Dtxonly.c391 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, nb_pkt); in pkt_burst_transmit()
400 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_transmit()
/f-stack/dpdk/lib/librte_port/
H A Drte_port_ethdev.c172 nb_tx = rte_eth_tx_burst(p->port_id, p->queue_id, in send_burst()
216 n_pkts_ok = rte_eth_tx_burst(p->port_id, p->queue_id, pkts, in rte_port_ethdev_writer_tx_bulk()
360 nb_tx = rte_eth_tx_burst(p->port_id, p->queue_id, p->tx_buf, in send_burst_nodrop()
370 nb_tx += rte_eth_tx_burst(p->port_id, p->queue_id, in send_burst_nodrop()
423 n_pkts_ok = rte_eth_tx_burst(p->port_id, p->queue_id, pkts, in rte_port_ethdev_writer_nodrop_tx_bulk()
/f-stack/dpdk/lib/librte_node/
H A Dethdev_tx.c27 count = rte_eth_tx_burst(port, queue, (struct rte_mbuf **)objs, in ethdev_tx_node_process()
/f-stack/dpdk/app/test-pipeline/
H A Druntime.c136 n_pkts = rte_eth_tx_burst( in app_main_loop_tx()
/f-stack/dpdk/examples/bond/
H A Dmain.c434 rte_eth_tx_burst(BOND_PORT, 0, &pkts[i], 1); in lcore_main()
437 rte_eth_tx_burst(BOND_PORT, 0, NULL, 0); in lcore_main()
451 rte_eth_tx_burst(BOND_PORT, 0, &pkts[i], 1); in lcore_main()
543 rte_eth_tx_burst(BOND_PORT, 0, &created_pkt, 1); in cmd_obj_send_parsed()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dskeleton.rst231 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0,
261 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0,
285 The ``rte_eth_tx_burst()`` function frees the memory buffers of packets that
H A Dflow_classify.rst486 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0,
515 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0,
539 The ``rte_eth_tx_burst()`` function frees the memory buffers of packets that
/f-stack/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c137 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0, in lcore_main()
/f-stack/dpdk/examples/skeleton/
H A Dbasicfwd.c152 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0, in lcore_main()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd.h108 ret = rte_eth_tx_burst(port, queueid, m_table, n); in send_burst()
H A Dl3fwd_common.h193 n = rte_eth_tx_burst(port, qconf->tx_queue_id[port], m, num); in send_packetsx4()
/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c239 cnt_sent = rte_eth_tx_burst( in worker_main()

123