Using the KVM API
Using the KVM API
Posted Sep 30, 2015 17:53 UTC (Wed) by josh (subscriber, #17465)In reply to: Using the KVM API by pbonzini
Parent article: Using the KVM API
> For ioeventfd you have to add the latency of waking up the I/O thread if it's sleeping (but if the fd is really busy, e.g. running fio in the guest, it won't have time to go to sleep).
How much *minimum* latency comes from the vmexit, and how much gets added by the path from the in-kernel vmexit handling and whatever mechanism it uses to contact the I/O thread? If much of it comes from the latter, perhaps we could find a way to accelerate that via another (latency-optimized) interface.
