From: Suraj Upadhyay <usuraj35@gmail.com>
To: dledford@redhat.com, jgg@ziepe.ca
Cc: linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org
Subject: [PATCH 0/4] Infiniband Subsystem: Remove pci-dma-compat wrapper APIs.
Date: Sun, 09 Aug 2020 07:36:28 +0000 [thread overview]
Message-ID: <cover.1596957073.git.usuraj35@gmail.com> (raw)
Hii Developers,
This patch series will replace all the legacy pci-dma-compat wrappers
with the dma-mapping APIs directly in the INFINIBAND Subsystem.
This task is done through a coccinelle script which is described in each commit
message.
The changes are compile tested.
Thanks,
Suraj Upadhyay.
Suraj Upadhyay (4):
IB/hfi1: Remove pci-dma-compat wrapper APIs
IB/mthca: Remove pci-dma-compat wrapper APIs
RDMA/qib: Remove pci-dma-compat wrapper APIs
RDMA/pvrdma: Remove pci-dma-compat wrapper APIs
drivers/infiniband/hw/hfi1/pcie.c | 8 +++----
drivers/infiniband/hw/hfi1/user_exp_rcv.c | 13 +++++------
drivers/infiniband/hw/mthca/mthca_eq.c | 21 +++++++++--------
drivers/infiniband/hw/mthca/mthca_main.c | 8 +++----
drivers/infiniband/hw/mthca/mthca_memfree.c | 23 +++++++++++--------
drivers/infiniband/hw/qib/qib_file_ops.c | 12 +++++-----
drivers/infiniband/hw/qib/qib_init.c | 4 ++--
drivers/infiniband/hw/qib/qib_pcie.c | 8 +++----
drivers/infiniband/hw/qib/qib_user_pages.c | 12 +++++-----
.../infiniband/hw/vmw_pvrdma/pvrdma_main.c | 6 ++---
10 files changed, 59 insertions(+), 56 deletions(-)
--
2.17.1
WARNING: multiple messages have this Message-ID (diff)
From: Suraj Upadhyay <usuraj35@gmail.com>
To: dledford@redhat.com, jgg@ziepe.ca
Cc: linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org
Subject: [PATCH 0/4] Infiniband Subsystem: Remove pci-dma-compat wrapper APIs.
Date: Sun, 9 Aug 2020 12:54:28 +0530 [thread overview]
Message-ID: <cover.1596957073.git.usuraj35@gmail.com> (raw)
Hii Developers,
This patch series will replace all the legacy pci-dma-compat wrappers
with the dma-mapping APIs directly in the INFINIBAND Subsystem.
This task is done through a coccinelle script which is described in each commit
message.
The changes are compile tested.
Thanks,
Suraj Upadhyay.
Suraj Upadhyay (4):
IB/hfi1: Remove pci-dma-compat wrapper APIs
IB/mthca: Remove pci-dma-compat wrapper APIs
RDMA/qib: Remove pci-dma-compat wrapper APIs
RDMA/pvrdma: Remove pci-dma-compat wrapper APIs
drivers/infiniband/hw/hfi1/pcie.c | 8 +++----
drivers/infiniband/hw/hfi1/user_exp_rcv.c | 13 +++++------
drivers/infiniband/hw/mthca/mthca_eq.c | 21 +++++++++--------
drivers/infiniband/hw/mthca/mthca_main.c | 8 +++----
drivers/infiniband/hw/mthca/mthca_memfree.c | 23 +++++++++++--------
drivers/infiniband/hw/qib/qib_file_ops.c | 12 +++++-----
drivers/infiniband/hw/qib/qib_init.c | 4 ++--
drivers/infiniband/hw/qib/qib_pcie.c | 8 +++----
drivers/infiniband/hw/qib/qib_user_pages.c | 12 +++++-----
.../infiniband/hw/vmw_pvrdma/pvrdma_main.c | 6 ++---
10 files changed, 59 insertions(+), 56 deletions(-)
--
2.17.1
next reply other threads:[~2020-08-09 7:36 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-09 7:24 Suraj Upadhyay [this message]
2020-08-09 7:36 ` [PATCH 0/4] Infiniband Subsystem: Remove pci-dma-compat wrapper APIs Suraj Upadhyay
2020-08-09 7:29 ` [PATCH 1/4] IB/hfi1: " Suraj Upadhyay
2020-08-09 7:41 ` Suraj Upadhyay
2020-08-09 7:31 ` [PATCH 2/4] IB/mthca: " Suraj Upadhyay
2020-08-09 7:43 ` Suraj Upadhyay
2020-08-09 7:32 ` [PATCH 3/4] RDMA/qib: " Suraj Upadhyay
2020-08-09 7:44 ` Suraj Upadhyay
2020-08-09 7:33 ` [PATCH 4/4] RDMA/pvrdma: " Suraj Upadhyay
2020-08-09 7:45 ` Suraj Upadhyay
2020-08-09 7:45 ` [PATCH 5/4] RDMA/efa : " Suraj Upadhyay
2020-08-09 7:57 ` Suraj Upadhyay
2020-08-09 8:10 ` Joe Perches
2020-08-09 8:10 ` Joe Perches
2020-08-09 8:35 ` [PATCH 0/4] Infiniband Subsystem: " Gal Pressman
2020-08-09 8:35 ` Gal Pressman
2020-08-09 8:38 ` Suraj Upadhyay
2020-08-09 8:50 ` Suraj Upadhyay
2020-08-24 16:42 ` Jason Gunthorpe
2020-08-24 16:42 ` 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=cover.1596957073.git.usuraj35@gmail.com \
--to=usuraj35@gmail.com \
--cc=dledford@redhat.com \
--cc=jgg@ziepe.ca \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--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 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.