Re: [dpdk-dev] [PATCH v2 4/7] ether: add eth_unformat_addr

2019-05-17 Thread David Marchand
On Thu, May 16, 2019 at 8:05 PM Stephen Hemminger < step...@networkplumber.org> wrote: > Make a function that coresponds with eth_aton_r which can > corresponds be used to convert string to ether_addr. > > This also allows rte_ethdev to no longer depend on the > cmdline library. > > Signed-off-b

[dpdk-dev] [PATCH v2 4/7] ether: add eth_unformat_addr

2019-05-16 Thread Stephen Hemminger
Make a function that coresponds with eth_aton_r which can be used to convert string to ether_addr. This also allows rte_ethdev to no longer depend on the cmdline library. Signed-off-by: Stephen Hemminger --- lib/librte_net/rte_ether.c | 47 ++ lib/librte_net/