[dpdk-dev] [PATCH v3 0/4] ixgbe: enable ixgbe vector PMD on ARM

2016-05-27 Thread Jianbo Liu
On 25 May 2016 at 00:12, Bruce Richardson wrote: > On Tue, May 24, 2016 at 05:10:01PM +0100, Bruce Richardson wrote: >> On Fri, May 06, 2016 at 11:55:44AM +0530, Jianbo Liu wrote: >> > Implement ixgbe vPMD on ARM with NEON intrinsic. >> > >> > v3: >> > - rebase to rel_16_07 branch on dpdk-next-ne

[dpdk-dev] [PATCH v3 0/4] ixgbe: enable ixgbe vector PMD on ARM

2016-05-24 Thread Bruce Richardson
On Tue, May 24, 2016 at 05:10:01PM +0100, Bruce Richardson wrote: > On Fri, May 06, 2016 at 11:55:44AM +0530, Jianbo Liu wrote: > > Implement ixgbe vPMD on ARM with NEON intrinsic. > > > > v3: > > - rebase to rel_16_07 branch on dpdk-next-net. > > > > v2: > > - move the common code to new heade

[dpdk-dev] [PATCH v3 0/4] ixgbe: enable ixgbe vector PMD on ARM

2016-05-24 Thread Bruce Richardson
On Fri, May 06, 2016 at 11:55:44AM +0530, Jianbo Liu wrote: > Implement ixgbe vPMD on ARM with NEON intrinsic. > > v3: > - rebase to rel_16_07 branch on dpdk-next-net. > > v2: > - move the common code to new header file. > > Jianbo Liu (4): > ixgbe: rearrange vector PMD code for x86 > ixgb

[dpdk-dev] [PATCH v3 0/4] ixgbe: enable ixgbe vector PMD on ARM

2016-05-06 Thread Jianbo Liu
Implement ixgbe vPMD on ARM with NEON intrinsic. v3: - rebase to rel_16_07 branch on dpdk-next-net. v2: - move the common code to new header file. Jianbo Liu (4): ixgbe: rearrange vector PMD code for x86 ixgbe: implement vector PMD for arm architecture ixgbe: enable ixgbe vector PMD on A