diff options
| author | Peter Lieven | 2018-03-08 12:18:27 +0100 |
|---|---|---|
| committer | Dr. David Alan Gilbert | 2018-03-23 17:45:03 +0100 |
| commit | 44815334e10365ae5c60914c1d9fcecfe5ed5982 (patch) | |
| tree | 46d1057e71b4ccff493a939f716e4e644cd79bd6 /include/exec/user | |
| parent | migration: Fix rate limiting issue on RDMA migration (diff) | |
| download | qemu-44815334e10365ae5c60914c1d9fcecfe5ed5982.tar.gz qemu-44815334e10365ae5c60914c1d9fcecfe5ed5982.tar.xz qemu-44815334e10365ae5c60914c1d9fcecfe5ed5982.zip | |
migration/block: limit the number of parallel I/O requests
the current implementation submits up to 512 I/O requests in parallel
which is much to high especially for a background task.
This patch adds a maximum limit of 16 I/O requests that can
be submitted in parallel to avoid monopolizing the I/O device.
Signed-off-by: Peter Lieven <pl@kamp.de>
Message-Id: <1520507908-16743-5-git-send-email-pl@kamp.de>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'include/exec/user')
0 files changed, 0 insertions, 0 deletions
