> Then there's the interrupt problem, which someone will have to solve > before they start shipping 10gigE NICs that use 1500-byte frames, 850000 > interrupts/s without mitigation. Wheeee!!!! In this situations polling helps rather than interrupt driven IO. When there is heavy IO(read more interrupts per sec), we should automatically switch to polling mode, once the IO drops we can go to Interrupt driven. But how do we decide when to switch modes? Just my 2 cents ..... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: [Question] Explanation of zero-copy networking Richard B. Johnson
- Re: [Question] Explanation of zero-copy networki... Francois Romieu
- Re: [Question] Explanation of zero-copy networki... dean gaudet
- Re: [Question] Explanation of zero-copy netw... Richard B. Johnson
- Re: [Question] Explanation of zero-copy ... dean gaudet
- Re: [Question] Explanation of zero-copy ... Bjorn Wesen
- Re: [Question] Explanation of zero-copy ... Alexander Eichhorn
- Re: [Question] Explanation of zero-c... Reto Baettig
- Re: [Question] Explanation of zero-copy networki... Pekka Pietikainen
- Re: [Question] Explanation of zero-copy netw... Venkatesh Ramamurthy
- Re: [Question] Explanation of zero-copy networki... Jamie Lokier
- Re: [Question] Explanation of zero-copy netw... Eric W. Biederman
- Re: [Question] Explanation of zero-copy networking dean gaudet