net/dpaa2: add support for congestion notification
[dpdk.git] / drivers / bus / fslmc / portal / dpaa2_hw_pvt.h
index e04edc6..b83ddd9 100644 (file)
@@ -123,7 +123,10 @@ struct dpaa2_queue {
        uint64_t rx_pkts;
        uint64_t tx_pkts;
        uint64_t err_pkts;
-       struct queue_storage_info_t *q_storage;
+       union {
+               struct queue_storage_info_t *q_storage;
+               struct qbman_result *cscn;
+       };
 };
 
 struct swp_active_dqs {