On 7/8/2019 7:26 PM, Stephen Hemminger wrote: > This is a collection of patches around the ethernet address > manipulation routines in librte_net/rte_ether. > > v9 > add missing librte_net for new octoeonx2 > v8 > set rte_errno in rte_eth_unformat_addr > drop ether_address alignment patch. Bruce can handle deprecation > and sending the patches later > v7 > use rte_ether_unformat_addr in more drivers > v6 > add librte_net to axgbe and memif Makefile > v5 > reword commit messages to workaround check-log complaints > v4 > fix meson build > reword commit messages > add bonding and tespmd patches > v3 > rebase to use rte_ether prefix > drop aligning ethernet headers for now. > > Stephen Hemminger (11): > net/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 > net/virtio: use new ether addr parsing > net/failsafe: use common ether address parsing routine > net/vdev_netvsc: use common ethernet address parsing > net/memif: use common ethernet address parsing routine
For series, Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> Series applied to dpdk-next-net/master, thanks.