[v1,1/1] usertools/devbind: add documentation for no-IOMMU mode
Checks
Commit Message
Support for `--noiommu-mode` flag was added, but documentation for it was
not. Add documentation for the flag.
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
---
doc/guides/tools/devbind.rst | 5 +++++
1 file changed, 5 insertions(+)
Comments
On 12/2/2024 10:35 AM, Anatoly Burakov wrote:
> Support for `--noiommu-mode` flag was added, but documentation for it was
> not. Add documentation for the flag.
>
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> ---
This update is also included in my devbind rewrite:
https://patches.dpdk.org/project/dpdk/list/?series=34098
@@ -62,6 +62,11 @@ OPTIONS
Use this flag to change ownership to the specified user and group, so that
devices bound to VFIO would be usable by unprivileged users.
+* ``--noiommu-mode``
+
+ When using vfio-pci driver on a system with no IOMMU, this flag should be used to
+ enable unsafe no-IOMMU mode for vfio-pci driver.
+
.. warning::