Commit f955f93c authored by Konrad Sztyber's avatar Konrad Sztyber Committed by Tomasz Zawadzki
Browse files

CHANGELOG: add note about accel operation chaining



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


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@nvidia.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
parent f77387cc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,11 @@ decrypt operations. New RPC `dpdk_cryptodev_scan_accel_module` has been added to
New accel module `mlx5` was added. It implements crypto operations, enabled when SPDK is configured with
RDMA provider is mlx5_dv and crypto support.

Introduced the concept of chaining multiple accel operations together and executing them all in a
single call.  The operation can be chained via one of the `spdk_accel_append_*` functions and then
executed using `spdk_accel_sequence_finish`.  Currently, copy, decompress, decrypt, encrypt, and
fill operations support this mode.  This feature is considered experimental.

### bdev

Added RPCs bdev_nvme_start_mdns_discovery, bdev_nvme_get_mdns_discovery_info and