From: Ferruh Yigit <ferruh.yigit@intel.com>
To: John McNamara <john.mcnamara@intel.com>,
Marko Kovacevic <marko.kovacevic@intel.com>
Cc: dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>
Subject: [dpdk-dev] [PATCH] doc: update uio module status in Linux guide
Date: Thu, 21 May 2020 16:11:06 +0100 [thread overview]
Message-ID: <20200521151107.3730552-1-ferruh.yigit@intel.com> (raw)
igb_uio kernel module disabled by default starting from v20.02, document
this to prevent confusion.
And add note about long term igb_uio plans/directions to move it to
another repo based on DPDK technical board decision:
http://mails.dpdk.org/archives/dev/2019-November/151763.html
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
doc/guides/linux_gsg/linux_drivers.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/guides/linux_gsg/linux_drivers.rst b/doc/guides/linux_gsg/linux_drivers.rst
index 238f3e9002..27a55e02a9 100644
--- a/doc/guides/linux_gsg/linux_drivers.rst
+++ b/doc/guides/linux_gsg/linux_drivers.rst
@@ -36,6 +36,12 @@ be loaded as shown below:
sudo modprobe uio
sudo insmod kmod/igb_uio.ko
+.. note::
+
+ ``igb_uio`` module is disabled by default starting from ``DPDK v20.02``. To build
+ it, the config option ``CONFIG_RTE_EAL_IGB_UIO`` should be enabled.
+ And in long term it is planned to move ``igb_uio`` module to different git repo.
+
.. note::
For some devices which lack support for legacy interrupts, e.g. virtual function
--
2.25.4
next reply other threads:[~2020-05-21 15:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-21 15:11 Ferruh Yigit [this message]
2020-05-24 21:16 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200521151107.3730552-1-ferruh.yigit@intel.com \
--to=ferruh.yigit@intel.com \
--cc=dev@dpdk.org \
--cc=john.mcnamara@intel.com \
--cc=marko.kovacevic@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).