| 70 | } |
| 71 | |
| 72 | static unsigned |
| 73 | common_ring_get_count(const struct rte_mempool *mp) |
| 74 | { |
| 75 | return rte_ring_count(mp->pool_data); |
| 76 | } |
| 77 | |
| 78 | static int |
| 79 | ring_alloc(struct rte_mempool *mp, uint32_t rg_flags) |
nothing calls this directly
no test coverage detected