doc: remove duplicated note about UEFI secure boot
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 10 Mar 2022 12:38:38 +0000 (12:38 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 15 Mar 2022 18:33:31 +0000 (19:33 +0100)
A note about secure boot not allowing UIO is present in both the system
requirements section and the driver binding section. This fits better in
the driver binding section, so the copy in system requirements can be
removed. The document in general now also emphasises VFIO over UIO more
than when this note was first added, reducing the need for this warning
to be repeated.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
doc/guides/linux_gsg/sys_reqs.rst

index ed4792d..e166e6e 100644 (file)
@@ -15,13 +15,6 @@ and high performance of small packets, BIOS setting changes may be needed.
 Consult the section on :ref:`Enabling Additional Functionality <Enabling_Additional_Functionality>`
 for more information on the required changes.
 
-.. note::
-
-   If UEFI secure boot is enabled, the Linux kernel may disallow the use of
-   UIO on the system. Therefore, devices for use by DPDK should be bound to the
-   ``vfio-pci`` kernel module rather than ``igb_uio`` or ``uio_pci_generic``.
-   For more details see :ref:`linux_gsg_binding_kernel`.
-
 Compilation of the DPDK
 -----------------------