Re: [PATCH 14/15] vmd: use the proper dma_* APIs instead of direct methods calls

2018-12-14 Thread Derrick, Jonathan
Looks good to me Thanks Christoph Acked-by: Jon Derrick On Fri, 2018-12-14 at 15:17 -0600, Bjorn Helgaas wrote: > Conventional spelling in subject is > > PCI: vmd: Use dma_* APIs instead of direct method calls > > On Fri, Dec 07, 2018 at 11:07:19AM -0800, Christoph Hellwig wrote: > > With th

Re: [PATCH 14/15] vmd: use the proper dma_* APIs instead of direct methods calls

2018-12-14 Thread Bjorn Helgaas
Conventional spelling in subject is PCI: vmd: Use dma_* APIs instead of direct method calls On Fri, Dec 07, 2018 at 11:07:19AM -0800, Christoph Hellwig wrote: > With the bypass support for the direct mapping we might not always have > methods to call, so use the proper APIs instead. The only d

[PATCH 14/15] vmd: use the proper dma_* APIs instead of direct methods calls

2018-12-07 Thread Christoph Hellwig
With the bypass support for the direct mapping we might not always have methods to call, so use the proper APIs instead. The only downside is that we will create two dma-debug entries for each mapping if CONFIG_DMA_DEBUG is enabled. Signed-off-by: Christoph Hellwig --- drivers/pci/controller/vm