From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kip Macy Subject: Re: problem with the pro/1000 driver for intel gigabit ethernet card Date: Wed, 11 May 2005 10:41:31 -0700 Message-ID: References: Reply-To: Kip Macy Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: 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: peter bier Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I can confirm that I've seen the exact same behaviour. -Kip On 5/11/05, peter bier wrote: > I encountered a problem with dom0 when rebooting and running an intel > gigabit card using the pro/1000 driver. When the system tries to shut > down I get the following output of an strace command : >=20 > ......... > 17:10:49.063616 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) =3D 3 <0.000029> > 17:10:49.063689 ioctl(3, 0x8913, 0xbffffc80) =3D 0 <0.000018> > 17:10:49.063751 ioctl(3, 0x8914, 0xbffffc80) =3D 0 <535.114722> > 17:19:44.178567 close(3) =3D 0 <0.000026> > 17:19:44.178679 exit_group(0) =3D ? >=20 > observe the more than 500 seconds it takes for the second ioctl to comple= te !! > I have found out that any input on the console keyboard or network interf= ace > immediately causes the system call to return. >=20 > Is there a problem with interrupt delivery ? >=20 > Peter Bier >=20 > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >