Home
last modified time | relevance | path

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

123

/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.c1416 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()
484 nb_tx = rte_eth_tx_burst(portid, 0, in main_loop()
649 nb_tx = rte_eth_tx_burst(portid, 0, &tx_burst[idx], nb_tx); in exec_burst()
H A Dsample_packet_forward.c130 if (rte_eth_tx_burst(portid, queue_id, pbuf, NUM_PACKETS) in test_packet_forward()
/dpdk/app/test-pmd/
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 Diofwd.c66 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_io_forward()
75 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_io_forward()
H A Dmacswap.c77 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, nb_rx); in pkt_burst_mac_swap()
85 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_mac_swap()
H A Dmacfwd.c97 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, nb_rx); in pkt_burst_mac_forward()
105 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_mac_forward()
H A Dflowgen.c170 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, nb_pkt); in pkt_burst_flow_gen()
178 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.c486 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, in reply_to_icmp_echo_rqsts()
496 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.c398 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, nb_pkt); in pkt_burst_transmit()
407 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_transmit()
/dpdk/lib/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()
/dpdk/lib/node/
H A Dethdev_tx.c26 count = rte_eth_tx_burst(port, queue, (struct rte_mbuf **)objs, in ethdev_tx_node_process()
/dpdk/examples/bond/
H A Dmain.c431 rte_eth_tx_burst(BOND_PORT, 0, &pkts[i], 1); in lcore_main()
434 rte_eth_tx_burst(BOND_PORT, 0, NULL, 0); in lcore_main()
450 rte_eth_tx_burst(BOND_PORT, 0, &pkts[i], 1); in lcore_main()
542 rte_eth_tx_burst(BOND_PORT, 0, &created_pkt, 1); in cmd_obj_send_parsed()
/dpdk/app/test-pipeline/
H A Druntime.c135 n_pkts = rte_eth_tx_burst( in app_main_loop_tx()
/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c132 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0, in lcore_main()
/dpdk/examples/skeleton/
H A Dbasicfwd.c152 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0, in lcore_main()
/dpdk/examples/l3fwd/
H A Dl3fwd_common.h193 n = rte_eth_tx_burst(port, qconf->tx_queue_id[port], m, num); in send_packetsx4()
H A Dl3fwd.h121 ret = rte_eth_tx_burst(port, queueid, m_table, n); in send_burst()
/dpdk/examples/qos_sched/
H A Dapp_thread.c124 ret = rte_eth_tx_burst(qconf->tx_port, qconf->tx_queue, mbufs, (uint16_t)n); in app_send_burst()
/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c239 cnt_sent = rte_eth_tx_burst( in worker_main()
/dpdk/examples/rxtx_callbacks/
H A Dmain.c267 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0, in lcore_main()

123