Searched refs:rx_mbufs (Results 1 – 2 of 2) sorted by relevance
| /dpdk/examples/qos_sched/ |
| H A D | app_thread.c | 65 struct rte_mbuf *rx_mbufs[burst_conf.rx_burst] __rte_cache_aligned; in app_rx_thread() local 76 nb_rx = rte_eth_rx_burst(conf->rx_port, conf->rx_queue, rx_mbufs, in app_rx_thread() 83 get_pkt_sched(rx_mbufs[i], in app_rx_thread() 86 rx_mbufs[i], in app_rx_thread() 93 (void **)rx_mbufs, nb_rx, NULL) == 0)) { in app_rx_thread() 95 rte_pktmbuf_free(rx_mbufs[i]); in app_rx_thread()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | gpudev.rst | 139 struct rte_mbuf *rx_mbufs[max_rx_mbufs]; 185 nb_rx = rte_eth_rx_burst(port_id, queue_id, &(rx_mbufs[0]), max_rx_mbufs); 186 rte_gpu_comm_populate_list_pkts(comm_list[0], rx_mbufs, nb_rx); 187 nb_rx = rte_eth_rx_burst(port_id, queue_id, &(rx_mbufs[0]), max_rx_mbufs); 188 rte_gpu_comm_populate_list_pkts(comm_list[1], rx_mbufs, nb_rx);
|