From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933831AbcBDOSI (ORCPT ); Thu, 4 Feb 2016 09:18:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57359 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757627AbcBDOSE (ORCPT ); Thu, 4 Feb 2016 09:18:04 -0500 Subject: Re: [mpt3sas driver 02/10] mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message. To: Suganath prabu Subaramani , JBottomley@Parallels.com, jejb@kernel.org, hch@infradead.org References: <1453963027-19770-1-git-send-email-suganath-prabu.subramani@avagotech.com> <1453963027-19770-3-git-send-email-suganath-prabu.subramani@avagotech.com> Cc: martin.petersen@oracle.com, linux-scsi@vger.kernel.org, Sathya.Prakash@avagotech.com, kashyap.desai@avagotech.com, krishnaraddi.mankani@avagotech.com, linux-kernel@vger.kernel.org, chaitra.basappa@avagotech.com, sreekanth.reddy@avagotech.com From: Tomas Henzl Message-ID: <56B35D98.5000404@redhat.com> Date: Thu, 4 Feb 2016 15:18:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1453963027-19770-3-git-send-email-suganath-prabu.subramani@avagotech.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28.1.2016 07:36, Suganath prabu Subaramani wrote: > From: Suganath prabu Subramani > > As driver was using MPI SGL while framing the SMP Passthrough request > message due to which firmware unable to post the Reply Data in the host > memory and timeout is observed for this SMP Passthrough request message > and so unable to perform phy disable operation. > > Signed-off-by: Suganath prabu Subramani > Signed-off-by: Chaitra P B (when Christopher's question is answered) Reviewed-by: Tomas Henzl Tomas