.dequeue=common_ring_sc_dequeue, .get_count=common_ring_get_count, };staticconststructrte_mempool_ops ops_sp_mc ={ .name="ring_sp_mc",/*单生产者多消费者*/.alloc=common_ring_alloc, .free=common_ring_free, .enqueue=common_ring_sp_enqueue, .dequeue=common_ring_mc_dequeue, .get_count...
.dequeue=common_ring_sc_dequeue, .get_count=common_ring_get_count, };staticconststructrte_mempool_ops ops_sp_mc ={ .name="ring_sp_mc",/*单生产者多消费者*/.alloc=common_ring_alloc, .free=common_ring_free, .enqueue=common_ring_sp_enqueue, .dequeue=common_ring_mc_dequeue, .get_count...