On Jan 13, 2011, at 1:42 PM, Charles Owens wrote: > This is very good news overall, in that we can certainly disable polling for > igb. This begs the question, though, as to whether polling is recommended > these days at all for em/igb NICs... or even in general. From other > conversations we've seen there seems to be some general debate about this. > In testing we've done in the past (circa 7.0) there certainly seemed to be > benefit to using this feature. What are your thoughts about this?
To quote an earlier post: "Polling mode operation generally performs better when using older 100Mbs ethernet NICs which do not support interrupt mitigation and various capabilities like TSO4; gigabit ethernet NICs are smarter hardware and can generally outperform polling mode." Polling is well-suited for dedicated routers, firewalls, and other boxes which have a constant flow of traffic and for which you are looking for well-bounded latency. End-user machines, servers, and the like which have bursty traffic tend to do better using normal NIC operation, especially if you have decent gigabit NICs which support interrupt mitigation and have larger buffers than the old 100Mbs NICs had. Regards, -- -Chuck _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"