open-cas-linux/modules
Rafal Stefanowski 2097f8029b Set promote_on_threshold sequential cutoff flag
Due to linux thread scheduling nature, we prefer to promote streams
as early as we reasonably can. One way to achieve that is to set
promotion count really low, which unfortunately significantly increases
number of accesses to shared structures. The other way is to promote
streams which reach cutoff threshold, as we can reasonably assume that
they are likely be continued after thread is rescheduled to another CPU.

Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
2021-11-09 13:41:49 +01:00
..
cas_cache Set promote_on_threshold sequential cutoff flag 2021-11-09 13:41:49 +01:00
cas_disk Fix license 2021-10-28 12:46:42 +02:00
include Fix license 2021-10-28 12:46:42 +02:00
config.mk Fix license 2021-10-28 12:46:42 +02:00
extra.mk Fix license 2021-10-28 12:46:42 +02:00
Makefile Fix license 2021-10-28 12:46:42 +02:00