Merge pull request #255 from imjfckm/pp-tests

Add promotion policies functional tests
This commit is contained in:
Michał Mielewczyk
2019-09-16 09:34:16 +02:00
committed by GitHub
10 changed files with 410 additions and 23 deletions

View File

@@ -77,7 +77,10 @@ struct ocf_cache_info {
/*!< Eviction policy selected */
ocf_cleaning_t cleaning_policy;
/*!< Cleaning policy selected (alru/nop) */
/*!< Cleaning policy selected */
ocf_promotion_t promotion_policy;
/*!< Promotion policy selected */
ocf_cache_line_size_t cache_line_size;
/*!< Cache line size in KiB */