Re: [dpdk-dev] [PATCH 1/2] test: add test case to validate VFIO DMA map/unmap

2020-10-14 Thread Burakov, Anatoly
On 12-Oct-20 9:11 AM, Nithin Dabilpuram wrote: Add test case in test_memory to test VFIO DMA map/unmap. Signed-off-by: Nithin Dabilpuram --- app/test/test_memory.c | 79 ++ 1 file changed, 79 insertions(+) diff --git a/app/test/test_memory.c b

[dpdk-dev] [PATCH 1/2] test: add test case to validate VFIO DMA map/unmap

2020-10-12 Thread Nithin Dabilpuram
Add test case in test_memory to test VFIO DMA map/unmap. Signed-off-by: Nithin Dabilpuram --- app/test/test_memory.c | 79 ++ 1 file changed, 79 insertions(+) diff --git a/app/test/test_memory.c b/app/test/test_memory.c index 7d5ae99..1c56455 1006