numam-dpdk/lib/librte_net
Dmitry Kozlyuk 89813a522e net: provide IP-related API on any OS
Users of <rte_ip.h> relied on it to provide IP-related defines,
like IPPROTO_* constants, but still had to include POSIX headers
for inet_pton() and other standard IP-related facilities.

Extend <rte_ip.h> so that it is a single header to gain access
to IP-related facilities on any OS. Use it to replace POSIX includes
in components enabled on Windows. Move missing constants from Windows
networking shim to OS shim header and include it where needed.

Remove Windows networking shim that is no longer needed.

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
2021-04-15 01:56:43 +02:00
..
meson.build
net_crc_avx512.c
net_crc_neon.c
net_crc_sse.c
net_crc.h
rte_arp.c
rte_arp.h
rte_ecpri.h
rte_esp.h
rte_ether.c
rte_ether.h net: work around s_addr macro on Windows 2021-04-15 01:56:40 +02:00
rte_geneve.h net: fix missing header include 2021-01-21 10:21:40 +01:00
rte_gre.h
rte_gtp.h ethdev: update GTP headers 2021-01-19 03:30:13 +01:00
rte_higig.h
rte_icmp.h
rte_ip.h net: provide IP-related API on any OS 2021-04-15 01:56:43 +02:00
rte_mpls.h
rte_net_crc.c
rte_net_crc.h
rte_net.c net: provide IP-related API on any OS 2021-04-15 01:56:43 +02:00
rte_net.h
rte_sctp.h
rte_tcp.h
rte_udp.h
rte_vxlan.h net: clarify endianness of 32-bit fields in VXLAN headers 2021-03-22 17:19:16 +01:00
version.map