Re: [PATCH] app/test: fix DMA API tests in IOVA as PA mode

2025-03-06 Thread Thomas Monjalon
28/02/2025 01:15, fengchengwen: > Reviewed-by: Chengwen Feng > > On 2025/2/27 21:27, Bruce Richardson wrote: > > When running without IOMMU for address translation, i.e. IOVAs are > > physical rather than virtual addresses, we need to translate the > > pointers to IOVAs for the completion API tes

Re: [PATCH] app/test: fix DMA API tests in IOVA as PA mode

2025-02-27 Thread fengchengwen
Reviewed-by: Chengwen Feng On 2025/2/27 21:27, Bruce Richardson wrote: > When running without IOMMU for address translation, i.e. IOVAs are > physical rather than virtual addresses, we need to translate the > pointers to IOVAs for the completion API tests. > > Fixes: 9942ebb9c698 ("test/dma: add