]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Introduced plugins for crypto and isal implementation.
authorAdam Kupczyk <akupczyk@mirantis.com>
Fri, 29 Jul 2016 14:09:02 +0000 (16:09 +0200)
committerAdam Kupczyk <akupczyk@mirantis.com>
Wed, 5 Apr 2017 16:31:17 +0000 (18:31 +0200)
commitdbbf052fa00ddf12731aac75b0570760e7564ea5
treed75794f4b24dec251f946558f81c70486801ba36
parenta1d19056355baa1916af43f8aa453175716ca4a1
Introduced plugins for crypto and isal implementation.
Added submodule for isa-l_crypto
Fixed problem with uninitialised var.
Enable to use crypto plugin if available.
Now isal crypto plugin compiles only on intel.

Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com>
12 files changed:
.gitmodules
src/CMakeLists.txt
src/isa-l_crypto [new submodule]
src/isa-l_crypto_plugin/CMakeLists.txt [new file with mode: 0644]
src/isa-l_crypto_plugin/crypto_accel.h [new file with mode: 0644]
src/isa-l_crypto_plugin/crypto_plugin.h [new file with mode: 0644]
src/isa-l_crypto_plugin/isal_crypto_accel.cc [new file with mode: 0644]
src/isa-l_crypto_plugin/isal_crypto_accel.h [new file with mode: 0644]
src/isa-l_crypto_plugin/isal_crypto_plugin.cc [new file with mode: 0644]
src/isa-l_crypto_plugin/isal_crypto_plugin.h [new file with mode: 0644]
src/os/CMakeLists.txt
src/rgw/rgw_crypt.cc