| /dpdk/app/test/ |
| H A D | test_pmd_ring.c | 85 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 D | test_pmd_ring_perf.c | 47 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 D | test_pmd_perf.c | 350 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() 517 nb_rx = rte_eth_rx_burst(portid, 0, in main_loop() 585 nb_rx = rte_eth_rx_burst(portid, 0, in poll_burst()
|
| H A D | sample_packet_forward.c | 136 if (rte_eth_rx_burst(portid, queue_id, pbuf, NUM_PACKETS) in test_packet_forward()
|
| H A D | test_link_bonding.c | 1606 TEST_ASSERT_EQUAL(rte_eth_rx_burst( in test_roundrobin_rx_burst_on_single_slave() 1687 nb_rx = rte_eth_rx_burst(test_params->bonded_port_id, 0, rx_pkt_burst, in test_roundrobin_rx_burst_on_multiple_slaves() 2002 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 D | test_link_bonding_mode4.c | 182 return rte_eth_rx_burst(test_params.bonded_port_id, 0, buf, size); in bond_rx() 863 retval = rte_eth_rx_burst(test_params.bonded_port_id, 0, pkts, in test_mode4_rx() 911 retval = rte_eth_rx_burst(test_params.bonded_port_id, 0, pkts, in test_mode4_rx() 1223 retval = rte_eth_rx_burst(test_params.bonded_port_id, 0, pkts, in test_mode4_marker()
|
| /dpdk/app/test-pmd/ |
| H A D | rxonly.c | 58 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_receive()
|
| H A D | iofwd.c | 59 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, in pkt_burst_io_forward()
|
| H A D | macswap.c | 66 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_mac_swap()
|
| H A D | shared_rxq_fwd.c | 101 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in shared_rxq_fwd()
|
| H A D | macfwd.c | 65 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_mac_forward()
|
| H A D | ieee1588fwd.c | 105 if (rte_eth_rx_burst(fs->rx_port, fs->rx_queue, &mb, 1) == 0) in ieee1588_packet_fwd()
|
| H A D | flowgen.c | 88 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_flow_gen()
|
| H A D | 5tswap.c | 115 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_5tuple_swap()
|
| H A D | noisy_vnf.c | 155 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, in pkt_burst_noisy_vnf()
|
| /dpdk/app/test-pipeline/ |
| H A D | runtime.c | 54 n_mbufs = rte_eth_rx_burst( in app_main_loop_rx()
|
| /dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 125 const uint16_t nb_rx = rte_eth_rx_burst(port, 0, in lcore_main()
|
| /dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 145 const uint16_t nb_rx = rte_eth_rx_burst(port, 0, in lcore_main()
|
| /dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_poll.c | 91 nb_rx = rte_eth_rx_burst(port_id, 0, pkts_burst, in l2fwd_poll_main_loop()
|
| /dpdk/examples/flow_filtering/ |
| H A D | main.c | 69 nb_rx = rte_eth_rx_burst(port_id, in main_loop()
|
| /dpdk/lib/node/ |
| H A D | ethdev_rx.c | 28 count = rte_eth_rx_burst(port, queue, (struct rte_mbuf **)node->objs, in ethdev_rx_node_process_inline()
|
| /dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | main.c | 263 rx_count = rte_eth_rx_burst(ports->id[port_num], 0, \ in do_packet_forwarding()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | gpudev.rst | 185 nb_rx = rte_eth_rx_burst(port_id, queue_id, &(rx_mbufs[0]), max_rx_mbufs); 187 nb_rx = rte_eth_rx_burst(port_id, queue_id, &(rx_mbufs[0]), max_rx_mbufs);
|
| /dpdk/examples/server_node_efd/server/ |
| H A D | main.c | 314 rx_count = rte_eth_rx_burst(info->id[port_num], 0, in do_packet_forwarding()
|
| /dpdk/examples/qos_sched/ |
| H A D | app_thread.c | 76 nb_rx = rte_eth_rx_burst(conf->rx_port, conf->rx_queue, rx_mbufs, in app_rx_thread()
|