[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YWVvKM/7jjdNoqTp@unreal>
Date: Tue, 12 Oct 2021 14:19:04 +0300
From: Leon Romanovsky <leonro@...dia.com>
To: Doug Ledford <dledford@...hat.com>,
Jason Gunthorpe <jgg@...dia.com>
CC: Aharon Landau <aharonl@...dia.com>, <linux-rdma@...r.kernel.org>,
"Maor Gottlieb" <maorg@...dia.com>,
"Michael S. Tsirkin" <mst@...hat.com>,
<virtualization@...ts.linux-foundation.org>,
Shay Drory <shayd@...dia.com>, <netdev@...r.kernel.org>,
Jakub Kicinski <kuba@...nel.org>,
Saeed Mahameed <saeedm@...dia.com>
Subject: Re: [PATCH mlx5-next 0/7] Clean MR key use across mlx5_* modules
On Tue, Oct 12, 2021 at 01:26:28PM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@...dia.com>
>
> Hi,
>
> This is cleanup series of mlx5_* MR mkey management.
>
> Thanks
>
> Aharon Landau (7):
> RDMA/mlx5: Don't set esc_size in user mr
^^^^ this typo, I will fix when apply to mmlx5-next.
Thanks
> RDMA/mlx5: Remove iova from struct mlx5_core_mkey
> RDMA/mlx5: Remove size from struct mlx5_core_mkey
> RDMA/mlx5: Remove pd from struct mlx5_core_mkey
> RDMA/mlx5: Replace struct mlx5_core_mkey by u32 key
> RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ib
> RDMA/mlx5: Attach ndescs to mlx5_ib_mkey
>
> drivers/infiniband/hw/mlx5/devx.c | 13 +--
> drivers/infiniband/hw/mlx5/devx.h | 2 +-
> drivers/infiniband/hw/mlx5/mlx5_ib.h | 31 ++++---
> drivers/infiniband/hw/mlx5/mr.c | 82 +++++++++----------
> drivers/infiniband/hw/mlx5/odp.c | 38 +++------
> drivers/infiniband/hw/mlx5/wr.c | 10 +--
> .../mellanox/mlx5/core/diag/fw_tracer.c | 6 +-
> .../mellanox/mlx5/core/diag/fw_tracer.h | 2 +-
> .../mellanox/mlx5/core/diag/rsc_dump.c | 10 +--
> drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 +-
> .../net/ethernet/mellanox/mlx5/core/en/ptp.c | 2 +-
> .../net/ethernet/mellanox/mlx5/core/en/trap.c | 2 +-
> .../ethernet/mellanox/mlx5/core/en_common.c | 6 +-
> .../net/ethernet/mellanox/mlx5/core/en_main.c | 13 ++-
> .../ethernet/mellanox/mlx5/core/fpga/conn.c | 10 +--
> .../ethernet/mellanox/mlx5/core/fpga/core.h | 2 +-
> drivers/net/ethernet/mellanox/mlx5/core/mr.c | 27 +++---
> .../mellanox/mlx5/core/steering/dr_icm_pool.c | 10 +--
> .../mellanox/mlx5/core/steering/dr_send.c | 11 ++-
> .../mellanox/mlx5/core/steering/dr_types.h | 2 +-
> drivers/vdpa/mlx5/core/mlx5_vdpa.h | 8 +-
> drivers/vdpa/mlx5/core/mr.c | 8 +-
> drivers/vdpa/mlx5/core/resources.c | 13 +--
> drivers/vdpa/mlx5/net/mlx5_vnet.c | 2 +-
> include/linux/mlx5/driver.h | 30 ++-----
> 25 files changed, 147 insertions(+), 195 deletions(-)
>
> --
> 2.31.1
>
> _______________________________________________
> Virtualization mailing list
> Virtualization@...ts.linux-foundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/virtualization
Powered by blists - more mailing lists