From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752231AbdJKP4X (ORCPT ); Wed, 11 Oct 2017 11:56:23 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:48036 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751350AbdJKP4V (ORCPT ); Wed, 11 Oct 2017 11:56:21 -0400 Message-ID: <1507737377.3168.4.camel@HansenPartnership.com> Subject: Re: [PATCH 04/10] mpt3sas: Fix removal and addition of vSES device during host reset From: James Bottomley 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 Date: Wed, 11 Oct 2017 08:56:17 -0700 In-Reply-To: <49c623ab-899f-92c1-9c23-86ac703e2648@redhat.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> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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