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

2021-04-21 Thread Thomas Monjalon
21/04/2021 16:53, Dmitry Kozlyuk: > 2021-04-21 00:20 (UTC+0200), Thomas Monjalon: > > > Dmitry Kozlyuk (3): > > > eal/windows: add timespec_get shim for MinGW > > > net/pcap: move OS-dependent code to separate files > > > net/pcap: build on Windows > > > > Compilation is failing on FreeBSD

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

2021-04-21 Thread Dmitry Kozlyuk
2021-04-21 00:20 (UTC+0200), Thomas Monjalon: > > Dmitry Kozlyuk (3): > > eal/windows: add timespec_get shim for MinGW > > net/pcap: move OS-dependent code to separate files > > net/pcap: build on Windows > > Compilation is failing on FreeBSD 11: > http://mails.dpdk.org/archives/test-repor

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

2021-04-20 Thread Thomas Monjalon
> Dmitry Kozlyuk (3): > eal/windows: add timespec_get shim for MinGW > net/pcap: move OS-dependent code to separate files > net/pcap: build on Windows Compilation is failing on FreeBSD 11: http://mails.dpdk.org/archives/test-report/2021-April/188997.html implicit declaration of funct

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

2021-04-16 Thread Ferruh Yigit
On 4/15/2021 11:10 PM, Dmitry Kozlyuk wrote: Most modern and actively maintained distribution of libpcap for Windows is Npcap [1]. It currently doesn't provide a pkg-config file [2]. By default it is installed to C:\Program Files\Npcap and can be located using standard environment variables [3]:

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

2021-04-15 Thread Dmitry Kozlyuk
Most modern and actively maintained distribution of libpcap for Windows is Npcap [1]. It currently doesn't provide a pkg-config file [2]. By default it is installed to C:\Program Files\Npcap and can be located using standard environment variables [3]: $env:C_INCLUDE_PATH += ";C:\Program Files\