From: Bruce Richardson Date: Thu, 10 Mar 2022 12:38:38 +0000 (+0000) Subject: doc: remove duplicated note about UEFI secure boot X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=40356b62be00db3f8906ee6a1b63f35710b08547;p=dpdk.git doc: remove duplicated note about UEFI secure boot 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 --- diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst index ed4792d190..e166e6e60e 100644 --- a/doc/guides/linux_gsg/sys_reqs.rst +++ b/doc/guides/linux_gsg/sys_reqs.rst @@ -15,13 +15,6 @@ and high performance of small packets, BIOS setting changes may be needed. Consult the section on :ref:`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 -----------------------