[dpdk-dev] [PATCH v2 0/5] i40e: vector poll-mode driver on ARM64

2016-10-19 Thread Bruce Richardson
On Mon, Oct 17, 2016 at 03:44:34PM +0100, Bruce Richardson wrote: > On Fri, Oct 14, 2016 at 09:29:59AM +0530, Jianbo Liu wrote: > > This patch set is to implement i40e vector PMD on ARM64. > > For x86, vPMD is only reorganized, there should be no performance loss. > > > > v1 -> v2 > > - rebase to

[dpdk-dev] [PATCH v2 0/5] i40e: vector poll-mode driver on ARM64

2016-10-17 Thread Bruce Richardson
On Fri, Oct 14, 2016 at 09:29:59AM +0530, Jianbo Liu wrote: > This patch set is to implement i40e vector PMD on ARM64. > For x86, vPMD is only reorganized, there should be no performance loss. > > v1 -> v2 > - rebase to dpdk-next-net/rel_16_11 > > Jianbo Liu (5): > i40e: extract non-x86 specifi

[dpdk-dev] [PATCH v2 0/5] i40e: vector poll-mode driver on ARM64

2016-10-14 Thread Jianbo Liu
This patch set is to implement i40e vector PMD on ARM64. For x86, vPMD is only reorganized, there should be no performance loss. v1 -> v2 - rebase to dpdk-next-net/rel_16_11 Jianbo Liu (5): i40e: extract non-x86 specific code from vector driver i40e: implement vector PMD for ARM architecture