Addded needed files and fixes for windows in order to get librte_net compiling under Windows.
Fady Bader (3): net: fix s_addr redefinition in Windows net: add htons to minGW for Windows eal/windows: librte_net build on Windows lib/librte_eal/common/meson.build | 1 + lib/librte_eal/rte_eal_exports.def | 1 + lib/librte_eal/windows/include/netinet/in.h | 23 +++++++++++++++++++++++ lib/librte_eal/windows/include/netinet/ip.h | 9 +++++++++ lib/librte_eal/windows/include/rte_os.h | 4 ++++ lib/librte_net/rte_arp.c | 2 ++ lib/librte_net/rte_ether.h | 9 +++++++++ lib/meson.build | 2 +- 8 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 lib/librte_eal/windows/include/netinet/in.h create mode 100644 lib/librte_eal/windows/include/netinet/ip.h -- 2.16.1.windows.4