From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] vfio: noiommu check error handling Date: Sat, 20 Jan 2018 15:48:30 +0100 Message-ID: <2553597.NGuM8CDarU@xps> References: <1509465586-7436-1-git-send-email-jpf@zurich.ibm.com> <8831fc88-0f0d-b89e-5d19-a12983b243cf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, anatoly.burakov@intel.com To: Maxime Coquelin , Jonas Pfefferle Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6111D11DE for ; Sat, 20 Jan 2018 15:49:06 +0100 (CET) In-Reply-To: <8831fc88-0f0d-b89e-5d19-a12983b243cf@redhat.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" 19/01/2018 18:37, Maxime Coquelin: > > On 10/31/2017 04:59 PM, Jonas Pfefferle wrote: > > Check and report errors on open/read in noiommu check. > > > > Signed-off-by: Jonas Pfefferle > > --- > > lib/librte_eal/linuxapp/eal/eal_vfio.c | 29 +++++++++++++++++++++-------- > > 1 file changed, 21 insertions(+), 8 deletions(-) > > I agree with the fix, Kernels v4.4 and earlier does have vfio, but not > the noiommu mode, so the file does not exist. > > Acked-by: Maxime Coquelin Applied, and added this explanation, thanks