On Fri, 16 Oct 2009, Richard Scobie wrote: > I'm have just put together a Nehalem system (1 x Xeon), > 2.6.30.8-64.fc11.x86_64, which has quad onboard 82576 and noticed during > testing using just a single interface, that the RX queues on the other 3 > were receiving interrupts - observed in /proc/interrupts. > > Is this normal behaviour?
Hi Richard, This is normal, since we trigger an interrupt on every queue during our watchdog. So if the interface is up it should be triggering an interrupt on every queue every two seconds. This has (and will probably continue to be) necessary in order to pick up any straggler packets due to any (extremely rare, but expected to occur) missed interrupts that could happen when traffic is running. It also is extremely useful if you're doing irq affinitization and/or debugging interrupts. you can bring down the interfaces and they will stop interrupting. Jesse ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ E1000-devel mailing list E1000-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/e1000-devel