We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389102a commit aa2c24eCopy full SHA for aa2c24e
drivers/scsi/qla2xxx/qla_os.c
@@ -42,7 +42,7 @@ MODULE_PARM_DESC(ql2xfulldump_on_mpifail,
42
int ql2xenforce_iocb_limit = 1;
43
module_param(ql2xenforce_iocb_limit, int, S_IRUGO | S_IWUSR);
44
MODULE_PARM_DESC(ql2xenforce_iocb_limit,
45
- "Enforce IOCB throttling, to avoid FW congestion. (default: 0)");
+ "Enforce IOCB throttling, to avoid FW congestion. (default: 1)");
46
47
/*
48
* CT6 CTX allocation cache
0 commit comments