cas_cache: Add promotion count parameter

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2021-02-03 09:35:56 +01:00
parent 9bc827a4f2
commit e6710e0016
2 changed files with 71 additions and 0 deletions

View File

@@ -330,6 +330,7 @@ struct kcas_cache_check_device {
enum kcas_core_param_id {
core_param_seq_cutoff_threshold,
core_param_seq_cutoff_policy,
core_param_seq_cutoff_promotion_count,
core_param_id_max,
};