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

Function hts_ring_alloc

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

Source from the content-addressed store, hash-verified

125}
126
127static int
128hts_ring_alloc(struct rte_mempool *mp)
129{
130 return ring_alloc(mp, RING_F_MP_HTS_ENQ | RING_F_MC_HTS_DEQ);
131}
132
133static void
134common_ring_free(struct rte_mempool *mp)

Callers

nothing calls this directly

Calls 1

ring_allocFunction · 0.85

Tested by

no test coverage detected