Re: [dpdk-dev] [PATCH v6 4/5] net: provide IP-related API on any OS

2021-03-26 Thread Thomas Monjalon
20/03/2021 14:05, Dmitry Kozlyuk: > Users of relied on it to provide IP-related defines, > like IPPROTO_* constatns, but still had to include POSIX headers typo: constants > for inet_pton() and other standard IP-related facilities. > > Extend so that it is a single header to gain access > to I

[dpdk-dev] [PATCH v6 4/5] net: provide IP-related API on any OS

2021-03-20 Thread Dmitry Kozlyuk
Users of relied on it to provide IP-related defines, like IPPROTO_* constatns, but still had to include POSIX headers for inet_pton() and other standard IP-related facilities. Extend so that it is a single header to gain access to IP-related facilities on any OS. Use it to replace POSIX include