[dpdk-dev] [PATCH v2 0/3] add unit tests for eal vfio library

Chaitanya Babu Talluri tallurix.chaitanya.babu at intel.com
Thu Aug 22 13:53:53 CEST 2019


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.babu at intel.com>

---
v2: Updated commit messages.
---
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



More information about the dev mailing list