Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2011 11:27:18 +1100
From:      Jan Mikkelsen <janm@transactionware.com>
To:        John Baldwin <jhb@freebsd.org>
Cc:        freebsd-stable@freebsd.org, Jeremy Chadwick <freebsd@jdc.parodius.com>, Vincent Hoffman <vince@unsane.co.uk>
Subject:   Re: mfi timeouts
Message-ID:  <B2C23975-1E28-43A0-81D1-04C308F5475D@transactionware.com>
In-Reply-To: <201111141136.01348.jhb@freebsd.org>
References:  <4EA9E0C3.5080306@unsane.co.uk> <4EB9BD9B.8080604@unsane.co.uk> <8F475C3C-35FE-44CD-8FD6-E39F9A2EA6C6@transactionware.com> <201111141136.01348.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Hi,

Sorry about being unclear. They all failed in the same way.

So, these combinations have continuous timeout errors and fail to completely boot:

  Plain 9.0-RC1

  9-stable with 1.62 of mfi.c

  9-stable with www.freebsd.org/~jhb/patches/mfi.patch, pci_alloc_msi
  instead of pci_alloc_msix and hw.mfi.msix=0

This boots, but gets "mfi0: Cannot allocate interrupt" and there are no /dev/mfi* devices:

  9-stable with www.freebsd.org/~jhb/patches/mfi.patch and hw.mfi.msix=1

This seems to work, but I have not put any load on it yet:

  9-stable with www.freebsd.org/~jhb/patches/mfi.patch, pci_alloc_msi
  instead of pci_alloc_msix and hw.mfi.msix=1


I see you have a new patch, www.freebsd.org/~jhb/patches/mfi_msi.patch. This patch doesn't seem to include the dummy read from your earlier patch, or the one in 1.62 of mfi.c. I assume I need to apply the 1.62 mfi.c diff to by 9-stable sources as well. Is that correct?

Will test out the new patch.

Thanks,

Jan Mikkelsen



On 15/11/2011, at 3:36 AM, John Baldwin wrote:

> On Monday, November 14, 2011 3:03:42 am Jan Mikkelsen wrote:
>> Hi,
>> 
>> I have just tested mfi on a machine that has just arrived. I'm seeing the command timeout problem on boot with 9.0-RC1.
>> 
>> The message is "mfi0: COMMAND <addr> TIMEOUT AFTER 59 seconds", and then repeats every 30 seconds (with the time changed, obviously).
>> 
>> I have tested the 9.0-RC1 ISO, a 9-stable kernel patched with the patch from the PR I referenced below (also in FreeBSD cvs in revision 1.62 of 
> src/sys/dev/mfi/mfi.c), and 9-stable kernel with the patch at www.freebsd.org/~jhb/patches/mfi.patch with the 'pci_alloc_msix' call changed to 
> 'pci_alloc_msi'.
> 
> You forgot to mention what happened from those tests, did any of them work?
> 
> -- 
> John Baldwin




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B2C23975-1E28-43A0-81D1-04C308F5475D>