summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-06-04 18:08:08 +0000
committerjhb <jhb@FreeBSD.org>2014-06-04 18:08:08 +0000
commit9464d250b6fdaf4bd5e0a0043ba8b5a681236c53 (patch)
tree871725225245c685a569dbb19e1c86c97e253854 /usr.sbin/bhyve
parent79dc8321932cebeeadfc5d0ad42cf920abbfab91 (diff)
downloadFreeBSD-src-9464d250b6fdaf4bd5e0a0043ba8b5a681236c53.zip
FreeBSD-src-9464d250b6fdaf4bd5e0a0043ba8b5a681236c53.tar.gz
MFC 260999:
Increase the block-layer backend maximum number of requests to match the AHCI command queue depth.
Diffstat (limited to 'usr.sbin/bhyve')
-rw-r--r--usr.sbin/bhyve/block_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/block_if.c b/usr.sbin/bhyve/block_if.c
index ba7cfcd..ffa343c 100644
--- a/usr.sbin/bhyve/block_if.c
+++ b/usr.sbin/bhyve/block_if.c
@@ -50,7 +50,7 @@ __FBSDID("$FreeBSD$");
#define BLOCKIF_SIG 0xb109b109
-#define BLOCKIF_MAXREQ 16
+#define BLOCKIF_MAXREQ 32
enum blockop {
BOP_READ,
OpenPOWER on IntegriCloud