[pull-request][net-next] Merge mlx5-next into net-next

3 messages, 3 authors, 2021-10-28 · open the first message on its own page

[pull-request][net-next] Merge mlx5-next into net-next

From: Saeed Mahameed <saeed@kernel.org>
Date: 2021-10-28 05:21:17

From: Saeed Mahameed <saeedm@nvidia.com>

Hi Dave, Jakub,

This pull request provides a single merge commit of mlx5-next into net-next
which handles a non-trivial conflict.

The commits from mlx5-next provide MR (Memory Region) Memory Key
management cleanup in mlx5 IB driver and mlx5 core driver [1].

Please pull and let me know if there's any problem.

[1] https://patchwork.kernel.org/project/netdevbpf/cover/cover.1634033956.git.leonro@nvidia.com/

Thanks,
Saeed.

-- 

The following changes since commit f25c0515c521375154c62c72447869f40218c861:

  net: sched: gred: dynamically allocate tc_gred_qopt_offload (2021-10-27 12:06:52 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-net-next-5.15-rc7

for you to fetch changes up to 573bce9e675b0654e18a338ca9a64187fc19806f:

  Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-next (2021-10-27 21:33:28 -0700)

----------------------------------------------------------------
Merge mlx5-next into net-next

----------------------------------------------------------------
Aharon Landau (8):
      net/mlx5: Add ifc bits to support optional counters
      net/mlx5: Add priorities for counters in RDMA namespaces
      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

Leon Romanovsky (1):
      Merge brank 'mlx5_mkey' into rdma.git for-next

Meir Lichtinger (2):
      net/mlx5: Add uid field to UAR allocation structures
      IB/mlx5: Enable UAR to have DevX UID

Saeed Mahameed (1):
      Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-next

 drivers/infiniband/hw/mlx5/cmd.c                   | 26 +++++++
 drivers/infiniband/hw/mlx5/cmd.h                   |  2 +
 drivers/infiniband/hw/mlx5/devx.c                  | 13 ++--
 drivers/infiniband/hw/mlx5/devx.h                  |  2 +-
 drivers/infiniband/hw/mlx5/main.c                  | 55 +++++++-------
 drivers/infiniband/hw/mlx5/mlx5_ib.h               | 31 ++++----
 drivers/infiniband/hw/mlx5/mr.c                    | 83 +++++++++++-----------
 drivers/infiniband/hw/mlx5/odp.c                   | 38 +++-------
 drivers/infiniband/hw/mlx5/wr.c                    | 10 +--
 .../ethernet/mellanox/mlx5/core/diag/fw_tracer.c   |  6 +-
 .../ethernet/mellanox/mlx5/core/diag/fw_tracer.h   |  2 +-
 .../ethernet/mellanox/mlx5/core/diag/rsc_dump.c    | 10 +--
 drivers/net/ethernet/mellanox/mlx5/core/en.h       |  4 +-
 drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c   |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en/trap.c  |  2 +-
 .../net/ethernet/mellanox/mlx5/core/en_common.c    |  6 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  | 23 +++---
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c    |  2 +-
 .../net/ethernet/mellanox/mlx5/core/fpga/conn.c    | 10 +--
 .../net/ethernet/mellanox/mlx5/core/fpga/core.h    |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  | 54 +++++++++++---
 drivers/net/ethernet/mellanox/mlx5/core/mr.c       | 27 +++----
 .../mellanox/mlx5/core/steering/dr_icm_pool.c      | 10 +--
 .../ethernet/mellanox/mlx5/core/steering/dr_send.c | 11 ++-
 .../mellanox/mlx5/core/steering/dr_types.h         |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/uar.c      | 14 ++--
 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/device.h                        |  2 +
 include/linux/mlx5/driver.h                        | 32 ++-------
 include/linux/mlx5/fs.h                            |  2 +
 include/linux/mlx5/mlx5_ifc.h                      | 26 +++++--
 34 files changed, 292 insertions(+), 248 deletions(-)

Re: [pull-request][net-next] Merge mlx5-next into net-next

From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-10-28 15:22:09

On Wed, 27 Oct 2021 22:21:04 -0700 Saeed Mahameed wrote:
From: Saeed Mahameed <saeedm@nvidia.com>

Hi Dave, Jakub,

This pull request provides a single merge commit of mlx5-next into net-next
which handles a non-trivial conflict.

The commits from mlx5-next provide MR (Memory Region) Memory Key
management cleanup in mlx5 IB driver and mlx5 core driver [1].

Please pull and let me know if there's any problem.

[1] https://patchwork.kernel.org/project/netdevbpf/cover/cover.1634033956.git.leonro@nvidia.com/

Thanks,
Saeed.

-- 
FWIW the PR is fumbled a little bit and the actual contents are in the
footer. But Dave has pulled so all good. Just noting this for the
future cause I think that's why we missed the pw bot's auto-response.

Re: [pull-request][net-next] Merge mlx5-next into net-next

From: Saeed Mahameed <saeedm@nvidia.com>
Date: 2021-10-28 19:32:56

On Thu, 2021-10-28 at 08:22 -0700, Jakub Kicinski wrote:
On Wed, 27 Oct 2021 22:21:04 -0700 Saeed Mahameed wrote:
quoted
From: Saeed Mahameed <saeedm@nvidia.com>

Hi Dave, Jakub,

This pull request provides a single merge commit of mlx5-next into
net-next
which handles a non-trivial conflict.

The commits from mlx5-next provide MR (Memory Region) Memory Key
management cleanup in mlx5 IB driver and mlx5 core driver [1].

Please pull and let me know if there's any problem.

[1]
https://patchwork.kernel.org/project/netdevbpf/cover/cover.1634033956.git.leonro@nvidia.com/

Thanks,
Saeed.

-- 
FWIW the PR is fumbled a little bit and the actual contents are in
the
footer. But Dave has pulled so all good. Just noting this for the
future cause I think that's why we missed the pw bot's auto-response.
Got it, Thanks!
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help