RE: [RFC] rte_ether_unformat: accept more inputs

2023-09-29 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Friday, 29 September 2023 18.36 > > This updates rte_ether_addr_unformat() to accept more types > of input. There have been requests to handle Windows and other formats. Seems very useful. [...] > +/* > + * Be libreal in acce

[RFC] rte_ether_unformat: accept more inputs

2023-09-29 Thread Stephen Hemminger
This updates rte_ether_addr_unformat() to accept more types of input. There have been requests to handle Windows and other formats. Signed-off-by: Stephen Hemminger --- Marking this as RFC until unit tests are added. lib/net/rte_ether.c | 78 +++-- lib/ne