Re: [dpdk-dev] [PATCH] cmdline: standardize conversion of IP address strings

2018-04-23 Thread Thomas Monjalon
29/01/2018 11:29, Olivier Matz: > The code to convert IPv4 and IPv6 address strings into a binary format > (inet_ntop) was included in the cmdline library because the DPDK was > historically compiled in environments where the standard inet_ntop() > function is not available. Today, this is not the

Re: [dpdk-dev] [PATCH] cmdline: standardize conversion of IP address strings

2018-04-22 Thread Thomas Monjalon
There was no review or ack for this patch. It will be merged soon if no comment. 29/01/2018 11:29, Olivier Matz: > The code to convert IPv4 and IPv6 address strings into a binary format > (inet_ntop) was included in the cmdline library because the DPDK was > historically compiled in environments w

[dpdk-dev] [PATCH] cmdline: standardize conversion of IP address strings

2018-01-29 Thread Olivier Matz
The code to convert IPv4 and IPv6 address strings into a binary format (inet_ntop) was included in the cmdline library because the DPDK was historically compiled in environments where the standard inet_ntop() function is not available. Today, this is not the case and the standard inet_ntop() can be