patch 'doc: fix missing note on UIO module in Linux guide' has been queued to stable release 21.11.1
Kevin Traynor
ktraynor at redhat.com
Mon Mar 21 15:43:38 CET 2022
Hi,
FYI, your patch has been queued to stable release 21.11.1
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/22/22. 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/2740b29e4892fa5b6220a3090d9cbc46eaf3cd14
Thanks.
Kevin
---
>From 2740b29e4892fa5b6220a3090d9cbc46eaf3cd14 Mon Sep 17 00:00:00 2001
From: Bruce Richardson <bruce.richardson at intel.com>
Date: Wed, 16 Mar 2022 13:45:44 +0000
Subject: [PATCH] doc: fix missing note on UIO module in Linux guide
[ upstream commit b421909ce7c42109ebb3236275793b1c7fd3394e ]
The docs on binding drivers was updated as part of the removal of the
igb_uio module from the main DPDK repo. As part of that update, a note
about uio_pci_generic requiring legacy interrupts was removed, but
should have been kept.
Fixes: 56bb5841fd06 ("kernel/linux: remove igb_uio")
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
doc/guides/linux_gsg/linux_drivers.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/guides/linux_gsg/linux_drivers.rst b/doc/guides/linux_gsg/linux_drivers.rst
index 56564286ac..75af2f01e1 100644
--- a/doc/guides/linux_gsg/linux_drivers.rst
+++ b/doc/guides/linux_gsg/linux_drivers.rst
@@ -175,4 +175,9 @@ It can be loaded as shown below:
sudo insmod igb_uio.ko
+.. note::
+
+ For some devices which lack support for legacy interrupts, e.g. virtual function
+ (VF) devices, the ``igb_uio`` module may be needed in place of ``uio_pci_generic``.
+
.. note::
--
2.34.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2022-03-21 14:24:08.461169962 +0000
+++ 0002-doc-fix-missing-note-on-UIO-module-in-Linux-guide.patch 2022-03-21 14:24:08.412777659 +0000
@@ -1 +1 @@
-From b421909ce7c42109ebb3236275793b1c7fd3394e Mon Sep 17 00:00:00 2001
+From 2740b29e4892fa5b6220a3090d9cbc46eaf3cd14 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit b421909ce7c42109ebb3236275793b1c7fd3394e ]
+
@@ -12 +13,0 @@
-Cc: stable at dpdk.org
@@ -20 +21 @@
-index ef6fec10d7..bd983b4d81 100644
+index 56564286ac..75af2f01e1 100644
More information about the stable
mailing list