CHANGELOG: add note about accel operation chaining
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I94fff69cddc6ebe88ed2f88610778ee9ccc77ef6 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16437 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
f77387cce8
commit
f955f93c3a
@ -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
|
New accel module `mlx5` was added. It implements crypto operations, enabled when SPDK is configured with
|
||||||
RDMA provider is mlx5_dv and crypto support.
|
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
|
### bdev
|
||||||
|
|
||||||
Added RPCs bdev_nvme_start_mdns_discovery, bdev_nvme_get_mdns_discovery_info and
|
Added RPCs bdev_nvme_start_mdns_discovery, bdev_nvme_get_mdns_discovery_info and
|
||||||
|
Loading…
Reference in New Issue
Block a user