Re: Why is em nic generating interrupts?

2003-10-11 Thread Michael O. Boev
- Original Message - From: "Terry Lambert" <[EMAIL PROTECTED]> To: "Michael O. Boev" <[EMAIL PROTECTED]>; "Terry Lambert" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, October 11, 2003 3:54 AM Subject: RE: Why is e

Re: Why is em nic generating interrupts?

2003-10-11 Thread Peter Jeremy
On Fri, Oct 10, 2003 at 12:54:55PM -0800, Terry Lambert wrote: >If your FXP is not generating any interrupts at all, i think that the polling >code in it is probably broken. Is the polling code in -current different to that in -stable? I have a system running 4.6-STABLE (or so) with DEVICE_POLLIN

RE: Why is em nic generating interrupts?

2003-10-10 Thread Terry Lambert
Michael O. Boev wrote: > From: Terry Lambert [mailto:[EMAIL PROTECTED] > > "Michael O. Boev" wrote: > > > I've got a [uniprocessor 5.1-RELEASE] router machine with fxp > > > and em nics. > > > I've built my kernel with the following included: > > > > > > options DEVICE_POLLING > > > options

Re: Why is em nic generating interrupts?

2003-10-09 Thread Sam Leffler
On Thursday 09 October 2003 05:57 am, Michael O. Boev wrote: > > -Original Message- > > From: Terry Lambert [mailto:[EMAIL PROTECTED] > > Sent: Thursday, October 09, 2003 5:19 PM > > To: Michael O. Boev > > Cc: [EMAIL PROTECTED] > > Subject: Re:

RE: Why is em nic generating interrupts?

2003-10-09 Thread Don Bowman
From: Terry Lambert [mailto:[EMAIL PROTECTED] > "Michael O. Boev" wrote: > > I've got a [uniprocessor 5.1-RELEASE] router machine with > fxp and em nics. > > I've built my kernel with the following included: > > > > options DEVICE_POLLING > > options HZ=2500 > > > > and enabled p

RE: Why is em nic generating interrupts?

2003-10-09 Thread Michael O. Boev
> -Original Message- > From: Terry Lambert [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 5:19 PM > To: Michael O. Boev > Cc: [EMAIL PROTECTED] > Subject: Re: Why is em nic generating interrupts? > > > "Michael O. Boev" wrote: >

Re: Why is em nic generating interrupts?

2003-10-09 Thread Terry Lambert
"Michael O. Boev" wrote: > I've got a [uniprocessor 5.1-RELEASE] router machine with fxp and em nics. > I've built my kernel with the following included: > > options DEVICE_POLLING > options HZ=2500 > > and enabled polling in /etc/sysctl.conf. [ ... ] > What's happening? Is pollin