net/pcap: build on Windows
authorDmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Wed, 21 Apr 2021 19:33:51 +0000 (22:33 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 21 Apr 2021 21:48:38 +0000 (23:48 +0200)
commitb5674be414638f80bc66b465ece89401ba37512f
tree7f464a4e2d23caee382b467ba490fa5dc028ce91
parent436c089a528cbb834381eb908ec33bd0c9da6b92
net/pcap: build on Windows

Implement OS-dependent functions and enable build for Windows.
Account for different library name in Windows libpcap distributions.

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
config/meson.build
doc/guides/rel_notes/release_21_05.rst
drivers/net/pcap/meson.build
drivers/net/pcap/pcap_ethdev.c
drivers/net/pcap/pcap_osdep.h
drivers/net/pcap/pcap_osdep_windows.c [new file with mode: 0644]