From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Reinecke Subject: Re: [PATCH v4 11/43] hpsa: try resubmitting down raid path on task set full Date: Fri, 17 Apr 2015 15:06:32 +0200 Message-ID: <55310558.3060608@suse.de> References: <20150416134224.30238.66082.stgit@brunhilda> <20150416134741.30238.50426.stgit@brunhilda> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from cantor2.suse.de ([195.135.220.15]:59702 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752176AbbDQNGd (ORCPT ); Fri, 17 Apr 2015 09:06:33 -0400 In-Reply-To: <20150416134741.30238.50426.stgit@brunhilda> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Don Brace , scott.teel@pmcs.com, Kevin.Barnett@pmcs.com, james.bottomley@parallels.com, hch@infradead.org, Justin.Lindley@pmcs.combrace@pmcs.com Cc: linux-scsi@vger.kernel.org On 04/16/2015 03:47 PM, Don Brace wrote: > From: Stephen Cameron >=20 > allow the controller firmware to queue up commands when the ioaccel d= evice > queue is full. >=20 > Reviewed-by: Scott Teel > Reviewed-by: Kevin Barnett > Signed-off-by: Don Brace > --- > drivers/scsi/hpsa.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c > index 292b8bd..9c184d1 100644 > --- a/drivers/scsi/hpsa.c > +++ b/drivers/scsi/hpsa.c > @@ -1825,8 +1825,7 @@ static int handle_ioaccel_mode2_error(struct ct= lr_info *h, > retry =3D 1; > break; > case IOACCEL2_STATUS_SR_TASK_COMP_SET_FULL: > - /* Make scsi midlayer do unlimited retries */ > - cmd->result =3D DID_IMM_RETRY << 16; > + retry =3D 1; > break; > case IOACCEL2_STATUS_SR_TASK_COMP_ABORTED: > dev_warn(&h->pdev->dev, >=20 > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi"= in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >=20 Reviewed-by: Hannes Reinecke Cheers, Hannes --=20 Dr. Hannes Reinecke zSeries & Storage hare@suse.de +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg GF: F. Imend=C3=B6rffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton HRB 21284 (AG N=C3=BCrnberg) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html