net/mlx5: support mark flow action
[dpdk.git] / drivers / net / mlx5 / mlx5_rxtx.h
index 5708c2a..eec409d 100644 (file)
@@ -114,7 +114,8 @@ struct rxq {
        unsigned int elts_n:4; /* Log 2 of Mbufs. */
        unsigned int port_id:8;
        unsigned int rss_hash:1; /* RSS hash result is enabled. */
-       unsigned int :9; /* Remaining bits. */
+       unsigned int mark:1; /* Marked flow available on the queue. */
+       unsigned int :8; /* Remaining bits. */
        volatile uint32_t *rq_db;
        volatile uint32_t *cq_db;
        uint16_t rq_ci;