net: build on Windows
authorFady Bader <fady@mellanox.com>
Thu, 23 Jul 2020 07:08:25 +0000 (10:08 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 10 Sep 2020 19:53:48 +0000 (21:53 +0200)
commit16f0d03098cb1ae71a375581e692c929557686cd
treeb9594eebe6d45492fa21fb1469e509eb4e9feb37
parent64fb21d86b47d96ffc9bf2c95fc37dafbc15422d
net: build on Windows

librte_net was not compiling under Windows.
To solve this, needed header files are added.

Signed-off-by: Fady Bader <fady@mellanox.com>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
Tested-by: Pallavi Kadam <pallavi.kadam@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/windows/include/netinet/in.h [new file with mode: 0644]
lib/librte_eal/windows/include/netinet/ip.h [new file with mode: 0644]
lib/librte_net/rte_ether.c
lib/meson.build