Hello, On Tue, Nov 3, 2015 at 12:47 AM, Jan Viktorin <viktorin at rehivetech.com> 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) > * fixed cpuflags AT_PLATFORM > > Other details in the individual commits as usual. > > --- > [snip] > --- > > 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 alignment errors to break build > maintainers: claim responsibility for ARMv7 > > Vlastimil Kosar (8): > eal/arm: atomic operations for ARM > eal/arm: byte order operations for ARM > eal/arm: cpu cycle operations for ARM > eal/arm: prefetch operations for ARM > eal/arm: spinlock operations for ARM (without HTM) > eal/arm: vector memcpy for ARM > eal/arm: cpu flag checks for ARM > mk: Introduce ARMv7 architecture > > Looks good to me. Acked-by: David Marchand <david.marchand at 6wind.com> Thanks Jan. -- David Marchand