From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukas Hejtmanek Subject: [ofa-general] MTHCA driver for Linux Date: Fri, 18 Jan 2008 18:01:17 +0100 Message-ID: <20080118170117.GH4136@ics.muni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Roland Dreier Cc: xen-devel@lists.xensource.com, general@lists.openfabrics.org List-Id: xen-devel@lists.xenproject.org Hello, I have a minor problem with ib_mthca driver in linux with Xen in DomU. If I keep ib_mthca driver in kernel while shutting down the DomU, the nex= t start of the DomU resets the machine. Trivial fix is possible: either to rmmod ib_mthca before shutting down th= e DomU or set .shutdown section to the same value as the .remove section in pci_driver structure. Are you willing apply a patch that sets .shutdown in the mainline of IB d= river in Linux? Or is it something that should be fixed by Xen guys? --=20 Luk=E1=B9 Hejtm=E1nek