+154
−3
Loading
A single thread that initialized bdev_virtio subsystem will be used to poll control queues for all virtio devices. Every io_channel will put it's e.g. RESET requests to the controlq MP-SC spdk_ring. The controlq poller will dequeue these requests and put them into the virtio queue. The same poller will then poll for completions and send them to proper threads that submitted given requests. Change-Id: I90ae7c5d76dc89cc52ff69cf2a60e27a9314557c Signed-off-by:Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/382201 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com>