Implement asynchronous save, add core and remove core
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
@@ -253,6 +253,11 @@ void __wrap_ocf_mngt_cache_detach_finish(
|
||||
{
|
||||
}
|
||||
|
||||
void __wrap_ocf_mngt_cache_save_finish(
|
||||
ocf_pipeline_t pipeline, void *priv, int error)
|
||||
{
|
||||
}
|
||||
|
||||
static void _cache_mng_set_cache_mode_test01(void **state)
|
||||
{
|
||||
ocf_cache_mode_t mode_old = -20;
|
||||
|
@@ -210,6 +210,11 @@ void __wrap_ocf_mngt_cache_detach_finish(
|
||||
{
|
||||
}
|
||||
|
||||
void __wrap_ocf_mngt_cache_save_finish(
|
||||
ocf_pipeline_t pipeline, void *priv, int error)
|
||||
{
|
||||
}
|
||||
|
||||
static void ocf_mngt_cache_set_fallback_pt_error_threshold_test01(void **state)
|
||||
{
|
||||
struct ocf_cache cache;
|
||||
|
Reference in New Issue
Block a user