2021-08-18 10:13 (UTC-0700), Jie Zhou: > UT memory_autotest on Windows has 2 failed cases on eal APIs > eal_memalloc_get_seg_fd and eal_memalloc_get_seg_fd_offset. These 2 > APIs are not supported on Windows yet. Should return ENOTSUP such that > in test_memory.c these 2 ENOTSUP cases will not be marked as failures, > same as other ENOTSUP cases. > > Signed-off-by: Jie Zhou <j...@linux.microsoft.com> > --- > lib/eal/windows/eal_memalloc.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
Acked-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com>