mbox series

[rdma-next,0/2] Two fixes to -next

Message ID cover.1618753425.git.leonro@nvidia.com (mailing list archive)
Headers show
Series Two fixes to -next | expand

Message

Leon Romanovsky April 18, 2021, 1:49 p.m. UTC
From: Leon Romanovsky <leonro@nvidia.com>

The two fixes are targeted to the -next. Maor's change fixes DM code
that was accepted in this cycle and Parav's change doesn't qualify
urgency of -rc8.

Thanks

Maor Gottlieb (1):
  RDMA/mlx5: Fix type assignment for ICM DM

Parav Pandit (1):
  IB/mlx5: Set right RoCE l3 type and roce version while deleting GID

 drivers/infiniband/hw/mlx5/dm.c               | 23 +++++++++++--------
 drivers/infiniband/hw/mlx5/main.c             |  8 +++----
 .../net/ethernet/mellanox/mlx5/core/lib/gid.c |  4 ++--
 3 files changed, 19 insertions(+), 16 deletions(-)

Comments

Jason Gunthorpe April 20, 2021, 7:10 p.m. UTC | #1
On Sun, Apr 18, 2021 at 04:49:38PM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
> 
> The two fixes are targeted to the -next. Maor's change fixes DM code
> that was accepted in this cycle and Parav's change doesn't qualify
> urgency of -rc8.
> 
> Thanks
> 
> Maor Gottlieb (1):
>   RDMA/mlx5: Fix type assignment for ICM DM
> 
> Parav Pandit (1):
>   IB/mlx5: Set right RoCE l3 type and roce version while deleting GID

Applied to for-next, thanks

Jason