net/mlx5: handle Rx CQE compression
[dpdk.git] / drivers / net / mlx5 / mlx5.h
index 3dca03d..8f5a6df 100644 (file)
@@ -111,6 +111,7 @@ struct priv {
        unsigned int hw_padding:1; /* End alignment padding is supported. */
        unsigned int sriov:1; /* This is a VF or PF with VF devices. */
        unsigned int mps:1; /* Whether multi-packet send is supported. */
+       unsigned int cqe_comp:1; /* Whether CQE compression is enabled. */
        unsigned int pending_alarm:1; /* An alarm is pending. */
        /* RX/TX queues. */
        unsigned int rxqs_n; /* RX queues array size. */