On 12/27/18 12:33 AM, James Smart wrote:
So far msix vectors allocation assumed it would be 1:1 with
hardware queues. However, there are several reasons why fewer
MSIX vectors may be allocated than hardware queues such as the
platform being out of vectors or adapter limits being less than
cpu count.
This patch reworks the MSIX/EQ relationships with the per-cpu
hardware queues so they can function independently. MSIX vectors
will be equitably split been cpu sockets/cores and then the
per-cpu hardware queues will be mapped to the vectors most
efficient for them.
Signed-off-by: Dick Kennedy <dick.kenn...@broadcom.com>
Signed-off-by: James Smart <jsmart2...@gmail.com>
---
drivers/scsi/lpfc/lpfc.h | 7 +-
drivers/scsi/lpfc/lpfc_attr.c | 96 ++++----
drivers/scsi/lpfc/lpfc_crtn.h | 1 -
drivers/scsi/lpfc/lpfc_debugfs.c | 303 ++++++++++++++++-------
drivers/scsi/lpfc/lpfc_debugfs.h | 3 -
drivers/scsi/lpfc/lpfc_hw4.h | 3 +-
drivers/scsi/lpfc/lpfc_init.c | 507 ++++++++++++++++++++++++++++++++-------
drivers/scsi/lpfc/lpfc_nvme.c | 18 +-
drivers/scsi/lpfc/lpfc_scsi.c | 32 ++-
drivers/scsi/lpfc/lpfc_sli.c | 148 +++++-------
drivers/scsi/lpfc/lpfc_sli4.h | 64 ++++-
11 files changed, 838 insertions(+), 344 deletions(-)
Reviewed-by: Hannes Reinecke <h...@suse.com>
Cheers,
Hannes