X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Flinux_gsg%2Flinux_drivers.rst;h=185074013ae5593b13aa9908eba971dbc66e9a73;hb=47909357a0697fe9aaf4f0f27939f4edcdbb5e22;hp=4eda3d5bf4febf8323f6f48ea554bfa9848e477e;hpb=598be723953889a6e0af410c82c223dee8381dab;p=dpdk.git diff --git a/doc/guides/linux_gsg/linux_drivers.rst b/doc/guides/linux_gsg/linux_drivers.rst index 4eda3d5bf4..185074013a 100644 --- a/doc/guides/linux_gsg/linux_drivers.rst +++ b/doc/guides/linux_gsg/linux_drivers.rst @@ -58,8 +58,8 @@ be loaded as shown below: If the devices used for DPDK are bound to the ``uio_pci_generic`` kernel module, please make sure that the IOMMU is disabled or passthrough. One can add - ``intel_iommu=off`` or ``amd_iommu=off`` or ``intel_iommu=on iommu=pt``in GRUB - command line on x86_64 systems, or add ``iommu.passthrough=1`` on arm64 system. + ``intel_iommu=off`` or ``amd_iommu=off`` or ``intel_iommu=on iommu=pt`` in GRUB + command line on x86_64 systems, or add ``iommu.passthrough=1`` on aarch64 system. Since DPDK release 1.7 onward provides VFIO support, use of UIO is optional for platforms that support using VFIO.