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 <j...@zurich.ibm.com> --- 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.coque...@redhat.com> Maxime