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

@@ -182,6 +182,9 @@ struct ocf_request {
uint8_t master_io_req_type : 2;
/*!< Core device request context type */
uint8_t seq_cutoff_core : 1;
/*!< Sequential cut off stream promoted to core level */
uint8_t seq_cutoff : 1;
/*!< Sequential cut off set for this request */