Re: [PATCH v10 2/9] app/test: remove POSIX-specific code

2021-12-03 Thread Dmitry Kozlyuk
2021-12-01 10:43 (UTC-0800), Jie Zhou: > - Remove header inclusion of netinet/in.h and terminos.h Typo: "termios.h". > - Include rte_os_shim.h > - Replace sleep and usleep with rte_delay_us_sleep Instead of all the above I'd say: "Replace POSIX-specific code with DPDK equivalents or conditional

[PATCH v10 2/9] app/test: remove POSIX-specific code

2021-12-01 Thread Jie Zhou
- Remove header inclusion of netinet/in.h and terminos.h - Include rte_os_shim.h - Replace sleep and usleep with rte_delay_us_sleep - Use NUL on Windows as /dev/null for Linux - Exclude tests not supported on Windows yet, e.g. multi-process, and IP address parsing (the test cases use linux netine