]> Git Repo - linux.git/commit - drivers/scsi/scsi_transport_srp.c
[SCSI] add srp transport class
authorFUJITA Tomonori <[email protected]>
Wed, 27 Jun 2007 07:32:39 +0000 (16:32 +0900)
committerJames Bottomley <[email protected]>
Fri, 12 Oct 2007 18:37:35 +0000 (14:37 -0400)
commit09345f65058bb927f3b3f4c33421f83ba8eeb5f8
treec67ce859ca67b95fd99ecc5384f0e959ae4057c9
parent604cd794de3094ccf8a9c149f299237a642ba9b5
[SCSI] add srp transport class

This adds srp transport class that works with ib_srp and ibmvscsi.

It creates only /sys/class/{srp_host,srp_remote_ports} and
srp_remote_ports has only "port_id" attribute.

viola:/sys/class/srp_remote_ports/port-0:1# ls
device  port_id  subsystem  uevent
viola:/sys/class/srp_remote_ports/port-0:1# cat port_id
4c:49:4e:55:58:20:56:49:4f:00:00:00:00:00:00:00

Signed-off-by: FUJITA Tomonori <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/Kconfig
drivers/scsi/Makefile
drivers/scsi/scsi_transport_srp.c [new file with mode: 0644]
include/scsi/scsi_transport_srp.h [new file with mode: 0644]
This page took 0.081392 seconds and 4 git commands to generate.