Merge patch series "add virtual remote fabric"
authorMartin K. Petersen <martin.petersen@oracle.com>
Fri, 17 Mar 2023 03:41:00 +0000 (23:41 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 17 Mar 2023 03:41:00 +0000 (23:41 -0400)
commitc5797fda210fc852f876f0660e959b5e9db604d8
treee97e2e4e94345990e174dae9ab6e76611b852454
parente943e97ca9b94fc7d222465c48598dd417b599d8
parent075a5d356103b32bc7023b03ede60a2f183bcfb3
Merge patch series "add virtual remote fabric"

Dmitry Bogdanov <d.bogdanov@yadro.com> says:

The patchset is based on 6.4/scsi-staging branch.

The first 11 patches are just a refactoring to reduce code duplication
in fabric drivers.  They make several callouts be optional in fabric
ops.  Make a default implementation of the optional ops and remove
such implementations in the fabric drivers.

The last patch is a new virtual remote fabric driver.  It has a
valueble sence with patchset "scsi: target: make RTPI an TPG
identifier" to configure RPTI on remote/tpgt_x same as on tpgt_y on
other nodes in a storage cluster. That allows to report the same ports
in RTPG from each node and to have a clusterwide tpg/acl/lun view in
kernel.

Link: https://lore.kernel.org/r/20230313181110.20566-1-d.bogdanov@yadro.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>