Re: [PATCH v14 02/11] app/test: remove POSIX-specific code

2021-12-09 Thread Tyler Retzlaff
On Wed, Dec 08, 2021 at 10:59:51AM -0800, Jie Zhou wrote: > - Replace POSIX-specific code with DPDK equivalents or > conditionally disable it on Windows > - Use NUL on Windows as /dev/null for Unix > - Exclude tests not supported on Windows yet > * multi-process > * PMD performance statistics

[PATCH v14 02/11] app/test: remove POSIX-specific code

2021-12-08 Thread Jie Zhou
- Replace POSIX-specific code with DPDK equivalents or conditionally disable it on Windows - Use NUL on Windows as /dev/null for Unix - Exclude tests not supported on Windows yet * multi-process * PMD performance statistics display on signal Signed-off-by: Jie Zhou Signed-off-by: Dmitry Koz