On Thu, Aug 01, 2019 at 02:25:16PM +0000, Jason Gunthorpe wrote: > On Thu, Aug 01, 2019 at 03:21:37PM +0300, Leon Romanovsky wrote: > > > diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h > > index ec571fd7fcf8..5eae8d734435 100644 > > +++ b/include/linux/mlx5/mlx5_ifc.h > > @@ -944,7 +944,9 @@ struct mlx5_ifc_odp_cap_bits { > > > > struct mlx5_ifc_odp_per_transport_service_cap_bits xrc_odp_caps; > > > > - u8 reserved_at_100[0x700]; > > + struct mlx5_ifc_odp_per_transport_service_cap_bits dc_odp_caps; > > + > > + u8 reserved_at_100[0x6E0]; > > }; > > Not splitting this to mlx5-next? This whole patch goes to mlx5-next, because it touches drivers/net/ethernet/mellanox/mlx5/core/main.c too and splitting to ifc specific patch won't change anything. Thanks > > Jason