Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1265822
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 11/32] scsi: hisi_sas: add phy SAS ADDR initialization |
| Date | 2015-11-09 17:30 +0100 |
| Message-ID | <qsXus-mg-55@gated-at.bofh.it> (permalink) |
| References | <qsXkJ-i7-11@gated-at.bofh.it> <qsXus-mg-49@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tuesday 10 November 2015 00:32:16 John Garry wrote:
> }
>
> +static void hisi_sas_init_add(struct hisi_hba *hisi_hba)
> +{
> + int i;
> +
> + for (i = 0; i < hisi_hba->n_phy; i++)
> + memcpy(&hisi_hba->phy[i].dev_sas_addr,
> + hisi_hba->sas_addr,
> + SAS_ADDR_SIZE);
> +}
I don't know the background here, but I thought it would have to
be a different address on each phy. Are you sure this is not the
case?
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 11/32] scsi: hisi_sas: add phy SAS ADDR initialization John Garry <john.garry@huawei.com> - 2015-11-09 17:30 +0100
Re: [PATCH v3 11/32] scsi: hisi_sas: add phy SAS ADDR initialization Arnd Bergmann <arnd@arndb.de> - 2015-11-09 17:30 +0100
Re: [PATCH v3 11/32] scsi: hisi_sas: add phy SAS ADDR initialization John Garry <john.garry@huawei.com> - 2015-11-09 18:00 +0100
csiph-web