From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v2] vfio: noiommu check error handling Date: Fri, 19 Jan 2018 18:37:55 +0100 Message-ID: <8831fc88-0f0d-b89e-5d19-a12983b243cf@redhat.com> References: <1509465586-7436-1-git-send-email-jpf@zurich.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: anatoly.burakov@intel.com To: Jonas Pfefferle , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 993E31B33E for ; Fri, 19 Jan 2018 18:38:05 +0100 (CET) In-Reply-To: <1509465586-7436-1-git-send-email-jpf@zurich.ibm.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Maxime