On Tue, Apr 23, 2019 at 4:00 AM Sanjay R Mehta <sanmehta@xxxxxxx> wrote: > > > > AMD-Vi: Event logged [IO_PAGE_FAULT device=23:01.2 domain=0x0000 > > address=0x00000000fde1c18c flags=0x0070] > > the address in the above log looks to be physical address of memory window. Am I Right? > > If yes then, the first parameter of dma_alloc_coherent() to be passed as below, > > dma_alloc_coherent(&ntb->pdev->dev, ...)instead of dma_alloc_coherent(&ntb->dev, ...). > > Hope this should solve your problem. Hi Sanjay, Thanks the for the response. We are using the correct device for the dma_alloc_coherent(). Upon further investigation what we are finding is that apparently the AMD IOMMU support can only manage one alias, as opposed to Intel IOMMU support which can support multiple. Not clear at this time if it's a software limitation in the AMD IOMMU kernel support or an imposed limitation of the hardware. Still investigating. Thanks, Eric