From 9889ab2dc80e40dae92dcef361d53dcba722043d Mon Sep 17 00:00:00 2001 From: Richael Zhuang Date: Wed, 30 Oct 2019 10:13:40 +0800 Subject: [PATCH] spdk: Upgrade isa-l to add support for aarch64 The ISA-L integrated in SPDK doesn't include aarch64's implementation/ optimization in pass 6 months, upgrade it to achieve better performance on aarch64. The upgrade includes the commit f3993f5c0(crc: Fix dynamic relocation link failure on Arm), without which there will be link errors on aarch64. That's the reason for not upgrading to the latest released version of ISA-L(2.28.0). Signed-off-by: Richael Zhuang Change-Id: Ifbf2a3ccc3f88689e6ea11ab30fa7a771b13b5ec Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/472762 Reviewed-by: Jim Harris Reviewed-by: Ben Walker Tested-by: SPDK CI Jenkins --- CHANGELOG.md | 5 +++++ isa-l | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe1fb0bc..fa3e88f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## v20.01: (Upcoming Release) +### isa-l + +Updated ISA-L submodule to commit f3993f5c0b6911 which includes implementation and +optimization for aarch64. + ## v19.10: ### bdev diff --git a/isa-l b/isa-l index 09e787231..f3993f5c0 160000 --- a/isa-l +++ b/isa-l @@ -1 +1 @@ -Subproject commit 09e787231b31add1234ec9a3dfe718533f1c3bf4 +Subproject commit f3993f5c0b69118a229c2dfbb360515cd34a24e6