Re: [dpdk-dev] [PATCH v4 3/3] net/pcap: build on Windows

2021-04-19 Thread Tyler Retzlaff
On Fri, Apr 16, 2021 at 01:10:55AM +0300, Dmitry Kozlyuk wrote: > Implement OS-dependent functions and enable build for Windows. > Account for different library name in Windows libpcap distributions. > > Signed-off-by: Dmitry Kozlyuk Acked-by: Tyler Retzlaff > --- > Tyler, IIRC you were review

[dpdk-dev] [PATCH v4 3/3] net/pcap: build on Windows

2021-04-15 Thread Dmitry Kozlyuk
Implement OS-dependent functions and enable build for Windows. Account for different library name in Windows libpcap distributions. Signed-off-by: Dmitry Kozlyuk --- Tyler, IIRC you were reviewing the code? This patch is the most important one but surprisingly has no acks. --- config/meson.build