net/mlx5: remove CQE padding device argument
[dpdk.git] / drivers / net / mlx5 / mlx5.h
index 41034f5..92a5d04 100644 (file)
@@ -212,7 +212,6 @@ struct mlx5_dev_config {
        unsigned int mpls_en:1; /* MPLS over GRE/UDP is enabled. */
        unsigned int cqe_comp:1; /* CQE compression is enabled. */
        unsigned int cqe_comp_fmt:3; /* CQE compression format. */
-       unsigned int cqe_pad:1; /* CQE padding is enabled. */
        unsigned int tso:1; /* Whether TSO is supported. */
        unsigned int rx_vec_en:1; /* Rx vector is enabled. */
        unsigned int mr_ext_memseg_en:1;