This patchset adds srp transport class and converts ib_srp and ibmvscsi drivers to use it. ib_srp driver already uses ib's sysfs and ibmvscsi uses vio's sysfs so there aren't many things to do for srp transport class unless I'm allowed to break the existing applications. 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 Currently, this is useful only for initiator mode, but I plan to add stuff for target mode to enable ibmvstgt to handle transport-dependent stuff. The patchset were made against scsi-misc. - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html