Re: [dpdk-dev] [PATCH v2 03/13] eal/windows: return ENOTSUP for not supported API

2021-08-28 Thread Dmitry Kozlyuk
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 m

[dpdk-dev] [PATCH v2 03/13] eal/windows: return ENOTSUP for not supported API

2021-08-18 Thread 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.