From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946099AbcBRNKY (ORCPT ); Thu, 18 Feb 2016 08:10:24 -0500 Received: from mx2.suse.de ([195.135.220.15]:54643 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946042AbcBRNKV (ORCPT ); Thu, 18 Feb 2016 08:10:21 -0500 Date: Thu, 18 Feb 2016 14:10:17 +0100 From: Johannes Thumshirn To: Tomas Henzl Cc: Suganath Prabu Subramani , JBottomley@Parallels.com, jejb@kernel.org, hch@infradead.org, martin.petersen@oracle.com, linux-scsi@vger.kernel.org, Sathya.Prakash@broadcom.com, kashyap.desai@broadcom.com, krishnaraddi.mankani@broadcom.com, linux-kernel@vger.kernel.org, chaitra.basappa@broadcom.com, sreekanth.reddy@broadcom.com, Suganath prabu Subramani Subject: Re: [PATCH v2 1/2] mpt3sas: Free memory pools before retrying to allocate with different value. Message-ID: <20160218131017.GX18134@c203.arch.suse.de> References: <1455784786-19086-1-git-send-email-suganath-prabu.subramani@broadcom.com> <56C5BEEA.7030004@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <56C5BEEA.7030004@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 18, 2016 at 01:54:02PM +0100, Tomas Henzl wrote: > On 18.2.2016 09:39, Suganath Prabu Subramani wrote: > > From: Suganath prabu Subramani > > > > Deallocate resources before reallocating of the same in retry_allocation > > path of _base_allocate_memory_pools() > > > > Signed-off-by: Suganath prabu Subramani > > Signed-off-by: Chaitra P B > > --- > > drivers/scsi/mpt3sas/mpt3sas_base.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.c b/drivers/scsi/mpt3sas/mpt3sas_base.c > > index afdb13a..5bbbbf2 100644 > > --- a/drivers/scsi/mpt3sas/mpt3sas_base.c > > +++ b/drivers/scsi/mpt3sas/mpt3sas_base.c > > @@ -3414,6 +3414,7 @@ _base_allocate_memory_pools(struct MPT3SAS_ADAPTER *ioc, int sleep_flag) > > goto out; > > retry_sz = 64; > > ioc->hba_queue_depth -= retry_sz; > > + _base_release_memory_pools(ioc); > > goto retry_allocation; > > } > > > > Reviewed-by: Tomas Henzl > > -- > 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 Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumshirn@suse.de +49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850