Re: [PATCH v3 13/20] PCI/P2PDMA: remove pci_p2pdma_[un]map_sg()

From: Max Gurtovoy
Date: Tue Oct 05 2021 - 18:42:35 EST



On 9/17/2021 2:40 AM, Logan Gunthorpe wrote:
This interface is superseded by support in dma_map_sg() which now supports
heterogeneous scatterlists. There are no longer any users, so remove it.

Signed-off-by: Logan Gunthorpe <logang@xxxxxxxxxxxx>
---
drivers/pci/p2pdma.c | 65 --------------------------------------
include/linux/pci-p2pdma.h | 27 ----------------
2 files changed, 92 deletions(-)

Looks good,

Reviewed-by: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>