[dpdk-dev] [PATCH v6 00/15] Support ARMv7 architecture

2015-11-18 Thread Thomas Monjalon
> > Jan Viktorin (7): > > eal/arm: implement rdtsc by PMU or clock_gettime > > eal/arm: use vector memcpy only when NEON is enabled > > eal/arm: detect arm architecture in cpu flags > > eal/arm: rwlock support for ARM > > eal/arm: add very incomplete rte_vect > > gcc/arm: avoid alignmen

[dpdk-dev] [PATCH v6 00/15] Support ARMv7 architecture

2015-11-03 Thread Jan Viktorin
Hello DPDK community, ARMv7 again, changes: * removed unnecessary code in the #ifndef RTE_FORCE_INTRINSICS .. #endif (atomic, spinlock, byteorder) * more splitting of headers to have 32/64 bit variants (atomic, cpuflags) * fixed cpuflags AT_PLATFORM Other details in the individual commits as us

[dpdk-dev] [PATCH v6 00/15] Support ARMv7 architecture

2015-11-03 Thread Jerin Jacob
On Tue, Nov 03, 2015 at 12:47:13AM +0100, Jan Viktorin wrote: > Hello DPDK community, > > ARMv7 again, changes: > > * removed unnecessary code in the #ifndef RTE_FORCE_INTRINSICS .. #endif > (atomic, spinlock, byteorder) > * more splitting of headers to have 32/64 bit variants (atomic, cpuflags)

[dpdk-dev] [PATCH v6 00/15] Support ARMv7 architecture

2015-11-03 Thread Hunt, David
On 03/11/2015 04:49, Jerin Jacob wrote: > On Tue, Nov 03, 2015 at 12:47:13AM +0100, Jan Viktorin wrote: >> Hello DPDK community, >> >> ARMv7 again, changes: >> >> * removed unnecessary code in the #ifndef RTE_FORCE_INTRINSICS .. #endif >> (atomic, spinlock, byteorder) >> * more splitting of header

[dpdk-dev] [PATCH v6 00/15] Support ARMv7 architecture

2015-11-03 Thread Jacob, Jerin
I will be posting the new version with in a hour. Thanks, Jerin From: Hunt, David Sent: Tuesday, November 3, 2015 5:03 PM To: Jacob, Jerin; Jan Viktorin Cc: david.marchand at 6wind.com; Thomas Monjalon; dev at dpdk.org Subject: Re: [PATCH v6 00/15] Sup

[dpdk-dev] [PATCH v6 00/15] Support ARMv7 architecture

2015-11-16 Thread David Marchand
Hello, On Tue, Nov 3, 2015 at 12:47 AM, Jan Viktorin wrote: > Hello DPDK community, > > ARMv7 again, changes: > > * removed unnecessary code in the #ifndef RTE_FORCE_INTRINSICS .. #endif > (atomic, spinlock, byteorder) > * more splitting of headers to have 32/64 bit variants (atomic, cpuflags) >