Merge pull request #377 from arutk/fix_map
Set entry->core_id in ocf_engine_lookup_map_entry
This commit is contained in:
commit
ec6eae6a5f
@ -51,6 +51,7 @@ void ocf_engine_lookup_map_entry(struct ocf_cache *cache,
|
||||
entry->status = LOOKUP_MISS;
|
||||
entry->coll_idx = cache->device->collision_table_entries;
|
||||
entry->core_line = core_line;
|
||||
entry->core_id = core_id;
|
||||
|
||||
line = ocf_metadata_get_hash(cache, hash);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user