libreduce: removing deprecation messages for pmem
Deprecation notice for pmem was removed, as libreduce will still use it until pmem is supported. Change-Id: I7555dbf20a408a67fac8a6e7b2eaa23edf985eec Signed-off-by: Marcin Spiewak <marcin.spiewak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17538 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Community-CI: Mellanox Build Bot
This commit is contained in:
parent
ee06693c3d
commit
1a526000d0
@ -24,12 +24,6 @@ The tags can be matched with the level 4 headers below.
|
|||||||
PMDK is no longer supported and integrations with it in SPDK are now deprecated, and will be removed in SPDK 23.05.
|
PMDK is no longer supported and integrations with it in SPDK are now deprecated, and will be removed in SPDK 23.05.
|
||||||
Please see: [UPDATE ON PMDK AND OUR LONG TERM SUPPORT STRATEGY](https://pmem.io/blog/2022/11/update-on-pmdk-and-our-long-term-support-strategy/).
|
Please see: [UPDATE ON PMDK AND OUR LONG TERM SUPPORT STRATEGY](https://pmem.io/blog/2022/11/update-on-pmdk-and-our-long-term-support-strategy/).
|
||||||
|
|
||||||
#### `libreduce_pm_file`
|
|
||||||
|
|
||||||
Reduce library will no longer depend on libpmem. `pm_file_dir` parameter in `spdk_reduce_vol_init()`
|
|
||||||
will no longer point to pmem device or pmem file. Instead it will be possible to operate on a file,
|
|
||||||
without the benefits of persistency.
|
|
||||||
|
|
||||||
### VTune
|
### VTune
|
||||||
|
|
||||||
#### `vtune_support`
|
#### `vtune_support`
|
||||||
|
@ -537,9 +537,6 @@ _allocate_bit_arrays(struct spdk_reduce_vol *vol)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
SPDK_LOG_DEPRECATION_REGISTER(libreduce_pm_file,
|
|
||||||
"PMDK libpmem reduce integration", "SPDK 23.05", 0);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
spdk_reduce_vol_init(struct spdk_reduce_vol_params *params,
|
spdk_reduce_vol_init(struct spdk_reduce_vol_params *params,
|
||||||
struct spdk_reduce_backing_dev *backing_dev,
|
struct spdk_reduce_backing_dev *backing_dev,
|
||||||
@ -552,8 +549,6 @@ spdk_reduce_vol_init(struct spdk_reduce_vol_params *params,
|
|||||||
size_t mapped_len;
|
size_t mapped_len;
|
||||||
int dir_len, max_dir_len, rc;
|
int dir_len, max_dir_len, rc;
|
||||||
|
|
||||||
SPDK_LOG_DEPRECATED(libreduce_pm_file);
|
|
||||||
|
|
||||||
/* We need to append a path separator and the UUID to the supplied
|
/* We need to append a path separator and the UUID to the supplied
|
||||||
* path.
|
* path.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user