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

2020-08-24 Thread Jason Gunthorpe
On Sun, Aug 09, 2020 at 12:54:28PM +0530, 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

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

2020-08-09 Thread Suraj Upadhyay
On Sun, Aug 09, 2020 at 11:35:51AM +0300, Gal Pressman wrote: > 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

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

2020-08-09 Thread Gal Pressman
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 >

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

2020-08-09 Thread Suraj Upadhyay
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