linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Reed <mdr@sgi.com>
To: Michael Reed <mdr@sgi.com>
Cc: James Bottomley <James.Bottomley@SteelEye.com>,
	"Moore, Eric Dean" <Eric.Moore@lsil.com>,
	linux-scsi <linux-scsi@vger.kernel.org>
Subject: Re: [REPOST][PATCH 1/6] mpt fusion - fibre channel target discovery prematurely terminates
Date: Thu, 15 Jun 2006 10:39:20 -0500	[thread overview]
Message-ID: <44917F28.2010706@sgi.com> (raw)
In-Reply-To: <44905CAD.4050601@sgi.com>



Michael Reed wrote:
> James Bottomley wrote:
...snip...
> 
> It appears that the order of execution during "lsiutil 99" testing
> has changed.  Once the driver marks the fibre targets missing, they
> never return.  Hmmm....  Until this is resolved, this patch cannot
> be applied.  I'll see if I can sort out how the execution order
> has changed.
> 

I found the problem with the order of execution and it's my own doing.
When I added the setup_reset_work, it can get queued while the
rescan work is running, and THEN the rescan work count can be bumped.
As the rescan work loops on the work count, this changes the exec
order.  Doh.  The second rescan needs to execute after the setup reset
work.

Mike

> 
> 
> Mike
> 
>> James
>>
>> diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c
>> index a300840..585f42f 100644
>> --- a/drivers/message/fusion/mptbase.c
>> +++ b/drivers/message/fusion/mptbase.c
>> @@ -121,6 +121,11 @@ static int	mpt_base_index = -1;
>>  static int	last_drv_idx = -1;
>>  
>>  static DECLARE_WAIT_QUEUE_HEAD(mpt_waitq);
>> +/* This waitq is used for mpt_get_msg_frame failures which may be
>> + * caused either by the ioc->active being zero or by the adapter being
>> + * out of frames.  Receiving this event doesn't guarantee that a frame
>> + * is available, so you must check */
>> +static DECLARE_WAIT_QUEUE_HEAD(mpt_config_waitq);
>>  
>>  /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
>>  /*
>> @@ -722,6 +727,13 @@ mpt_device_driver_deregister(int cb_idx)
>>  	MptDeviceDriverHandlers[cb_idx] = NULL;
>>  }
>>  
>> +static void
>> +mpt_ioc_activate(MPT_ADAPTER *ioc)
>> +{
>> +	ioc->active = 1;
>> +	wake_up(&mpt_config_waitq);
>> +}
>> +
>>  
>>  /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
>>  /**
>> @@ -835,6 +847,7 @@ #endif
>>  	mf_dma_addr = (ioc->req_frames_low_dma + req_offset) | ioc->RequestNB[req_idx];
>>  	dsgprintk((MYIOC_s_INFO_FMT "mf_dma_addr=%x req_idx=%d RequestNB=%x\n", ioc->name, mf_dma_addr, req_idx, ioc->RequestNB[req_idx]));
>>  	CHIPREG_WRITE32(&ioc->chip->RequestFifo, mf_dma_addr);
>> +	wake_up(&mpt_config_waitq);
>>  }
>>  
>>  /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
>> @@ -1582,7 +1595,7 @@ mpt_resume(struct pci_dev *pdev)
>>  
>>  	/* enable interrupts */
>>  	CHIPREG_WRITE32(&ioc->chip->IntMask, MPI_HIM_DIM);
>> -	ioc->active = 1;
>> +	mpt_ioc_activate(ioc);
>>  
>>  	printk(MYIOC_s_INFO_FMT
>>  		"pci-resume: ioc-state=0x%x,doorbell=0x%x\n",
>> @@ -1682,7 +1695,7 @@ mpt_do_ioc_recovery(MPT_ADAPTER *ioc, u3
>>  				dprintk((KERN_INFO MYNAM ": alt-%s reply irq re-enabled\n",
>>  						ioc->alt_ioc->name));
>>  				CHIPREG_WRITE32(&ioc->alt_ioc->chip->IntMask, MPI_HIM_DIM);
>> -				ioc->alt_ioc->active = 1;
>> +				mpt_ioc_activate(ioc->alt_ioc);
>>  			}
>>  
>>  		} else {
>> @@ -1798,7 +1811,7 @@ mpt_do_ioc_recovery(MPT_ADAPTER *ioc, u3
>>  	if (ret == 0) {
>>  		/* Enable! (reply interrupt) */
>>  		CHIPREG_WRITE32(&ioc->chip->IntMask, MPI_HIM_DIM);
>> -		ioc->active = 1;
>> +		mpt_ioc_activate(ioc);
>>  	}
>>  
>>  	if (reset_alt_ioc_active && ioc->alt_ioc) {
>> @@ -1806,7 +1819,7 @@ mpt_do_ioc_recovery(MPT_ADAPTER *ioc, u3
>>  		dinitprintk((KERN_INFO MYNAM ": alt-%s reply irq re-enabled\n",
>>  				ioc->alt_ioc->name));
>>  		CHIPREG_WRITE32(&ioc->alt_ioc->chip->IntMask, MPI_HIM_DIM);
>> -		ioc->alt_ioc->active = 1;
>> +		mpt_ioc_activate(ioc->alt_ioc);
>>  	}
>>  
>>  	/*  Enable MPT base driver management of EventNotification
>> @@ -4069,7 +4082,6 @@ #endif
>>   *	Return: 0 for success
>>   *	-ENOMEM if no memory available
>>   *		-EPERM if not allowed due to ISR context
>> - *		-EAGAIN if no msg frames currently available
>>   *		-EFAULT for non-successful reply or no reply (timeout)
>>   */
>>  static int
>> @@ -4181,7 +4193,6 @@ GetLanConfigPages(MPT_ADAPTER *ioc)
>>   *	Return: 0 for success
>>   *	-ENOMEM if no memory available
>>   *		-EPERM if not allowed due to ISR context
>> - *		-EAGAIN if no msg frames currently available
>>   *		-EFAULT for non-successful reply or no reply (timeout)
>>   */
>>  int
>> @@ -4493,7 +4504,6 @@ mptbase_raid_process_event_data(MPT_ADAP
>>   *	Returns: 0 for success
>>   *	-ENOMEM if no memory available
>>   *		-EPERM if not allowed due to ISR context
>> - *		-EAGAIN if no msg frames currently available
>>   *		-EFAULT for non-successful reply or no reply (timeout)
>>   */
>>  static int
>> @@ -5156,7 +5166,6 @@ SendEventAck(MPT_ADAPTER *ioc, EventNoti
>>   *
>>   *	Returns 0 for success
>>   *	-EPERM if not allowed due to ISR context
>> - *	-EAGAIN if no msg frames currently available
>>   *	-EFAULT for non-successful reply or no reply (timeout)
>>   */
>>  int
>> @@ -5182,10 +5191,10 @@ mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS
>>  
>>  	/* Get and Populate a free Frame
>>  	 */
>> -	if ((mf = mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) {
>> +	while ((mf = mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) {
>>  		dcprintk((MYIOC_s_WARN_FMT "mpt_config: no msg frames!\n",
>>  				ioc->name));
>> -		return -EAGAIN;
>> +		wait_event(mpt_config_waitq, pCfg->wait_done);
>>  	}
>>  	pReq = (Config_t *)mf;
>>  	pReq->Action = pCfg->action;
>>
>>
> -
> 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
> 
> 

  reply	other threads:[~2006-06-15 15:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-24 20:06 [REPOST][PATCH 1/6] mpt fusion - fibre channel target discovery prematurely terminates Michael Reed
2006-05-29 17:38 ` James Bottomley
2006-06-14 18:59   ` Michael Reed
2006-06-15 15:39     ` Michael Reed [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-06-14 22:27 Moore, Eric
2006-06-15 14:51 ` Michael Reed
2006-06-15 15:22 Moore, Eric
2006-06-15 15:41 ` Michael Reed
2006-06-15 17:49   ` Michael Reed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44917F28.2010706@sgi.com \
    --to=mdr@sgi.com \
    --cc=Eric.Moore@lsil.com \
    --cc=James.Bottomley@SteelEye.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).