Re: [PATCH v2] vfio: noiommu check error handling
From: Thomas Monjalon <hidden>
Date: 2018-01-20 14:49:06
From: Thomas Monjalon <hidden>
Date: 2018-01-20 14:49:06
19/01/2018 18:37, Maxime Coquelin:
On 10/31/2017 04:59 PM, Jonas Pfefferle wrote:quoted
Check and report errors on open/read in noiommu check. Signed-off-by: Jonas Pfefferle <redacted> --- 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 <redacted>
Applied, and added this explanation, thanks