Commit 1a526000 authored by Marcin Spiewak's avatar Marcin Spiewak Committed by Konrad Sztyber
Browse files

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: default avatarMarcin Spiewak <marcin.spiewak@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17538


Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Community-CI: Mellanox Build Bot
parent ee06693c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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.
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_support`
+0 −5
Original line number Diff line number Diff line
@@ -537,9 +537,6 @@ _allocate_bit_arrays(struct spdk_reduce_vol *vol)
	return 0;
}

SPDK_LOG_DEPRECATION_REGISTER(libreduce_pm_file,
			      "PMDK libpmem reduce integration", "SPDK 23.05", 0);

void
spdk_reduce_vol_init(struct spdk_reduce_vol_params *params,
		     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;
	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
	 * path.
	 */