Re: [dpdk-dev] [PATCH v6 0/8] net/ether: enhancements and optimizations

2019-07-02 Thread Stephen Hemminger
On Tue, 02 Jul 2019 23:37:29 +0200 Thomas Monjalon 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 comp

Re: [dpdk-dev] [PATCH v6 0/8] net/ether: enhancements and optimizations

2019-07-02 Thread Thomas Monjalon
> 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: u

[dpdk-dev] [PATCH v6 0/8] net/ether: enhancements and optimizations

2019-07-02 Thread Stephen Hemminger
This is a collection of patches around the ethernet address manipulation routines in librte_net/rte_ether. 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 patc