[dpdk-dev] [RFC 3/4] ethdev: use eth_unformat_addr

Bruce Richardson bruce.richardson at intel.com
Thu May 16 12:19:54 CEST 2019


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 <stephen at 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


More information about the dev mailing list