Update isa-l submodule.Includes "crc/aarch64: don't use .rodata for fold_constant".Signed-off-by: Jim Harris <jim.harris@samsung.com>Change-Id: I44571e7a946848979c207590d12d86d8b99f903fReviewed
Update isa-l submodule.Includes "crc/aarch64: don't use .rodata for fold_constant".Signed-off-by: Jim Harris <jim.harris@samsung.com>Change-Id: I44571e7a946848979c207590d12d86d8b99f903fReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21627Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Community-CI: Mellanox Build BotReviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
isa-l: update submodule to v2.31.0Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>Change-Id: I915733a806d95964301e87bf4a72cc049bec0c8aReviewed-on: https://review.spdk.io/gerrit/c/spdk/s
isa-l: update submodule to v2.31.0Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>Change-Id: I915733a806d95964301e87bf4a72cc049bec0c8aReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21501Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Jim Harris <jim.harris@samsung.com>Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
isa-l: update submodule to v2.30.0Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>Change-Id: I7c1eda311000a56edd957bbd101521f76614d8e0Reviewed-on: https://review.spdk.io/gerrit/c/spdk/s
isa-l: update submodule to v2.30.0Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>Change-Id: I7c1eda311000a56edd957bbd101521f76614d8e0Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6019Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: John Kariuki <John.K.Kariuki@intel.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
isa-l: update submodule to v2.29.0Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>Change-Id: Ieffb7838f7cc93d8902c7c28f8002f08e3a1172bReviewed-on: https://review.spdk.io/gerrit/c/spdk/s
isa-l: update submodule to v2.29.0Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>Change-Id: Ieffb7838f7cc93d8902c7c28f8002f08e3a1172bReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3869Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Community-CI: Mellanox Build BotReviewed-by: Ben Walker <benjamin.walker@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>
spdk: Upgrade isa-l to add support for aarch64The ISA-L integrated in SPDK doesn't include aarch64's implementation/optimization in pass 6 months, upgrade it to achieve better performanceon aarch
spdk: Upgrade isa-l to add support for aarch64The ISA-L integrated in SPDK doesn't include aarch64's implementation/optimization in pass 6 months, upgrade it to achieve better performanceon aarch64. The upgrade includes the commit f3993f5c0(crc: Fix dynamicrelocation link failure on Arm), without which there will be link errorson aarch64. That's the reason for not upgrading to the latest releasedversion of ISA-L(2.28.0).Signed-off-by: Richael Zhuang <richael.zhuang@arm.com>Change-Id: Ifbf2a3ccc3f88689e6ea11ab30fa7a771b13b5ecReviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/472762Reviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: Ben Walker <benjamin.walker@intel.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
spdk: Add ISA-L support with related crc32 functionIn SPDK, we will build isa-l with no shared optionand then integrate it into SPDK. And we do not needto install isal in the system libaries.No
spdk: Add ISA-L support with related crc32 functionIn SPDK, we will build isa-l with no shared optionand then integrate it into SPDK. And we do not needto install isal in the system libaries.Note: ocf build in autobuild.sh now needs to buildinclude/spdk/config.h before building the ocf library,to ensure that header is available in a clean buildenvironment.Change-Id: I3f0ce6932b386de17a77cf5bfdfd738b22417e2dSigned-off-by: Ziye Yang <optimistyzy@gmail.com>Signed-off-by: paul luse <paul.e.luse@intel.com>Signed-off-by: Jim Harris <james.r.harris@intel.com>Reviewed-on: https://review.gerrithub.io/c/441279Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>Reviewed-by: Chunyang Hui <chunyang.hui@intel.com>