commit | 5b2ffbe4d99843fd8305c573a100047a8c962327 | [log] [tgz] |
---|---|---|
author | Ming Lei <tom.leiming@gmail.com> | Sat Jul 12 12:08:53 2014 +0800 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Tue Jul 15 15:34:13 2014 +0200 |
tree | beb91143f9df9c61e1746e1aceb3d349072d7367 | |
parent | e926d9b8c52d5ddf413617df4b341a3114642b14 [diff] |
virtio-blk: dataplane: notify guest as a batch Now requests are submitted as a batch, so it is natural to notify guest as a batch too. This may suppress interrupt notification to VM a lot: - in my test, decreased by ~13K/sec Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>