Commit ae628a84 authored by Darek Stojaczyk's avatar Darek Stojaczyk Committed by Ben Walker
Browse files

CHANGELOG: mention AIO completion reaping



Change-Id: I4bf17559eeb372211bc32d0a2d1cb72db9f99f17
Signed-off-by: default avatarDarek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452638


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent ef0093ad
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -120,6 +120,11 @@ if Vhost-SCSI LUN hotplug RPCs were executed while connected VMs were in the mid
The SCSI target id in `add_vhost_scsi_lun` RPC is now optional. If `-1` is passed, the first
unoccupied target id will be used.

### AIO

AIO bdev module can now reap I/O completions directly from userspace, significantly improving
the overall performance.

## v19.01:

### ocf bdev