| /f-stack/dpdk/app/test/ |
| H A D | test_pmd_ring.c | 80 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 D | test_link_bonding.c | 1413 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 D | test_pmd_ring_perf.c | 82 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 D | test_pmd_perf.c | 358 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 D | sample_packet_forward.c | 101 if (rte_eth_tx_burst(portid, queue_id, pbuf, NUM_PACKETS) in test_packet_forward()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | iofwd.c | 67 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 D | macswap.c | 78 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 D | noisy_vnf.c | 103 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 D | macfwd.c | 98 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 D | flowgen.c | 177 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 D | 5tswap.c | 165 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 D | icmpecho.c | 487 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 D | ieee1588fwd.c | 188 if (rte_eth_tx_burst(fs->rx_port, fs->tx_queue, &mb, 1) == 0) { in ieee1588_packet_fwd()
|
| H A D | txonly.c | 391 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 D | rte_port_ethdev.c | 172 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 D | ethdev_tx.c | 27 count = rte_eth_tx_burst(port, queue, (struct rte_mbuf **)objs, in ethdev_tx_node_process()
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | runtime.c | 136 n_pkts = rte_eth_tx_burst( in app_main_loop_tx()
|
| /f-stack/dpdk/examples/bond/ |
| H A D | main.c | 434 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 D | skeleton.rst | 231 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 D | flow_classify.rst | 486 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 D | l2fwd-cat.c | 137 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0, in lcore_main()
|
| /f-stack/dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 152 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0, in lcore_main()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd.h | 108 ret = rte_eth_tx_burst(port, queueid, m_table, n); in send_burst()
|
| H A D | l3fwd_common.h | 193 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 D | main.c | 239 cnt_sent = rte_eth_tx_burst( in worker_main()
|