]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_rxtx.h
net/mlx5: add mark/flag flow action
[dpdk.git] / drivers / net / mlx5 / mlx5_rxtx.h
index 708fdd4faa3715ae9631a95d4bcac31788036195..99b769d8aee6a805125a3dd864802370d9d7537d 100644 (file)
@@ -138,6 +138,7 @@ struct mlx5_rxq_ctrl {
        unsigned int socket; /* CPU socket ID for allocations. */
        unsigned int irq:1; /* Whether IRQ is enabled. */
        uint16_t idx; /* Queue index. */
+       uint32_t flow_mark_n; /* Number of Mark/Flag flows using this Queue. */
 };
 
 /* Indirection table. */