| 119 | } |
| 120 | |
| 121 | static int |
| 122 | rts_ring_alloc(struct rte_mempool *mp) |
| 123 | { |
| 124 | return ring_alloc(mp, RING_F_MP_RTS_ENQ | RING_F_MC_RTS_DEQ); |
| 125 | } |
| 126 | |
| 127 | static int |
| 128 | hts_ring_alloc(struct rte_mempool *mp) |
nothing calls this directly
no test coverage detected