All of lore.kernel.org
 help / color / mirror / Atom feed
* problem with the pro/1000 driver for intel gigabit ethernet card
@ 2005-05-11 16:24 peter bier
  2005-05-11 17:41 ` Kip Macy
  0 siblings, 1 reply; 4+ messages in thread
From: peter bier @ 2005-05-11 16:24 UTC (permalink / raw)
  To: xen-devel

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 :

   .........
17:10:49.063616 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 <0.000029>
17:10:49.063689 ioctl(3, 0x8913, 0xbffffc80) = 0 <0.000018>
17:10:49.063751 ioctl(3, 0x8914, 0xbffffc80) = 0 <535.114722>
17:19:44.178567 close(3)                = 0 <0.000026>
17:19:44.178679 exit_group(0)           = ?

observe the more than 500 seconds it takes for the second ioctl to complete !!
I have found out that any input on the console keyboard or network interface 
immediately causes the system call to return.

Is there a problem with interrupt delivery ?

Peter Bier     

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: problem with the pro/1000 driver for intel gigabit ethernet card
  2005-05-11 16:24 problem with the pro/1000 driver for intel gigabit ethernet card peter bier
@ 2005-05-11 17:41 ` Kip Macy
  2005-05-11 18:48   ` Jon Mason
  0 siblings, 1 reply; 4+ messages in thread
From: Kip Macy @ 2005-05-11 17:41 UTC (permalink / raw)
  To: peter bier; +Cc: xen-devel

I can confirm that I've seen the exact same behaviour.

                    -Kip

On 5/11/05, peter bier <peter_bier@web.de> 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 :
> 
>    .........
> 17:10:49.063616 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 <0.000029>
> 17:10:49.063689 ioctl(3, 0x8913, 0xbffffc80) = 0 <0.000018>
> 17:10:49.063751 ioctl(3, 0x8914, 0xbffffc80) = 0 <535.114722>
> 17:19:44.178567 close(3)                = 0 <0.000026>
> 17:19:44.178679 exit_group(0)           = ?
> 
> observe the more than 500 seconds it takes for the second ioctl to complete !!
> I have found out that any input on the console keyboard or network interface
> immediately causes the system call to return.
> 
> Is there a problem with interrupt delivery ?
> 
> Peter Bier
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: problem with the pro/1000 driver for intel gigabit ethernet card
  2005-05-11 17:41 ` Kip Macy
@ 2005-05-11 18:48   ` Jon Mason
  2005-05-11 19:06     ` Kip Macy
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Mason @ 2005-05-11 18:48 UTC (permalink / raw)
  To: xen-devel; +Cc: peter bier, Kip Macy

I have been seeing the exact same problem for a while (on xen-unstable).  I 
think I didn't see this problem on Xen 2.0.5 (but I'm not 100% sure).

I can open a bug in bugzilla.xensource.com if no one else is willing.

Thanks,
Jon

On Wednesday 11 May 2005 12:41 pm, Kip Macy wrote:
> I can confirm that I've seen the exact same behaviour.
>
>                     -Kip
>
> On 5/11/05, peter bier <peter_bier@web.de> 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 :
> >
> >    .........
> > 17:10:49.063616 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 <0.000029>
> > 17:10:49.063689 ioctl(3, 0x8913, 0xbffffc80) = 0 <0.000018>
> > 17:10:49.063751 ioctl(3, 0x8914, 0xbffffc80) = 0 <535.114722>
> > 17:19:44.178567 close(3)                = 0 <0.000026>
> > 17:19:44.178679 exit_group(0)           = ?
> >
> > observe the more than 500 seconds it takes for the second ioctl to
> > complete !! I have found out that any input on the console keyboard or
> > network interface immediately causes the system call to return.
> >
> > Is there a problem with interrupt delivery ?
> >
> > Peter Bier
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: problem with the pro/1000 driver for intel gigabit ethernet card
  2005-05-11 18:48   ` Jon Mason
@ 2005-05-11 19:06     ` Kip Macy
  0 siblings, 0 replies; 4+ messages in thread
From: Kip Macy @ 2005-05-11 19:06 UTC (permalink / raw)
  To: Jon Mason; +Cc: peter bier, xen-devel

We're not seeing it on 2.0.5 either. The first thing I would do would
be to diff the driver between 2.6.10 and 2.6.11.

                      -Kip

On 5/11/05, Jon Mason <jdmason@us.ibm.com> wrote:
> I have been seeing the exact same problem for a while (on xen-unstable).  I
> think I didn't see this problem on Xen 2.0.5 (but I'm not 100% sure).
> 
> I can open a bug in bugzilla.xensource.com if no one else is willing.
> 
> Thanks,
> Jon
> 
> On Wednesday 11 May 2005 12:41 pm, Kip Macy wrote:
> > I can confirm that I've seen the exact same behaviour.
> >
> >                     -Kip
> >
> > On 5/11/05, peter bier <peter_bier@web.de> 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 :
> > >
> > >    .........
> > > 17:10:49.063616 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 <0.000029>
> > > 17:10:49.063689 ioctl(3, 0x8913, 0xbffffc80) = 0 <0.000018>
> > > 17:10:49.063751 ioctl(3, 0x8914, 0xbffffc80) = 0 <535.114722>
> > > 17:19:44.178567 close(3)                = 0 <0.000026>
> > > 17:19:44.178679 exit_group(0)           = ?
> > >
> > > observe the more than 500 seconds it takes for the second ioctl to
> > > complete !! I have found out that any input on the console keyboard or
> > > network interface immediately causes the system call to return.
> > >
> > > Is there a problem with interrupt delivery ?
> > >
> > > Peter Bier
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-11 19:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-11 16:24 problem with the pro/1000 driver for intel gigabit ethernet card peter bier
2005-05-11 17:41 ` Kip Macy
2005-05-11 18:48   ` Jon Mason
2005-05-11 19:06     ` Kip Macy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.