All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saeed Mahameed <saeed@kernel.org>
To: "David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, Jason Gunthorpe <jgg@nvidia.com>,
	Leon Romanovsky <leonro@nvidia.com>,
	Saeed Mahameed <saeedm@nvidia.com>
Subject: [pull-request][net-next] Merge mlx5-next into net-next
Date: Wed, 27 Oct 2021 22:21:04 -0700	[thread overview]
Message-ID: <20211028052104.1071670-1-saeed@kernel.org> (raw)

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(-)

             reply	other threads:[~2021-10-28  5:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-28  5:21 Saeed Mahameed [this message]
2021-10-28 15:22 ` [pull-request][net-next] Merge mlx5-next into net-next Jakub Kicinski
2021-10-28 19:32   ` Saeed Mahameed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211028052104.1071670-1-saeed@kernel.org \
    --to=saeed@kernel.org \
    --cc=davem@davemloft.net \
    --cc=jgg@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=leonro@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=saeedm@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.