public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] hisi_sas: DIX support, performance optimisation, and misc patches
@ 2019-02-06 10:52 John Garry
  2019-02-06 10:52 ` [PATCH 1/6] scsi: hisi_sas: Add support for DIX feature for v3 hw John Garry
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: John Garry @ 2019-02-06 10:52 UTC (permalink / raw)
  To: jejb, martin.petersen; +Cc: linuxarm, linux-kernel, linux-scsi, John Garry

This patchset introduces the following:
- DIX support for v3 hw

- Optimisation based on mapping CPUs to queues, much the same as other
  SCSI drivers do today, without exposing > 1 queue to upper layer.

  It is disabled by default and marked as experimental, due to ongoing
  discussion here:
  https://marc.info/?l=linux-scsi&m=154876335707751&w=2

  In addition, hopefully we can eventually expose > 1 queue to upper
  layer and remove the reply_map, if performance issue discussed here has
  a positive outcome:
  https://marc.info/?l=linux-scsi&m=154874776701343&w=2

- And some other minor tidying and a driver debugfs feature  

This series is based on Martin's 5.1 queue +
"scsi: hisi_sas: Set protection parameters prior to adding SCSI host"

John Garry (2):
  scsi: hisi_sas: Issue internal abort on all relevant queues
  scsi: hisi_sas: Do some more tidy-up

Luo Jiaxing (1):
  scsi: hisi_sas: Add manual trigger for debugfs dump

Xiang Chen (3):
  scsi: hisi_sas: Add support for DIX feature for v3 hw
  scsi: hisi_sas: change queue depth from 512 to 4096
  scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental

 drivers/scsi/hisi_sas/hisi_sas.h       |  48 +++--
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 237 +++++++++++++++++++++----
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c |   2 +
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |   3 +
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 157 +++++++++++++---
 5 files changed, 377 insertions(+), 70 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-02-13  3:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-06 10:52 [PATCH 0/6] hisi_sas: DIX support, performance optimisation, and misc patches John Garry
2019-02-06 10:52 ` [PATCH 1/6] scsi: hisi_sas: Add support for DIX feature for v3 hw John Garry
2019-02-08 23:13   ` Martin K. Petersen
2019-02-11 11:36     ` chenxiang (M)
2019-02-13  3:01       ` Martin K. Petersen
2019-02-06 10:52 ` [PATCH 2/6] scsi: hisi_sas: Add manual trigger for debugfs dump John Garry
2019-02-06 10:52 ` [PATCH 3/6] scsi: hisi_sas: change queue depth from 512 to 4096 John Garry
2019-02-06 10:52 ` [PATCH 4/6] scsi: hisi_sas: Issue internal abort on all relevant queues John Garry
2019-02-06 10:52 ` [PATCH 5/6] scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental John Garry
2019-02-06 10:52 ` [PATCH 6/6] scsi: hisi_sas: Do some more tidy-up John Garry
2019-02-08 23:08 ` [PATCH 0/6] hisi_sas: DIX support, performance optimisation, and misc patches Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox