Re: [dpdk-dev] [PATCH v9 00/11] ether: improvements and optimizations

2019-07-09 Thread Bruce Richardson
On Mon, Jul 08, 2019 at 08:13:06PM +0100, Ferruh Yigit wrote: > 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 > >

Re: [dpdk-dev] [PATCH v9 00/11] ether: improvements and optimizations

2019-07-08 Thread Ferruh Yigit
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

[dpdk-dev] [PATCH v9 00/11] ether: improvements and optimizations

2019-07-08 Thread Stephen Hemminger
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 late