> On Jan 18, 2021, at 12:49 PM, Enzo Matsumiya <ematsumiya@xxxxxxx> wrote: > > Parameter ql2xenforce_iocb_limit is enabled by default. > > Fixes: 89c72f4245a8 ("scsi: qla2xxx: Add IOCB resource tracking") > Signed-off-by: Enzo Matsumiya <ematsumiya@xxxxxxx> > --- > drivers/scsi/qla2xxx/qla_os.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c > index f80abe28f35a..0e0fe5b09496 100644 > --- a/drivers/scsi/qla2xxx/qla_os.c > +++ b/drivers/scsi/qla2xxx/qla_os.c > @@ -42,7 +42,7 @@ MODULE_PARM_DESC(ql2xfulldump_on_mpifail, > int ql2xenforce_iocb_limit = 1; > module_param(ql2xenforce_iocb_limit, int, S_IRUGO | S_IWUSR); > 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 > -- > 2.29.2 > Good Catch. Reviewed-by: Himanshu Madhani <himanshu.madhani@xxxxxxxxxx> -- Himanshu Madhani Oracle Linux Engineering