From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: add note about uio not working with uefi secure boot Date: Fri, 04 Aug 2017 01:21:43 +0200 Message-ID: <8864177.JHC6TV639i@xps> References: <1501780785-22677-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: John McNamara Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A9F612C18 for ; Fri, 4 Aug 2017 01:21:46 +0200 (CEST) In-Reply-To: <1501780785-22677-1-git-send-email-john.mcnamara@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/08/2017 19:19, John McNamara: > Added notes to the documentation warning that if UEFI secure boot > is enabled the Linux kernel may disallow the use of UIO on the > system, and a suggested workaround of using the vfio-pci kernel > module instead of igb_uio or uio_pci_generic. > > Signed-off-by: John McNamara Applied, thanks