From ae628a844e03da94958a492ef8a20a06d283d8d1 Mon Sep 17 00:00:00 2001 From: Darek Stojaczyk Date: Tue, 30 Apr 2019 16:16:06 +0200 Subject: [PATCH] CHANGELOG: mention AIO completion reaping Change-Id: I4bf17559eeb372211bc32d0a2d1cb72db9f99f17 Signed-off-by: Darek Stojaczyk Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452638 Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76385fc4a..33bebe97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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