[dpdk-dev] lib: added support for armv7 architecture

2015-10-12 Thread Jan Viktorin
I'am working on a new patch set patched by your ideas: * user can select whether to implement timer by clock_gettime or PMU * we use memcpy when NEON is unavailable * we detect arm architecture (32/64) by AT_PLATFORM * small modification of a memory barrier However, I didn't test it yet, nor comp

[dpdk-dev] lib: added support for armv7 architecture

2015-10-12 Thread Hunt, David
On 11/10/2015 22:17, Jan Viktorin wrote: > Hello David, all, > > I am reviewing your patch for things to be included in the final ARMv7 > support... It is quite long, you know. We should probably break the > potential discussion in shorter e-mails, a thread per topic. See my > comments below. > >

[dpdk-dev] lib: added support for armv7 architecture

2015-10-11 Thread Jan Viktorin
Hello David, all, I am reviewing your patch for things to be included in the final ARMv7 support... It is quite long, you know. We should probably break the potential discussion in shorter e-mails, a thread per topic. See my comments below. Regards Jan On Fri, 2 Oct 2015 22:50:02 +0100 David Hu