From: Moni Shoua Date: Tue, 22 Jan 2019 06:48:49 +0000 (+0200) Subject: net/mlx5: Add XRC transport to ODP device capabilities layout X-Git-Tag: Ubuntu-5.13.0-19.19~9001^2~114^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=dda7a817f2873a0e0b1c7fde1265758f3623daa4;p=mirror_ubuntu-jammy-kernel.git 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: Moni Shoua Reviewed-by: Majd Dibbiny Signed-off-by: Leon Romanovsky --- diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 35fe5217b244..5407db8ba8e1 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -831,7 +831,9 @@ struct mlx5_ifc_odp_cap_bits { 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 {