]> git.droids-corp.org - dpdk.git/blobdiff - drivers/event/sw/sw_evdev.h
event/sw: change worker rings to standard event rings
[dpdk.git] / drivers / event / sw / sw_evdev.h
index 0d7f94f3b3b1c5133c573a17cc029248e2578091..6ef03ceb851b9783624d92f1024b6dd9a039d223 100644 (file)
@@ -190,9 +190,9 @@ struct sw_port {
        int16_t num_ordered_qids;
 
        /** Ring and buffer for pulling events from workers for scheduling */
-       struct qe_ring *rx_worker_ring __rte_cache_aligned;
+       struct rte_event_ring *rx_worker_ring __rte_cache_aligned;
        /** Ring and buffer for pushing packets to workers after scheduling */
-       struct qe_ring *cq_worker_ring;
+       struct rte_event_ring *cq_worker_ring;
 
        /* hole */