1/3: fix vfio unmap that fails unexpectedly 2/3: fix vfio unmap that succeeds unexpectedly 3/3: add unit tests for eal vfio
Signed-off-by: Chaitanya Babu Talluri <tallurix.chaitanya.b...@intel.com> Chaitanya Babu Talluri (3): lib/eal: fix vfio unmap that fails unexpectedly lib/eal: fix vfio unmap that succeeds unexpectedly app/test: add unit tests for eal vfio app/test/Makefile | 1 + app/test/meson.build | 2 + app/test/test_eal_vfio.c | 728 ++++++++++++++++++++++++++++ lib/librte_eal/linux/eal/eal_vfio.c | 59 ++- 4 files changed, 783 insertions(+), 7 deletions(-) create mode 100644 app/test/test_eal_vfio.c -- 2.17.2