Re: [PATCH 19/25] qla2xxx: Replace ql2xexchoffld & ql_dm_tgt_ex_pct parameter

2017-05-22 Thread Madhani, Himanshu
Hi Bart, > On May 19, 2017, at 4:27 PM, Bart Van Assche > wrote: > > On Fri, 2017-05-19 at 14:53 -0700, Himanshu Madhani wrote: >> [ ... ] >> -int ql2xexchoffld = 0; >> -module_param(ql2xexchoffld, uint, S_IRUGO|S_IWUSR); >> -MODULE_PARM_DESC(ql2xexchoffld, >> -

Re: [PATCH 19/25] qla2xxx: Replace ql2xexchoffld & ql_dm_tgt_ex_pct parameter

2017-05-19 Thread Bart Van Assche
On Fri, 2017-05-19 at 14:53 -0700, Himanshu Madhani wrote: > [ ... ] > -int ql2xexchoffld = 0; > -module_param(ql2xexchoffld, uint, S_IRUGO|S_IWUSR); > -MODULE_PARM_DESC(ql2xexchoffld, > - "Number of exchanges to offload. " > - "0 (Default)- Disabled."); > +int

[PATCH 19/25] qla2xxx: Replace ql2xexchoffld & ql_dm_tgt_ex_pct parameter

2017-05-19 Thread Himanshu Madhani
From: Quinn Tran Replace driver parameters ql2xexchoffld & ql_dm_tgt_ex_pct with ql2xtgtexchg & ql2xiniexchg for readability. Previously, the ql2xexchoffld module parameter was used to control the max number of exchanges to be offload onto host memory. Module parameter