Introduce multi-stream sequential cutoff

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2020-03-20 00:10:21 +01:00
parent 332ad1dfbc
commit 93cd0615d3
8 changed files with 189 additions and 77 deletions

View File

@@ -175,6 +175,8 @@ typedef enum {
/*!< Current cache mode of given cache instance */
} ocf_cache_mode_t;
#define OCF_SEQ_CUTOFF_MAX_STREAMS 256
typedef enum {
ocf_seq_cutoff_policy_always = 0,
/*!< Sequential cutoff always on */