Purge core command
Purge invalidates all cache lines which belongs to given core. It is very usefull feature for tests. Calling purge is possbile with casadm `--script` swtich. Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
@@ -221,6 +221,7 @@ int get_core_pool_count(int fd);
|
||||
int reset_counters(unsigned int cache_id, unsigned int core_id);
|
||||
|
||||
int purge_cache(unsigned int cache_id);
|
||||
int purge_core(unsigned int cache_id, unsigned int core_id);
|
||||
|
||||
int flush_cache(unsigned int cache_id);
|
||||
int flush_core(unsigned int cache_id, unsigned int core_id);
|
||||
|
Reference in New Issue
Block a user