Home
last modified time | relevance | path

Searched refs:rte_eth_rx_burst (Results 1 – 25 of 89) sorted by relevance

1234

/f-stack/dpdk/app/test/
H A Dtest_pmd_ring.c85 if (rte_eth_rx_burst(rx_portb, 0, pbufs, RING_SIZE) != RING_SIZE/2) { in test_send_basic_packets()
116 if (rte_eth_rx_burst(port, 0, pbufs, RING_SIZE) != RING_SIZE/2) { in test_send_basic_packets_port()
155 if (rte_eth_rx_burst(port, 0, &pbuf, 1) != 1) { in test_get_stats()
195 if (rte_eth_rx_burst(port, 0, &pbuf, 1) != 1) { in test_stats_reset()
291 if (rte_eth_rx_burst(rxtx_porte, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
325 if (rte_eth_rx_burst(rxtx_portd, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
359 if (rte_eth_rx_burst(rxtx_portd, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
393 if (rte_eth_rx_burst(rxtx_porte, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
H A Dtest_pmd_ring_perf.c47 rte_eth_rx_burst(ring_ethdev_port, 0, (void *)burst, in test_empty_dequeue()
83 rte_eth_rx_burst(ring_ethdev_port, 0, mburst, 1); in test_single_enqueue_dequeue()
117 rte_eth_rx_burst(ring_ethdev_port, 0, burst, bulk_sizes[sz]); in test_bulk_enqueue_dequeue()
H A Dtest_pmd_perf.c350 nb_rx = rte_eth_rx_burst(portid, 0, in measure_rxtx()
389 nb_rx = rte_eth_rx_burst(portid, 0, in measure_rxonly()
426 nb_rx = rte_eth_rx_burst(portid, 0, in measure_txonly()
505 nb_rx = rte_eth_rx_burst(portid, 0, in main_loop()
574 nb_rx = rte_eth_rx_burst(portid, 0, in poll_burst()
H A Dsample_packet_forward.c107 if (rte_eth_rx_burst(portid, queue_id, pbuf, NUM_PACKETS) in test_packet_forward()
H A Dtest_link_bonding.c1603 TEST_ASSERT_EQUAL(rte_eth_rx_burst( in test_roundrobin_rx_burst_on_single_slave()
1685 nb_rx = rte_eth_rx_burst(test_params->bonded_port_id, 0, rx_pkt_burst, in test_roundrobin_rx_burst_on_multiple_slaves()
2001 TEST_ASSERT_EQUAL(rte_eth_rx_burst( in test_roundrobin_verify_slave_link_status_change_behaviour()
2230 TEST_ASSERT_EQUAL(rte_eth_rx_burst(test_params->bonded_port_id, 0, in test_activebackup_rx_burst()
2598 TEST_ASSERT_EQUAL(rte_eth_rx_burst( in test_activebackup_verify_slave_link_status_change_failover()
3177 TEST_ASSERT_EQUAL(rte_eth_rx_burst(test_params->bonded_port_id, 0, in test_balance_rx_burst()
3558 rte_eth_rx_burst(test_params->bonded_port_id, 0, rx_pkt_burst, in test_balance_verify_slave_link_status_change_behaviour()
3800 TEST_ASSERT_EQUAL(rte_eth_rx_burst( in test_broadcast_rx_burst()
4103 TEST_ASSERT_EQUAL(rte_eth_rx_burst( in test_broadcast_verify_slave_link_status_change_behaviour()
4306 nb_rx = rte_eth_rx_burst(test_params->bonded_port_id, 0, in test_tlb_rx_burst()
[all …]
H A Dtest_link_bonding_mode4.c183 return rte_eth_rx_burst(test_params.bonded_port_id, 0, buf, size); in bond_rx()
865 retval = rte_eth_rx_burst(test_params.bonded_port_id, 0, pkts, in test_mode4_rx()
913 retval = rte_eth_rx_burst(test_params.bonded_port_id, 0, pkts, in test_mode4_rx()
1224 retval = rte_eth_rx_burst(test_params.bonded_port_id, 0, pkts, in test_mode4_marker()
/f-stack/dpdk/app/test-pmd/
H A Drxonly.c59 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_receive()
H A Diofwd.c60 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, in pkt_burst_io_forward()
H A Dmacswap.c67 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_mac_swap()
H A Dmacfwd.c66 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_mac_forward()
H A Dieee1588fwd.c105 if (rte_eth_rx_burst(fs->rx_port, fs->rx_queue, &mb, 1) == 0) in ieee1588_packet_fwd()
H A Dflowgen.c106 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_flow_gen()
H A D5tswap.c115 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_5tuple_swap()
H A Dnoisy_vnf.c155 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, in pkt_burst_noisy_vnf()
/f-stack/dpdk/app/test-pipeline/
H A Druntime.c55 n_mbufs = rte_eth_rx_burst( in app_main_loop_rx()
/f-stack/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c130 const uint16_t nb_rx = rte_eth_rx_burst(port, 0, in lcore_main()
/f-stack/dpdk/examples/skeleton/
H A Dbasicfwd.c145 const uint16_t nb_rx = rte_eth_rx_burst(port, 0, in lcore_main()
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_poll.c89 nb_rx = rte_eth_rx_burst(port_id, 0, pkts_burst, in l2fwd_poll_main_loop()
/f-stack/dpdk/examples/flow_filtering/
H A Dmain.c68 nb_rx = rte_eth_rx_burst(port_id, in main_loop()
/f-stack/dpdk/lib/librte_node/
H A Dethdev_rx.c29 count = rte_eth_rx_burst(port, queue, (struct rte_mbuf **)node->objs, in ethdev_rx_node_process_inline()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dskeleton.rst224 const uint16_t nb_rx = rte_eth_rx_burst(port, 0,
254 const uint16_t nb_rx = rte_eth_rx_burst(port, 0,
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dmain.c262 rx_count = rte_eth_rx_burst(ports->id[port_num], 0, \ in do_packet_forwarding()
/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c221 cnt_recv_frames = rte_eth_rx_burst( in worker_main()
/f-stack/dpdk/examples/server_node_efd/server/
H A Dmain.c306 rx_count = rte_eth_rx_burst(info->id[port_num], 0, in do_packet_forwarding()
/f-stack/dpdk/examples/qos_sched/
H A Dapp_thread.c76 nb_rx = rte_eth_rx_burst(conf->rx_port, conf->rx_queue, rx_mbufs, in app_rx_thread()

1234