eal/arm64: update CPU flags
authorWei Hu (Xavier) <xavier.huwei@huawei.com>
Wed, 19 Aug 2020 10:56:37 +0000 (18:56 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 13 Oct 2020 15:52:11 +0000 (17:52 +0200)
commitb15a936d75e23fdc3107148e843b025249116562
tree187366d58e911dab38344667a9b6a0f1c69d8b5b
parente9b9739264063bb856965070cb9ca7726d2c4238
eal/arm64: update CPU flags

ARM64 Linux kernel updated the CPU flags using the HWCAP scheme.
The related marco definition can be found in linux kernel:
  arch/arm64/include/uapi/asm/hwcap.h

This patch incorporates those changes to the EAL library.

Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
lib/librte_eal/arm/include/rte_cpuflags_64.h
lib/librte_eal/arm/rte_cpuflags.c