Align structures to cacheline

Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com>
This commit is contained in:
Kozlowski Mateusz
2021-07-05 11:33:50 +02:00
parent f863bb627f
commit f494448f97
7 changed files with 33 additions and 28 deletions

View File

@@ -143,8 +143,6 @@ struct ocf_request {
ctx_data_t *cp_data;
/*!< Copy of request data */
ocf_req_cache_mode_t cache_mode;
uint64_t byte_position;
/*!< LBA byte position of request in core domain */
@@ -196,6 +194,8 @@ struct ocf_request {
uint8_t lock_idx : OCF_METADATA_GLOBAL_LOCK_IDX_BITS;
/* !< Selected global metadata read lock */
ocf_req_cache_mode_t cache_mode;
log_sid_t sid;
/*!< Tracing sequence ID */