On Sat, 7 Apr 2018 11:30:15 -0700 James Smart <jsmart2021@xxxxxxxxx> wrote: > When debugging various issues, per IO channel IO statistics were > useful to understand what was happening. However, many of the stats > were on a port basis rather than an io channel basis. > > Move statistics to an io channel basis. > > Signed-off-by: Dick Kennedy <dick.kennedy@xxxxxxxxxxxx> > Signed-off-by: James Smart <james.smart@xxxxxxxxxxxx> > --- > drivers/scsi/lpfc/lpfc.h | 6 --- > drivers/scsi/lpfc/lpfc_attr.c | 40 +++++++++------ > drivers/scsi/lpfc/lpfc_debugfs.c | 65 ++++++++++++++++-------- > drivers/scsi/lpfc/lpfc_init.c | 36 ++++++++----- > drivers/scsi/lpfc/lpfc_nvme.c | 107 > ++++++++++++++++++++++++++------------- > drivers/scsi/lpfc/lpfc_nvme.h | 10 ++++ 6 files changed, 173 > insertions(+), 91 deletions(-) > Reviewed-by: Hannes Reinecke <hare@xxxxxxxx> Cheers, Hannes