summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_mcx.c
diff options
context:
space:
mode:
authorJonathan Matthew <jmatthew@cvs.openbsd.org>2019-06-11 03:55:17 +0000
committerJonathan Matthew <jmatthew@cvs.openbsd.org>2019-06-11 03:55:17 +0000
commitb963f15941a37161e0857f2ba7d6ee54ea0a5bc9 (patch)
tree53a86fff82e80265b3a786f6b95a23cd097576c0 /sys/dev/pci/if_mcx.c
parent2516de944aa307d983a74e952f5276e568fa0891 (diff)
bump up the ring sizes for dlg@
Diffstat (limited to 'sys/dev/pci/if_mcx.c')
-rw-r--r--sys/dev/pci/if_mcx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/if_mcx.c b/sys/dev/pci/if_mcx.c
index 1681f78e2b1..f18c70be775 100644
--- a/sys/dev/pci/if_mcx.c
+++ b/sys/dev/pci/if_mcx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mcx.c,v 1.23 2019/06/11 03:22:29 dlg Exp $ */
+/* $OpenBSD: if_mcx.c,v 1.24 2019/06/11 03:55:16 jmatthew Exp $ */
/*
* Copyright (c) 2017 David Gwynne <dlg@openbsd.org>
@@ -71,9 +71,9 @@
/* queue sizes */
#define MCX_LOG_EQ_SIZE 6 /* one page */
-#define MCX_LOG_CQ_SIZE 10
-#define MCX_LOG_RQ_SIZE 5
-#define MCX_LOG_SQ_SIZE 10
+#define MCX_LOG_CQ_SIZE 11
+#define MCX_LOG_RQ_SIZE 10
+#define MCX_LOG_SQ_SIZE 11
#define MCX_LOG_SQ_ENTRY_SIZE 6
#define MCX_SQ_ENTRY_MAX_SLOTS 4