Commit dda7a817 authored by Moni Shoua's avatar Moni Shoua Committed by Leon Romanovsky
Browse files

net/mlx5: Add XRC transport to ODP device capabilities layout



The device capabilities for ODP structure was missing the field for XRC
transport so add it here.

Signed-off-by: default avatarMoni Shoua <monis@mellanox.com>
Reviewed-by: default avatarMajd Dibbiny <majd@mellanox.com>
Signed-off-by: default avatarLeon Romanovsky <leonro@mellanox.com>
parent ce4eee53
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -831,7 +831,9 @@ struct mlx5_ifc_odp_cap_bits {


	struct mlx5_ifc_odp_per_transport_service_cap_bits ud_odp_caps;
	struct mlx5_ifc_odp_per_transport_service_cap_bits ud_odp_caps;


	u8         reserved_at_e0[0x720];
	struct mlx5_ifc_odp_per_transport_service_cap_bits xrc_odp_caps;

	u8         reserved_at_100[0x700];
};
};


struct mlx5_ifc_calc_op {
struct mlx5_ifc_calc_op {