common/mlx5: fix relaxed ordering count object
[dpdk.git] / drivers / common / mlx5 / mlx5_devx_cmds.h
index ac10687..49b174a 100644 (file)
@@ -100,6 +100,8 @@ struct mlx5_hca_attr {
        uint32_t log_max_hairpin_wq_data_sz:5;
        uint32_t log_max_hairpin_num_packets:5;
        uint32_t vhca_id:16;
+       uint32_t relaxed_ordering_write:1;
+       uint32_t relaxed_ordering_read:1;
        struct mlx5_hca_qos_attr qos;
        struct mlx5_hca_vdpa_attr vdpa;
 };