linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: dledford@redhat.com, jgg@nvidia.com
Cc: linux-rdma@vger.kernel.org, Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH rdma-next 0/3] rdma: prepare for const netdev->dev_addr
Date: Tue, 19 Oct 2021 11:26:01 -0700	[thread overview]
Message-ID: <20211019182604.1441387-1-kuba@kernel.org> (raw)

Hi!

These are RDMA changes needed to make netdev->dev_addr const.
These can go via rdma-next.

Jakub Kicinski (3):
  ipoib: use dev_addr_mod()
  mlx5: use dev_addr_mod()
  RDMA: constify netdev->dev_addr accesses

 drivers/infiniband/hw/bnxt_re/qplib_res.c       |  2 +-
 drivers/infiniband/hw/bnxt_re/qplib_res.h       |  2 +-
 drivers/infiniband/hw/bnxt_re/qplib_sp.c        |  6 +++---
 drivers/infiniband/hw/bnxt_re/qplib_sp.h        |  5 +++--
 drivers/infiniband/hw/hfi1/ipoib_main.c         |  2 +-
 drivers/infiniband/hw/hns/hns_roce_device.h     |  3 ++-
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c      | 10 +++++-----
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c      |  6 +++---
 drivers/infiniband/hw/hns/hns_roce_main.c       |  3 ++-
 drivers/infiniband/hw/irdma/cm.h                |  4 ++--
 drivers/infiniband/hw/irdma/hw.c                |  7 ++++---
 drivers/infiniband/hw/irdma/main.h              |  5 +++--
 drivers/infiniband/hw/irdma/trace_cm.h          |  8 +++++---
 drivers/infiniband/hw/irdma/utils.c             |  4 ++--
 drivers/infiniband/hw/irdma/verbs.c             |  2 +-
 drivers/infiniband/hw/usnic/usnic_fwd.c         |  2 +-
 drivers/infiniband/hw/usnic/usnic_fwd.h         |  2 +-
 drivers/infiniband/ulp/ipoib/ipoib_cm.c         |  4 +++-
 drivers/infiniband/ulp/ipoib/ipoib_ib.c         |  9 ++++-----
 drivers/infiniband/ulp/ipoib/ipoib_main.c       | 17 +++++++++--------
 .../ethernet/mellanox/mlx5/core/ipoib/ipoib.c   |  8 +++++---
 21 files changed, 61 insertions(+), 50 deletions(-)

-- 
2.31.1


             reply	other threads:[~2021-10-19 18:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-19 18:26 Jakub Kicinski [this message]
2021-10-19 18:26 ` [PATCH rdma-next 1/3] ipoib: use dev_addr_mod() Jakub Kicinski
2021-10-21  9:51   ` Leon Romanovsky
2021-10-19 18:26 ` [PATCH rdma-next 2/3] mlx5: " Jakub Kicinski
2021-10-21  9:49   ` Leon Romanovsky
2021-10-21 12:58     ` Jakub Kicinski
2021-10-21 13:40       ` Leon Romanovsky
2021-10-21 13:40   ` Leon Romanovsky
2021-10-19 18:26 ` [PATCH rdma-next 3/3] RDMA: constify netdev->dev_addr accesses Jakub Kicinski
2021-10-21  9:51   ` Leon Romanovsky
2021-10-21 11:48   ` Dennis Dalessandro
2021-10-25 17:36 ` [PATCH rdma-next 0/3] rdma: prepare for const netdev->dev_addr Jason Gunthorpe

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=20211019182604.1441387-1-kuba@kernel.org \
    --to=kuba@kernel.org \
    --cc=dledford@redhat.com \
    --cc=jgg@nvidia.com \
    --cc=linux-rdma@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).