Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1615157

Re: [PATCH v2] scsi: storvsc: Add support for FC rport.

From Christoph Hellwig <hch@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH v2] scsi: storvsc: Add support for FC rport.
Date 2017-04-03 14:20 +0200
Message-ID <ts97J-6L2-43@gated-at.bofh.it> (permalink)
References <ts8v0-6fU-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


>  	if (host->transportt == fc_transport_template) {
> +		struct fc_rport_identifiers ids = {
> +			.roles = FC_PORT_ROLE_FCP_TARGET,
> +		};

I don't think storvsc ever acts as FCP target.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2] scsi: storvsc: Add support for FC rport. Cathy Avery <cavery@redhat.com> - 2017-04-03 13:40 +0200
  Re: [PATCH v2] scsi: storvsc: Add support for FC rport. Christoph Hellwig <hch@infradead.org> - 2017-04-03 14:20 +0200
    Re: [PATCH v2] scsi: storvsc: Add support for FC rport. Cathy Avery <cavery@redhat.com> - 2017-04-03 15:20 +0200
      Re: [PATCH v2] scsi: storvsc: Add support for FC rport. Christoph Hellwig <hch@infradead.org> - 2017-04-04 09:00 +0200

csiph-web