vfio: do not merge contiguous areas
authorNithin Dabilpuram <ndabilpuram@marvell.com>
Fri, 15 Jan 2021 07:32:41 +0000 (13:02 +0530)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 1 Mar 2021 10:58:24 +0000 (11:58 +0100)
commit016763c219580292c8b05059c7452a7a11d0d19e
treeabeb493d58b43c1cceb3f2040397630b18d56e58
parent51fe32138c860992f228dbf19416ffd3b8e8baf4
vfio: do not merge contiguous areas

In order to save DMA entries limited by kernel both for external
memory and hugepage memory, an attempt was made to map physically
contiguous memory in one go. This cannot be done as VFIO IOMMU type1
does not support partially unmapping a previously mapped memory
region while Heap can request for multi page mapping and
partial unmapping.
Hence for going back to old method of mapping/unmapping at
memseg granularity, this commit reverts
commit d1c7c0cdf7ba ("vfio: map contiguous areas in one go")

Also add documentation on what module parameter needs to be used
to increase the per-container dma map limit for VFIO.

Fixes: d1c7c0cdf7ba ("vfio: map contiguous areas in one go")
Cc: stable@dpdk.org
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: David Christensen <drc@linux.vnet.ibm.com>
doc/guides/linux_gsg/linux_drivers.rst
lib/librte_eal/linux/eal_vfio.c