Commit df6e317e authored by Cunyin Chang's avatar Cunyin Chang Committed by Jim Harris
Browse files

changelog: modify the log about hotplug of vfio-attached devices.



Change-Id: I2f78a42c2a54273b4c117cab0794901df60b0874
Signed-off-by: default avatarCunyin Chang <cunyin.chang@intel.com>
Reviewed-on: https://review.gerrithub.io/391341


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent c3b31381
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -33,11 +33,8 @@ abstraction for pollers available in include/spdk/io_channel.h

### NVMe Driver

The logic which support hotplug of vfio-attached devices has been implemented in SPDK, but to
totally enable this feature, there is still some work need to be done for kernel vfio-pci driver.
vfio-pci driver should trigger one "remove" uevent at the very beginning of the remove interface
of pci driver, this will make sure the SPDK could detect the event and release the vfio-attached
device Fd and related resource when the device removed.
SPDK now supports hotplug for vfio-attached devices. But there is one thing keep in mind:
Only physical removal events are supported; removing devices via the sysfs `remove` file will not work.

### NVMe-oF Target