[dpdk-dev] [PATCH 00/12] DPDK armv8-a support

2015-11-05 Thread Hunt, David
On 03/11/2015 16:38, Jerin Jacob wrote: > On Tue, Nov 03, 2015 at 02:17:38PM +, Hunt, David wrote: --snip-- >> and then it built fine, and I can run testpmd with my 82599's and run >> autotests. > > I ran autotest, "Mbuf autotest" stress failure is due strong vs weak ordering > issue. I will

[dpdk-dev] [PATCH 00/12] DPDK armv8-a support

2015-11-03 Thread Jerin Jacob
On Tue, Nov 03, 2015 at 02:17:38PM +, Hunt, David wrote: > On 03/11/2015 13:09, Jerin Jacob wrote: > >This is the v1 patchset for ARMv8 that now sits on top of the v6 patch > >of the ARMv7 code by RehiveTech. It adds code into the same arm include > >directory, reducing code duplication. > > >

[dpdk-dev] [PATCH 00/12] DPDK armv8-a support

2015-11-03 Thread Jerin Jacob
This is the v1 patchset for ARMv8 that now sits on top of the v6 patch of the ARMv7 code by RehiveTech. It adds code into the same arm include directory, reducing code duplication. Tested on an ThunderX arm 64-bit arm server board, with PCI slots. Passes traffic between two physical ports on an I

[dpdk-dev] [PATCH 00/12] DPDK armv8-a support

2015-11-03 Thread Hunt, David
On 03/11/2015 13:09, Jerin Jacob wrote: > This is the v1 patchset for ARMv8 that now sits on top of the v6 patch > of the ARMv7 code by RehiveTech. It adds code into the same arm include > directory, reducing code duplication. > > Tested on an ThunderX arm 64-bit arm server board, with PCI slots.