Per-queue multi-stream sequential cutoff

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2020-12-28 16:46:22 +01:00
parent ac9bd5b094
commit 3ee253cc4e
13 changed files with 354 additions and 60 deletions

View File

@@ -44,6 +44,9 @@ struct ocf_core_meta_config {
/* Sequential cutoff policy */
env_atomic seq_cutoff_policy;
/* Sequential cutoff stream promotion request count */
env_atomic seq_cutoff_promo_count;
/* core object size in bytes */
uint64_t length;