mbox series

[rdma-next,0/4] Small set of mlx5 related fixes

Message ID 20190319092439.10701-1-leon@kernel.org
Headers show
Series Small set of mlx5 related fixes | expand

Message

Leon Romanovsky March 19, 2019, 9:24 a.m. UTC
From: Leon Romanovsky <leonro@mellanox.com>

Hi,

Despite one change in mlx5_core, all those changes are for mlx5_ib. The
change in mlx5_core is related to MR cache initialization that is not
used in mlx5_core at all.

Thanks

Artemy Kovalyov (3):
  IB/mlx5: WQE dump jumps over first 16 bytes
  net/mlx5: Decrease default mr cache size
  IB/mlx5: Compare only index part of a memory window rkey

Moni Shoua (1):
  IB/mlx5: Reset access mask when looping inside page fault handler

 drivers/infiniband/hw/mlx5/odp.c              | 14 +++++++++++--
 drivers/infiniband/hw/mlx5/qp.c               |  5 ++---
 .../net/ethernet/mellanox/mlx5/core/main.c    | 20 -------------------
 3 files changed, 14 insertions(+), 25 deletions(-)

--
2.20.1

Comments

Jason Gunthorpe March 27, 2019, 6:29 p.m. UTC | #1
On Tue, Mar 19, 2019 at 11:24:35AM +0200, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@mellanox.com>
> 
> Hi,
> 
> Despite one change in mlx5_core, all those changes are for mlx5_ib. The
> change in mlx5_core is related to MR cache initialization that is not
> used in mlx5_core at all.
> 
> Thanks
> 
> Artemy Kovalyov (3):
>   IB/mlx5: WQE dump jumps over first 16 bytes
>   IB/mlx5: Compare only index part of a memory window rkey

Applied to for-next

>   net/mlx5: Decrease default mr cache size

For you and Saeed
 
> Moni Shoua (1):
>   IB/mlx5: Reset access mask when looping inside page fault handler

I sent this one to for-rc since it is @stable

Thanks,
Jason