summaryrefslogtreecommitdiff
path: root/drivers/misc/mic/host/mic_intr.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/mic/host/mic_intr.h')
-rw-r--r--drivers/misc/mic/host/mic_intr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/mic/host/mic_intr.h b/drivers/misc/mic/host/mic_intr.h
index b1334dd9a0a1..9f783d4ad7f1 100644
--- a/drivers/misc/mic/host/mic_intr.h
+++ b/drivers/misc/mic/host/mic_intr.h
@@ -27,8 +27,9 @@
* The minimum number of msix vectors required for normal operation.
* 3 for virtio network, console and block devices.
* 1 for card shutdown notifications.
+ * 4 for host owned DMA channels.
*/
-#define MIC_MIN_MSIX 4
+#define MIC_MIN_MSIX 8
#define MIC_NUM_OFFSETS 32
/**