From: Stephen Hemminger Date: Thu, 27 Aug 2009 13:55:11 +0000 (+0000) Subject: pktgen: xmit logic reorganization X-Git-Tag: v2.6.32-rc1~703^2~267 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3791decb5aa0202d2a2473d6cf4947d98e846c7a;p=pandora-kernel.git pktgen: xmit logic reorganization Do some reorganization of transmit logic path: * move transmit queue full idle to separate routine * add a cpu_relax() * eliminate some of the uneeded goto's * if queue is still stopped, go back to main thread loop. * don't give up transmitting if quantum is exhausted (be greedy) Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed