Re: [dpdk-dev] [PATCH] test/eal: add ut cases for in-memory and single-file-segment

2019-06-25 Thread Burakov, Anatoly
On 14-Jun-19 2:37 PM, Pallantla Poornima wrote: Added unit test case for eal command line 'in-memory' option which will cover below functions. get_seg_memfd() test_memfd_create() pagesz_flags() Added unit test case for eal command line 'single-file-segments' option which will cover resize_hugefi

[dpdk-dev] [PATCH] test/eal: add ut cases for in-memory and single-file-segment

2019-06-14 Thread Pallantla Poornima
Added unit test case for eal command line 'in-memory' option which will cover below functions. get_seg_memfd() test_memfd_create() pagesz_flags() Added unit test case for eal command line 'single-file-segments' option which will cover resize_hugefile(). Signed-off-by: Pallantla Poornima --- app