On Wed, May 15, 2019 at 03:19:51PM -0700, Stephen Hemminger wrote: > Use eth_unformat_addr, so that ethdev can be built and work > without the cmdline library. The dependency on cmdline was > an arrangement of convenience anyway. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > --- > lib/librte_ethdev/rte_class_eth.c | 9 +-------- > 1 file changed, 1 insertion(+), 8 deletions(-) > I think this patch should also modify the make and meson.build files to remove that dependency then.
/Bruce