diff options
author | Moni Shoua <monis@mellanox.com> | 2019-01-22 09:48:49 +0300 |
---|---|---|
committer | Leon Romanovsky <leonro@mellanox.com> | 2019-02-03 13:49:50 +0300 |
commit | dda7a817f2873a0e0b1c7fde1265758f3623daa4 (patch) | |
tree | fa471cd834b86b8c5d160cbd7d8e01cb27a75384 /include/linux/mlx5 | |
parent | ce4eee5340a966f633fee1e8603aafd223ca394a (diff) | |
download | linux-dda7a817f2873a0e0b1c7fde1265758f3623daa4.tar.xz |
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 <monis@mellanox.com>
Reviewed-by: Majd Dibbiny <majd@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r-- | include/linux/mlx5/mlx5_ifc.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |