On 28-Oct-21 9:18 AM, David Marchand wrote:
On Wed, Sep 29, 2021 at 12:19 PM Burakov, Anatoly
wrote:
@@ -2179,7 +2208,29 @@ rte_vfio_container_dma_map(int container_fd, uint64_t
vaddr, uint64_t iova,
return -1;
}
- return container_dma_map(vfio_cfg, vaddr, iova, len)
On Wed, Sep 29, 2021 at 12:19 PM Burakov, Anatoly
wrote:
> > @@ -2179,7 +2208,29 @@ rte_vfio_container_dma_map(int container_fd,
> > uint64_t vaddr, uint64_t iova,
> > return -1;
> > }
> >
> > - return container_dma_map(vfio_cfg, vaddr, iova, len);
> > + /* not having
On 10-Sep-21 12:27 PM, Anatoly Burakov wrote:
Currently, there is no way to map memory for DMA in a way that allows
unmapping it partially later, because some IOMMU's do not support
partial unmapping. There is a workaround of mapping all of these
segments separately, but this is inconvenient and
On 10-Sep-21 12:27 PM, Anatoly Burakov wrote:
Currently, there is no way to map memory for DMA in a way that allows
unmapping it partially later, because some IOMMU's do not support
partial unmapping. There is a workaround of mapping all of these
segments separately, but this is inconvenient and
Currently, there is no way to map memory for DMA in a way that allows
unmapping it partially later, because some IOMMU's do not support
partial unmapping. There is a workaround of mapping all of these
segments separately, but this is inconvenient and silly, so this
commit adds a proper API that doe
5 matches
Mail list logo