| 125 | } |
| 126 | |
| 127 | static int |
| 128 | hts_ring_alloc(struct rte_mempool *mp) |
| 129 | { |
| 130 | return ring_alloc(mp, RING_F_MP_HTS_ENQ | RING_F_MC_HTS_DEQ); |
| 131 | } |
| 132 | |
| 133 | static void |
| 134 | common_ring_free(struct rte_mempool *mp) |
nothing calls this directly
no test coverage detected