mbox series

[0/3] add unit tests for eal vfio library

Message ID 1566392575-7965-1-git-send-email-tallurix.chaitanya.babu@intel.com (mailing list archive)
Headers
Series add unit tests for eal vfio library |

Message

Chaitanya Babu, TalluriX Aug. 21, 2019, 1:02 p.m. UTC
  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@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