Commit a4ae9284 authored by Konrad Sztyber's avatar Konrad Sztyber
Browse files

deprecation: move deprecation notice for vtune to v23.09



We won't be removing vtune support in v23.05, so let's update the
deprecation notice to say that it's going to be removed in the next
release (v23.09).

Signed-off-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Change-Id: Ife3ee808d3b5cb2cdb65d1cda87dda01d7552d62
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18155


Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@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 92595a58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ Please see: [UPDATE ON PMDK AND OUR LONG TERM SUPPORT STRATEGY](https://pmem.io/

#### `vtune_support`

VTune integration is in now deprecated and will be removed in SPDK 23.05.
VTune integration is in now deprecated and will be removed in the 23.09 release.

### nvmf

+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ int __itt_init_ittlib(const char *, __itt_group_id);
static void log_already_claimed(enum spdk_log_level level, const int line, const char *func,
				const char *detail, struct spdk_bdev *bdev);

SPDK_LOG_DEPRECATION_REGISTER(vtune_support, "Intel(R) VTune integration", "SPDK 23.05", 0);
SPDK_LOG_DEPRECATION_REGISTER(vtune_support, "Intel(R) VTune integration", "v23.09", 0);

static const char *qos_rpc_type[] = {"rw_ios_per_sec",
				     "rw_mbytes_per_sec", "r_mbytes_per_sec", "w_mbytes_per_sec"