Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/8] scsi: libsas: sas address comparation refactor
@ 2022-09-24  7:34 Jason Yan
  2022-09-24  7:34 ` [PATCH v2 1/8] scsi: libsas: introduce sas_find_attached_phy() helper Jason Yan
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Jason Yan @ 2022-09-24  7:34 UTC (permalink / raw)
  To: martin.petersen, jejb
  Cc: linux-scsi, linux-kernel, hare, hch, bvanassche, john.garry,
	jinpu.wang, Jason Yan

Sas address conversion and comparation is widely used in libsas and
drivers. However they are all opencoded and to avoid the line spill over
80 columns, are mostly split into multi-lines.

To make the code easier to read, introduce some helpers with clearer
semantics and replace the opencoded segments with them.

v1->v2:
  First factor out sas_find_attached_phy() and replace LLDDs's code
  	with it.
  Remove three too simple helpers.
  Rename the helpers with 'sas_' prefix.

Jason Yan (8):
  scsi: libsas: introduce sas_find_attached_phy() helper
  scsi: pm8001: use sas_find_attached_phy() instead of open coded
  scsi: mvsas: use sas_find_attached_phy() instead of open coded
  scsi: hisi_sas: use sas_find_attathed_phy() instead of open coded
  scsi: libsas: introduce sas address comparation helpers
  scsi: libsas: use sas_phy_match_dev_addr() instead of open coded
  scsi: libsas: use sas_phy_addr_same() instead of open coded
  scsi: libsas: use sas_phy_match_port_addr() instead of open coded

 drivers/scsi/hisi_sas/hisi_sas_main.c | 12 ++------
 drivers/scsi/libsas/sas_expander.c    | 40 ++++++++++++++++-----------
 drivers/scsi/libsas/sas_internal.h    | 17 ++++++++++++
 drivers/scsi/mvsas/mv_sas.c           | 15 +++-------
 drivers/scsi/pm8001/pm8001_sas.c      | 16 ++++-------
 include/scsi/libsas.h                 |  2 ++
 6 files changed, 54 insertions(+), 48 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-09-26 14:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-24  7:34 [PATCH v2 0/8] scsi: libsas: sas address comparation refactor Jason Yan
2022-09-24  7:34 ` [PATCH v2 1/8] scsi: libsas: introduce sas_find_attached_phy() helper Jason Yan
2022-09-24  7:34 ` [PATCH v2 2/8] scsi: pm8001: use sas_find_attached_phy() instead of open coded Jason Yan
2022-09-24  7:34 ` [PATCH v2 3/8] scsi: mvsas: " Jason Yan
2022-09-24  7:34 ` [PATCH v2 4/8] scsi: hisi_sas: use sas_find_attathed_phy() " Jason Yan
2022-09-24  7:34 ` [PATCH v2 5/8] scsi: libsas: introduce sas address comparation helpers Jason Yan
2022-09-26 11:44   ` John Garry
2022-09-26 12:16     ` Jason Yan
2022-09-24  7:34 ` [PATCH v2 6/8] scsi: libsas: use sas_phy_match_dev_addr() instead of open coded Jason Yan
2022-09-26 11:43   ` John Garry
2022-09-26 12:18     ` Jason Yan
2022-09-24  7:34 ` [PATCH v2 7/8] scsi: libsas: use sas_phy_addr_same() " Jason Yan
2022-09-24  7:34 ` [PATCH v2 8/8] scsi: libsas: use sas_phy_match_port_addr() " Jason Yan
2022-09-26  6:09 ` [PATCH v2 0/8] scsi: libsas: sas address comparation refactor Jinpu Wang
2022-09-26  6:37   ` Jason Yan

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