Re: ixgbe and fast interrupts

2011-11-18 Thread Matteo Landi
On Thu, Nov 17, 2011 at 3:56 PM, Ryan Stone wrote: > The comments haven't kept up with the code.  You are correct; in the > legacy interrupt case ixgbe is using an ITHREAD, not a fast handler. Do I have to send an email to the maintainer of the ixgbe driver and ask him to update the comments, or

Re: ixgbe and fast interrupts

2011-11-18 Thread Matteo Landi
> you probably want to be using MSI-X for a 10G NIC instead of INTx anyway. Why do you say that? Is MSI-X faster than INTx in terms of interrupt latency? When should I use MSI-X, instead of fast filters interrupts (fast interrupt?), instead of ithread interrupts? Thanks in advace. Regards, Matte

ixgbe and fast interrupts

2011-11-17 Thread Matteo Landi
Hi everybody, trying to measure the interrupt latency of a 10G Intel network adapter, I find out that the the used driver (ixgbe) can can be configured to work with both fast and standard interrupts. From my understanding of the BUS_SETUP_INTR(9) man page and sys/kern/kern_intr.c file, it seems th