提交 aa2c24e7 编写于 作者: E Enzo Matsumiya 提交者: Martin K. Petersen

scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limit

Parameter ql2xenforce_iocb_limit is enabled by default.

Link: https://lore.kernel.org/r/20210118184922.23793-1-ematsumiya@suse.de
Fixes: 89c72f42 ("scsi: qla2xxx: Add IOCB resource tracking")
Reviewed-by: NDaniel Wagner <dwagner@suse.de>
Reviewed-by: NHimanshu Madhani <himanshu.madhani@oracle.com>
Signed-off-by: NEnzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 389102a3
...@@ -42,7 +42,7 @@ MODULE_PARM_DESC(ql2xfulldump_on_mpifail, ...@@ -42,7 +42,7 @@ MODULE_PARM_DESC(ql2xfulldump_on_mpifail,
int ql2xenforce_iocb_limit = 1; int ql2xenforce_iocb_limit = 1;
module_param(ql2xenforce_iocb_limit, int, S_IRUGO | S_IWUSR); module_param(ql2xenforce_iocb_limit, int, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(ql2xenforce_iocb_limit, MODULE_PARM_DESC(ql2xenforce_iocb_limit,
"Enforce IOCB throttling, to avoid FW congestion. (default: 0)"); "Enforce IOCB throttling, to avoid FW congestion. (default: 1)");
/* /*
* CT6 CTX allocation cache * CT6 CTX allocation cache
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册