Stephen Hemminger 596d31092d net: add function to convert string to ethernet address
Make a function that can be used in place of eth_aton_r
to convert a string to rte_ether_addr. This function
allows both byte (xx:xx:xx:xx:xx:xx) and word (XXXX:XXXX:XXXX)
format and has the same lack of error handling as the original.

This also allows ethdev to no longer have a hard dependency
on the cmdline library.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
2019-07-08 21:26:52 +02:00
..
2019-05-24 13:34:45 +02:00
2019-05-24 13:34:45 +02:00
2019-05-24 13:34:46 +02:00
2019-07-05 15:28:14 +02:00
2018-10-26 22:14:06 +02:00
2019-05-24 13:34:46 +02:00