1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

Change driver queue count limits

This commit is contained in:
Alex Forencich 2019-12-29 23:40:07 -08:00
parent 3737d85206
commit 91a538ff5f

View File

@ -41,10 +41,10 @@ either expressed or implied, of The Regents of the University of California.
#define MQNIC_MAX_SCHED 8
#define MQNIC_MAX_EVENT_RINGS 256
#define MQNIC_MAX_TX_RINGS 256
#define MQNIC_MAX_TX_CPL_RINGS 256
#define MQNIC_MAX_RX_RINGS 256
#define MQNIC_MAX_RX_CPL_RINGS 256
#define MQNIC_MAX_TX_RINGS 8192
#define MQNIC_MAX_TX_CPL_RINGS 8192
#define MQNIC_MAX_RX_RINGS 8192
#define MQNIC_MAX_RX_CPL_RINGS 8192
#define MQNIC_BOARD_ID_VCU108 0x10ee806c
#define MQNIC_BOARD_ID_VCU118 0x10ee9076