|
Revision tags: v24.05, v24.09-pre, v24.05-rc1 |
|
| #
8130039e |
| 02-Mar-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
build: don't create symlinks inside isa-l dirs
For some reason, isa-l doesn't put its headers under isa-l directory in its repo, but installs them that way (e.g. include/crc.h gets installed as isa-
build: don't create symlinks inside isa-l dirs
For some reason, isa-l doesn't put its headers under isa-l directory in its repo, but installs them that way (e.g. include/crc.h gets installed as isa-l/crc.h). So, to make the #includes work, we used to put a symlink inside the isa-l repo called "isa-l" that would point to the directory with the headers. It worked, but caused the isa-l directory to always show up as having untracked content in git, which is a pain.
Instead, the symlink is now moved inside the isalbuild directory and isalbuild is added to our include paths. All of the above also applies to isa-l-crypto, as it used to work identically.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I22110f61b253bbdf0bbea2fbe3b533cb56d8632b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22123 Reviewed-by: Michal Berger <michal.berger@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
|
Revision tags: LTS, v24.01, v24.05-pre, v24.01-rc1 |
|
| #
b02581a8 |
| 10-Jan-2024 |
Ben Walker <ben@nvidia.com> |
isal: If using ISA-L submodule, install it during 'make install'
Change-Id: I6934c3c23969bfce6365e67397147c1837b7f515 Signed-off-by: Ben Walker <ben@nvidia.com> Reviewed-on: https://review.spdk.io/g
isal: If using ISA-L submodule, install it during 'make install'
Change-Id: I6934c3c23969bfce6365e67397147c1837b7f515 Signed-off-by: Ben Walker <ben@nvidia.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21386 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
|
Revision tags: v23.09, v24.01-pre, v23.09-rc1, v23.05, v23.09-pre, v23.01.1, v23.01, v23.05-pre, v23.01-rc1, v22.01.2 |
|
| #
784b9d48 |
| 04-Oct-2022 |
Alexey Marchuk <alexeymar@nvidia.com> |
isa-l_crypto: Add submodule
Add a new config option CONFIG_ISAL_CRYPTO which is set if both isa-l and isa-l-crypto are enabled. This config option will be used in next patch to enable SW crypto oper
isa-l_crypto: Add submodule
Add a new config option CONFIG_ISAL_CRYPTO which is set if both isa-l and isa-l-crypto are enabled. This config option will be used in next patch to enable SW crypto operations in accel fw
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I9cf6b754fb3888e21c05aa20bade21cf90d5d090 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14857 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by: <qun.wan@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
show more ...
|