Re: [PATCH 0/4] Infiniband Subsystem: Remove pci-dma-compat wrapper APIs.

From: Gal Pressman
Date: Sun Aug 09 2020 - 04:36:08 EST


On 09/08/2020 10:24, Suraj Upadhyay wrote:
> 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(-)
>

The efa patch isn't listed here, and it shows as patch 5/4?