[PATCH Ceph] crc32c: add arm64/aarch64 optimized crc32c implementation

2015-01-21 Thread Yazen Ghannam
Tested on AMD Seattle. Passes all crc32c unit tests. ~4x performance increase versus sctp. Signed-off-by: Yazen Ghannam --- configure.ac | 1 + m4/ax_arm.m4 | 18 +--- src/arch/arm.c | 2 ++ src/arch/arm.h | 1 +

[meta-linaro v2 2/2] genericarmv8: build the ext3 image by default

2015-01-21 Thread Kevin Hao
This is needed when we want to boot from qeumu. Signed-off-by: Kevin Hao --- v2: Don't build qemu-native by default. v1: http://lists.linaro.org/pipermail/linaro-dev/2015-January/017738.html meta-aarch64/conf/machine/genericarmv8.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/met