]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/compressor: fix the issue that cannot processed concurrently 45050/head 46015/head
authorFeng Hualong <hualong.feng@intel.com>
Wed, 16 Feb 2022 06:01:17 +0000 (14:01 +0800)
committerFeng Hualong <hualong.feng@intel.com>
Mon, 21 Mar 2022 01:22:57 +0000 (09:22 +0800)
commitaba2ac13fcf8d2c57b7dce08e757387812ee5bd6
tree2fa19755ff4dcaab3bac7087b08eb02b9897e58e
parent7bd2450f119a795fb2e4dd1b3148d5a35bbd1eaf
common/compressor: fix the issue that cannot processed concurrently

Now, one session cannot support concurrent and it will lead to crash.
So there are mutil session using. At same time, it also can improve
the performance.

Fixes: https://tracker.ceph.com/issues/54361
Signed-off-by: Feng Hualong <hualong.feng@intel.com>
src/common/options/global.yaml.in
src/compressor/CMakeLists.txt
src/compressor/Compressor.cc
src/compressor/Compressor.h
src/compressor/QatAccel.cc
src/compressor/QatAccel.h