MCPcopy Create free account
hub / github.com/F-Stack/f-stack / common_ring_sp_enqueue

Function common_ring_sp_enqueue

dpdk/drivers/mempool/ring/rte_mempool_ring.c:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20static int
21common_ring_sp_enqueue(struct rte_mempool *mp, void * const *obj_table,
22 unsigned n)
23{
24 return rte_ring_sp_enqueue_bulk(mp->pool_data,
25 obj_table, n, NULL) == 0 ? -ENOBUFS : 0;
26}
27
28static int
29rts_ring_mp_enqueue(struct rte_mempool *mp, void * const *obj_table,

Callers

nothing calls this directly

Calls 1

rte_ring_sp_enqueue_bulkFunction · 0.85

Tested by

no test coverage detected