Merge pull request #448 from robertbaldyga/perqueue-seq-cutoff

Per-queue multi-stream sequential cutoff
This commit is contained in:
Michał Mielewczyk
2021-03-05 14:38:21 +01:00
committed by GitHub
15 changed files with 360 additions and 62 deletions

View File

@@ -187,6 +187,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 */