From dcbe9e42ceca6bc8ed9edf2730188b40a2751ff5 Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Mon, 29 Jul 2019 08:45:14 -0400 Subject: [PATCH] CHANGELOG: INI config deprecation notice Change-Id: Ib7c9c751134814f40f815469e01f9a2b7c491f2c Signed-off-by: Tomasz Zawadzki Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/463520 Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Jim Harris Reviewed-by: Broadcom SPDK FC-NVMe CI --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6438987114..2c99146f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,15 @@ and `spdk_dix_remap_ref_tag` have been added to remap DIF reference tag. New APIs `spdk_dif_update_crc32c` and `spdk_dif_update_crc32c_stream` have been added to compute CRC-32C checksum for extended LBA payload. +Bdevperf and bdevio applications now support starting tests with application specific +RPCs. Please see helper Python scripts in their respective directories. +This is a move towards simpler RPC-only configuration for all main +and auxiliary applications. + +Legacy INI style configuration for SPDK applications will become deprecated in SPDK 19.10, +and removed in SPDK 20.01. Please consider moving to JSON-RPC configuration files and/or +RPC driven run-time configuration. + ### NVMe-oF Target (FC) New Fibre Channel transport for NVMe over Fabrics target. Requires an FC HBA to use.