On Tue, 02 Jul 2019 23:37:29 +0200 Thomas Monjalon <tho...@monjalon.net> wrote:
> > Stephen Hemminger (7): > > net/rte_ether: deinline non-critical functions > > net/ether: add function to convert string to ethernet address > > ethdev: use new ethernet parsing function > > net/ether: use bitops to speedup comparison > > cmdline: use new ethernet address parser > > net/bonding: use new ethernet address parser > > app/testpmd: use new ethernet address parser > > There are other MAC parsing code: > drivers/net/failsafe/failsafe_args.c - fs_get_mac_addr_arg() > drivers/net/memif/rte_eth_memif.c - memif_set_mac() > drivers/net/vdev_netvsc/vdev_netvsc.c - vdev_netvsc_netvsc_probe() > drivers/net/virtio/virtio_user/virtio_user_dev.c - parse_mac() > Should they be replaced? > > Sure, I can add these to v7