Re: [dpdk-dev] [PATCH v4 1/2] eal/arm64: update CPU flags

2020-08-18 Thread Ruifeng Wang
> -Original Message- > From: Wei Hu (Xavier) > Sent: Tuesday, August 18, 2020 4:09 PM > To: dev@dpdk.org > Cc: nd ; Honnappa Nagarahalli > ; Ruifeng Wang > ; jerinjac...@gmail.com; > xavier.hu...@huawei.com > Subject: [PATCH v4 1/2] eal/arm64: update CPU flags > > From: "Wei Hu (Xavier)

[dpdk-dev] [PATCH v4 1/2] eal/arm64: update CPU flags

2020-08-18 Thread Wei Hu (Xavier)
From: "Wei Hu (Xavier)" 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 Signed-off-by: Wei Hu