Re: [PATCH 5/4] RDMA/efa : Remove pci-dma-compat wrapper APIs

2020-08-09 Thread Joe Perches
On Sun, 2020-08-09 at 13:15 +0530, Suraj Upadhyay wrote: > The legacy API wrappers in include/linux/pci-dma-compat.h > should go away as it creates unnecessary midlayering > for include/linux/dma-mapping.h APIs. > > Instead use dma-mapping.h APIs directly. > > The patch has been generated with

[PATCH 5/4] RDMA/efa : Remove pci-dma-compat wrapper APIs

2020-08-09 Thread Suraj Upadhyay
The legacy API wrappers in include/linux/pci-dma-compat.h should go away as it creates unnecessary midlayering for include/linux/dma-mapping.h APIs. Instead use dma-mapping.h APIs directly. The patch has been generated with the coccinelle script below and compile-tested. -