diff options
| author | James Smart <[email protected]> | 2019-10-18 14:18:17 -0700 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2019-10-24 21:02:04 -0400 |
| commit | 97a9ed3b3ae8eae27a231129c0939151879d5f2b (patch) | |
| tree | 1261e52e366c25735756c109ba75d8ceadca3630 /tools/perf/scripts/python | |
| parent | e519a34c29597110e92908294be8464e91cabf9c (diff) | |
scsi: lpfc: fix lpfc_nvmet_mrq to be bound by hdw queue count
Currently, lpfc_nvmet_mrq is always scaled back to the min(lpfc_nvmet_mrq,
lpfc_irq_chann). There's no reason to reduce it to the number of interrupt
vectors. Rather, it should be scaled down based on the number of hardware
queues for the system (if lower than max of 16).
Change scaling to use hardware queue count rather than interrupt vector
count.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dick Kennedy <[email protected]>
Signed-off-by: James Smart <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions