config: set cache line as 128B for generic arm64
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Wed, 26 Apr 2017 16:29:19 +0000 (21:59 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 30 Apr 2017 21:06:23 +0000 (23:06 +0200)
commit852572d5db26d1d7d9021648740d9f2e0c4503c1
tree2efefba726e10cdcb36a29ebc39266e3642a8c8e
parent9a1774b80a63922d5ea343cb4782a1226e2b7100
config: set cache line as 128B for generic arm64

armv8 implementations may have 64B or 128B cache line.
Setting to the maximum available cache line size in generic config to
address minimum DMA alignment across all arm64 implementations.

Increasing the cacheline size has no negative impact to cache invalidation
on systems with a smaller cache line.

The need for the minimum DMA alignment has impact on functional aspects
of the platform so default config should cater the functional aspects.

There is an impact on memory usage with this scheme, but that's not too
important for the single image arm64 distribution use case.

The arm64 linux kernel followed the similar approach for single
arm64 image use case.
http://lxr.free-electrons.com/source/arch/arm64/include/asm/cache.h

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Jianbo Liu <jianbo.liu@linaro.org>
Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
config/defconfig_arm64-armv8a-linuxapp-gcc
config/defconfig_arm64-dpaa2-linuxapp-gcc
config/defconfig_arm64-xgene1-linuxapp-gcc