Date: Wed, 13 May 2015 15:59:12 +0000 From: "Eggert, Lars" <lars@netapp.com> To: =?Windows-1252?Q?Roger_Pau_Monn=E9?= <roger.pau@citrix.com> Cc: "freebsd-xen@freebsd.org" <freebsd-xen@freebsd.org> Subject: Re: Xen dom0 "interrupt storm detected on "irq16:"; throttling interrupt source" Message-ID: <68CF270E-E996-4264-8A66-2C2DF6483EFD@netapp.com> In-Reply-To: <5553651D.3000400@citrix.com> References: <EAB58E00-BA0A-45FB-A709-01359219C106@netapp.com> <55531131.7040404@citrix.com> <65D7289A-9261-4F02-88E5-B2D137C268C1@netapp.com> <5553651D.3000400@citrix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_C749B196-BE62-4808-A593-54E7AFCB2668 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 I'll test Friday, thanks. On 2015-5-13, at 16:52, Roger Pau Monn=E9 <roger.pau@citrix.com> wrote: >=20 > El 13/05/15 a les 15.48, Eggert, Lars ha escrit: >> isci0: <Intel(R) C600 Series Chipset SAS Controller (SATA mode)> port = 0x6000-0x60ff mem 0xde07c000-0xde07ffff,0xddc00000-0xddffffff irq 16 at = device 0.0 on pci10 >> isci0: attempting to allocate 2 MSI-X vectors (2 supported) >> isci: 1:000089 ISCI bus_alloc_resource failed >=20 > This device is sharing the same IRQ#16 with ehci0, and I have a = feeling > it's not properly setting up it's interrupt sources. First, FreeBSD > Dom0 still doesn't support MSI-X (only MSI), but isci doesn't check = the > errors returned by pci_alloc_msix. I have a patch for FreeBSD which > might solve it, however I don't have any similar box I can use to test > it, would you mind giving it a spin? >=20 > Thanks, Roger. >=20 > --- > diff --git a/sys/x86/xen/xen_msi.c b/sys/x86/xen/xen_msi.c > index 0f678b1..181b956 100644 > --- a/sys/x86/xen/xen_msi.c > +++ b/sys/x86/xen/xen_msi.c > @@ -114,6 +114,7 @@ int > xen_msix_alloc(device_t dev, int *irq) > { >=20 > + *irq =3D -1; > return (ENXIO); > } >=20 >=20 --Apple-Mail=_C749B196-BE62-4808-A593-54E7AFCB2668 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlVTdM8ACgkQIWcjmsUTWRoFcwCgolFlcHcWAb9SWuV+hEAuAUK9 7roAn188KeSY3DlpcOqoWLVmln1qF5Bq =45Xq -----END PGP SIGNATURE----- --Apple-Mail=_C749B196-BE62-4808-A593-54E7AFCB2668--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?68CF270E-E996-4264-8A66-2C2DF6483EFD>