Searched refs:rte_ring_sp_enqueue_bulk (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | runtime.c | 65 ret = rte_ring_sp_enqueue_bulk( in app_main_loop_rx() 99 ret = rte_ring_sp_enqueue_bulk( in app_main_loop_worker()
|
| H A D | pipeline_hash.c | 462 ret = rte_ring_sp_enqueue_bulk( in app_main_loop_rx_metadata()
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | app_thread.c | 92 if (unlikely(rte_ring_sp_enqueue_bulk(conf->rx_ring, in app_rx_thread() 216 while (rte_ring_sp_enqueue_bulk(conf->tx_ring, in app_worker_thread()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_pmd_ring_perf.c | 106 rte_ring_sp_enqueue_bulk(r, (void *)burst, in test_bulk_enqueue_dequeue()
|
| H A D | test_ring.h | 116 return rte_ring_sp_enqueue_bulk(r, obj, n, NULL); in test_ring_enqueue()
|
| H A D | test_ipsec_perf.c | 485 if (mbuf && rte_ring_sp_enqueue_bulk(ring_inb_prepare, in testsuite_setup()
|
| H A D | test_ring.c | 254 .flegacy = rte_ring_sp_enqueue_bulk,
|
| /f-stack/dpdk/drivers/mempool/ring/ |
| H A D | rte_mempool_ring.c | 24 return rte_ring_sp_enqueue_bulk(mp->pool_data, in common_ring_sp_enqueue()
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring.h | 236 rte_ring_sp_enqueue_bulk(struct rte_ring *r, void * const *obj_table, in rte_ring_sp_enqueue_bulk() function
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_17_05.rst | 411 - ``rte_ring_sp_enqueue_bulk``
|