]> git.droids-corp.org - dpdk.git/blobdiff - drivers/event/sw/sw_evdev.h
event/sw: add queue-to-port stats
[dpdk.git] / drivers / event / sw / sw_evdev.h
index 61c671d622d24cb275b5482e53a6a1e64da2c09f..b3929f4a7d33a1be96f7fee52266f3781fd320f4 100644 (file)
@@ -149,6 +149,7 @@ struct sw_qid {
        uint32_t cq_num_mapped_cqs;
        uint32_t cq_next_tx; /* cq to write next (non-atomic) packet */
        uint32_t cq_map[SW_PORTS_MAX];
+       uint64_t to_port[SW_PORTS_MAX];
 
        /* Track flow ids for atomic load balancing */
        struct sw_fid_t fids[SW_QID_NUM_FIDS];