| /f-stack/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() 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 D | sample_packet_forward.c | 107 if (rte_eth_rx_burst(portid, queue_id, pbuf, NUM_PACKETS) in test_packet_forward()
|
| H A D | test_link_bonding.c | 1603 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 D | test_link_bonding_mode4.c | 183 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 D | rxonly.c | 59 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_receive()
|
| H A D | iofwd.c | 60 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, in pkt_burst_io_forward()
|
| H A D | macswap.c | 67 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_mac_swap()
|
| H A D | macfwd.c | 66 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 | 106 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()
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | runtime.c | 55 n_mbufs = rte_eth_rx_burst( in app_main_loop_rx()
|
| /f-stack/dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 130 const uint16_t nb_rx = rte_eth_rx_burst(port, 0, in lcore_main()
|
| /f-stack/dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 145 const uint16_t nb_rx = rte_eth_rx_burst(port, 0, in lcore_main()
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_poll.c | 89 nb_rx = rte_eth_rx_burst(port_id, 0, pkts_burst, in l2fwd_poll_main_loop()
|
| /f-stack/dpdk/examples/flow_filtering/ |
| H A D | main.c | 68 nb_rx = rte_eth_rx_burst(port_id, in main_loop()
|
| /f-stack/dpdk/lib/librte_node/ |
| H A D | ethdev_rx.c | 29 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 D | skeleton.rst | 224 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 D | main.c | 262 rx_count = rte_eth_rx_burst(ports->id[port_num], 0, \ in do_packet_forwarding()
|
| /f-stack/dpdk/examples/ethtool/ethtool-app/ |
| H A D | main.c | 221 cnt_recv_frames = rte_eth_rx_burst( in worker_main()
|
| /f-stack/dpdk/examples/server_node_efd/server/ |
| H A D | main.c | 306 rx_count = rte_eth_rx_burst(info->id[port_num], 0, in do_packet_forwarding()
|
| /f-stack/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()
|