Spdk/lib/bdev/ocf
Vitaliy Mysak 58b41ea2b5 ocf: add shared cache instance context
Introduce cache context structure that is going to be used
  for sharing per cache info. For example: management queue,
  cleaner_channel, cleaner_thread.

Lifetime of this structure ends with last vbdev that gets unregistered
  and NOT when cache stops because cache does not have to be freed
  there.

Signed-off-by: Vitaliy Mysak <vitaliy.mysak@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/451403 (master)

(cherry picked from commit 4e7fb25066)
Change-Id: I66252084d7efda92edd10fb737c8e9c8169b4f6d
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/457254
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2019-06-17 15:25:31 +00:00
..
env ocf: update try-locks in env 2019-04-19 13:05:35 +00:00
ctx.c ocf: add shared cache instance context 2019-06-17 15:25:31 +00:00
ctx.h ocf: add shared cache instance context 2019-06-17 15:25:31 +00:00
data.c OCF: add OCF module 2019-01-28 09:41:52 +00:00
data.h OCF: add OCF module 2019-01-28 09:41:52 +00:00
Makefile OCF: add OCF module 2019-01-28 09:41:52 +00:00
stats.c OCF: rebase to ocf master 276d91fcd7 2019-03-05 12:09:25 +00:00
stats.h OCF: rebase to ocf master 276d91fcd7 2019-03-05 12:09:25 +00:00
utils.c ocf: add timeout functionality for vbdev_ocf_mngt_ interface 2019-06-17 10:02:50 +00:00
utils.h ocf: add timeout functionality for vbdev_ocf_mngt_ interface 2019-06-17 10:02:50 +00:00
vbdev_ocf_rpc.c ocf: add callback argument to vbdev_ocf_construct() 2019-06-12 13:09:46 +00:00
vbdev_ocf.c ocf: add shared cache instance context 2019-06-17 15:25:31 +00:00
vbdev_ocf.h ocf: add shared cache instance context 2019-06-17 15:25:31 +00:00
volume.c ocf: switch to dynamic queues 2019-03-12 22:21:58 +00:00
volume.h OCF: rebase to ocf master 276d91fcd7 2019-03-05 12:09:25 +00:00