From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH 04/10] mpt3sas: Fix removal and addition of vSES device during host reset Date: Wed, 11 Oct 2017 08:56:17 -0700 Message-ID: <1507737377.3168.4.camel@HansenPartnership.com> References: <1507641083-20207-1-git-send-email-Sreekanth.Reddy@broadcom.com> <1507641083-20207-5-git-send-email-Sreekanth.Reddy@broadcom.com> <49c623ab-899f-92c1-9c23-86ac703e2648@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <49c623ab-899f-92c1-9c23-86ac703e2648@redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: Tomas Henzl , Sreekanth Reddy , linux-scsi@vger.kernel.org, hch@infradead.org Cc: martin.petersen@oracle.com, JBottomley@Parallels.com, Sathya.Prakash@broadcom.com, linux-kernel@vger.kernel.org List-Id: linux-scsi@vger.kernel.org On Wed, 2017-10-11 at 17:35 +0200, Tomas Henzl wrote: > On 10/10/2017 03:11 PM, Sreekanth Reddy wrote: > > > > For Dev Handles who value is less than hba's phys count number > >  driver will return HBA sas address value as a sas address. > > So for Virtual SES device also driver was returning HBA sas address > > instead > >  of Virtual SES sas address. So now updated the driver to return > >  Virtual SES's sas address for Virtual SES device instead of > >  HBA's sas address. > > > > Signed-off-by: Sreekanth Reddy > > Signed-off-by: Tomas Henzl You mean Reviewed-by: I think? James