patch 'doc: add no-IOMMU mode in devbind tool guide' has been queued to stable release 24.11.2
Kevin Traynor
ktraynor at redhat.com
Mon Mar 24 17:16:37 CET 2025
Hi,
FYI, your patch has been queued to stable release 24.11.2
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/28/25. So please
shout if anyone has objections.
Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.
Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable
This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/f06641c1adfbff3e2ba12258131a5bf938885414
Thanks.
Kevin
---
>From f06641c1adfbff3e2ba12258131a5bf938885414 Mon Sep 17 00:00:00 2001
From: Anatoly Burakov <anatoly.burakov at intel.com>
Date: Mon, 2 Dec 2024 09:35:01 +0000
Subject: [PATCH] doc: add no-IOMMU mode in devbind tool guide
[ upstream commit a85d7ca7d075d314c780e845fd9788ae2d532289 ]
Support for `--noiommu-mode` flag was added, but documentation for it was
not. Add documentation for the flag.
Fixes: 6ca0f1c8450d ("usertools/devbind: support VFIO non-IOMMU mode")
Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
doc/guides/tools/devbind.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/guides/tools/devbind.rst b/doc/guides/tools/devbind.rst
index df4f3505ac..b16cc9a4e3 100644
--- a/doc/guides/tools/devbind.rst
+++ b/doc/guides/tools/devbind.rst
@@ -57,4 +57,9 @@ OPTIONS
with caution.
+* ``--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::
--
2.48.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-03-24 16:15:15.884772549 +0000
+++ 0030-doc-add-no-IOMMU-mode-in-devbind-tool-guide.patch 2025-03-24 16:15:14.860353005 +0000
@@ -1 +1 @@
-From a85d7ca7d075d314c780e845fd9788ae2d532289 Mon Sep 17 00:00:00 2001
+From f06641c1adfbff3e2ba12258131a5bf938885414 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit a85d7ca7d075d314c780e845fd9788ae2d532289 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 20f0d76411..90b289de1e 100644
+index df4f3505ac..b16cc9a4e3 100644
@@ -22,2 +23,2 @@
-@@ -63,4 +63,9 @@ OPTIONS
- so that devices bound to VFIO would be usable by unprivileged users.
+@@ -57,4 +57,9 @@ OPTIONS
+ with caution.
More information about the stable
mailing list