07/03/2014 10:13, Stephen Hemminger: > The driver should not introduce an unnecessary dependency on the cmdline > code. We don't build that code since it is not used in our product.
Your product is not the concern but I agree this dependency is unnecessary. I'd just remove the comment about your product. > +/* defined in <netinet/ether.h> but that has conflicts with rte_ethdev.h */ > +extern struct ether_addr *ether_aton(const char *); It seems we should fix this conflict first. I think the problem is about libc redefinitions in rte_ether.h. Patches are welcome. -- Thomas