CHANGELOG: mention AIO completion reaping

Change-Id: I4bf17559eeb372211bc32d0a2d1cb72db9f99f17
Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452638
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Darek Stojaczyk 2019-04-30 16:16:06 +02:00 committed by Ben Walker
parent ef0093adf2
commit ae628a844e

View File

@ -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