Do not repartition cachelines in WO read
WO cache mode should not repartition cachelines nor affect cacheline status in any way when servicing read. Reading data from the cache is just an internal optimization. Also WO cache mode is designed to be used with partitioning based on write life-time hints and read requests do not carry write lifetime hint by definition. Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
|
||||
int ocf_read_generic(struct ocf_request *req);
|
||||
|
||||
int ocf_read_generic_do(struct ocf_request *req);
|
||||
void ocf_read_generic_submit_hit(struct ocf_request *req);
|
||||
|
||||
#endif /* ENGINE_RD_H_ */
|
||||
|
||||
Reference in New Issue
Block a user