numam-dpdk/doc/guides/linux_gsg
Nithin Dabilpuram 016763c219 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 d1c7c0cdf7 ("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: d1c7c0cdf7 ("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>
2021-03-01 11:58:24 +01:00
..
build_dpdk.rst usertools: remove dpdk-setup.sh 2020-11-27 17:25:24 +01:00
build_sample_apps.rst usertools: remove dpdk-setup.sh 2020-11-27 17:25:24 +01:00
cross_build_dpdk_for_arm64.rst doc: add clang to aarch64 cross build guide 2021-01-26 12:43:57 +01:00
eal_args.include.rst eal: replace blacklist/whitelist options 2020-11-16 00:11:22 +01:00
enable_func.rst doc: reword VFIO and UIO sections in Linux guide 2020-11-27 18:33:58 +01:00
index.rst usertools: remove dpdk-setup.sh 2020-11-27 17:25:24 +01:00
intro.rst build: remove makefiles 2020-09-08 00:09:50 +02:00
linux_drivers.rst vfio: do not merge contiguous areas 2021-03-01 11:58:24 +01:00
linux_eal_parameters.rst vfio: support VF token 2020-07-07 14:06:49 +02:00
nic_perf_intel_platform.rst doc: add SPDX license tag header to Intel performance guide 2020-11-26 16:13:42 +01:00
sys_reqs.rst doc: update pyelftools install method 2021-02-12 16:18:31 +01:00