Hi, I'm trying to fully utilize performance of an Intel Quad Port card. The problem is that I have separate thread for each interface, and each thread waits actively for the device's interface queue to become free:
while(netif_queue_stopped(..)) retry_count++; This consumes great CPU time unnecessarily. Is it possible to wait passively for netif_queue_stopped? How does this look from the driver side? Maybe it isn't possible? Thanks in advance for any answer, Gallus ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel
