From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4E0E420782; Thu, 3 Aug 2017 19:21:46 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 03 Aug 2017 19:21:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=UX0BBMTRoexXMC0 8TWXQiXwW01u6V2QE0rqBs81Z4Is=; b=qPxhbQwJAk77xEl60ks/oIWQgvcq98q PC/OvnIsM+qMmvudyE3i8u8JybwQG9QqMT1u4+5C3iA04zfkh0k+bUYUcRtYwFxl op7og9PVNIVe2A/Fs7R4MrYRYALkllF55GvRHMUWNYQyfdn2YQnOi4btlCQu1khh Nq1l//oYDx8g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=UX0BBMTRoexXMC08TWXQiXwW01u6V2QE0rqBs81Z4Is=; b=XQ3TMg+y mx/EmJ0kPK2oPazIOKc5BAmRgWbTexsfKwD4lGBsAdfrLWqPk3/Dn/u6CQmQj9m3 yAzwQdsNGnGx16ZW1eX6dX7OFn3nu956/YP3XapZX33LcNHEnKLCqFk+4zTVc4Of dG0UhD86S5I8gyfXO3wlI3qLAaxmmeHtZ3Q7N2hFzsKsstSaxK1+V9GYugc1qCZJ iaDmMclvlxTJVmAy3X0vzLaXiqTNGiRBHDoGtZORg5F8iAUiHu+Dc/BOo0nQvVHm Z8MDPlqP2Bwdh9zKHvGA3hD8U4pj27VYfdaOya0LZ8LZUgUj7O8HKINlbNHZ4TLC ZsTGoUcAnsdlyw== X-ME-Sender: X-Sasl-enc: wBpe5Wc4VmeqtZliJ4qEXT6hoxgtJBpqNhyGkZXAYlKj 1501802505 Received: from xps.localnet (130.20.90.92.rev.sfr.net [92.90.20.130]) by mail.messagingengine.com (Postfix) with ESMTPA id A24C924597; Thu, 3 Aug 2017 19:21:45 -0400 (EDT) From: Thomas Monjalon To: John McNamara Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Fri, 04 Aug 2017 01:21:43 +0200 Message-ID: <8864177.JHC6TV639i@xps> In-Reply-To: <1501780785-22677-1-git-send-email-john.mcnamara@intel.com> References: <1501780785-22677-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] doc: add note about uio not working with uefi secure boot X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 23:21:46 -0000 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