]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
compressor/zlib: add compressor_zlib_isal config option to disable ISA-L
authorSage Weil <sage@redhat.com>
Thu, 6 Oct 2016 15:49:14 +0000 (11:49 -0400)
committerSage Weil <sage@redhat.com>
Thu, 6 Oct 2016 19:36:08 +0000 (15:36 -0400)
commitc3d78f03eefa2e2199e00531d66be900fc09f639
tree7cc2d704156744af5733af746b2d358a784850e5
parent06ae3da85fa6f3c14dd149030c274fc42c166c78
compressor/zlib: add compressor_zlib_isal config option to disable ISA-L

We dynamically enable this if the necessary processor features are present.
Allow this probing to be disabled explicitly.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h
src/compressor/zlib/CompressionPluginZlib.cc
src/test/compressor/test_compression.cc