From: Mugunthan V N Date: Wed, 27 Mar 2013 04:41:59 +0000 (+0000) Subject: drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queue X-Git-Tag: v3.9-rc6~38^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b56d6b3fca6d1214dbc9c5655f26e5d4ec04afc8;p=pandora-kernel.git drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queue To restart tx queue use netif_wake_queue() intead of netif_start_queue() so that net schedule will restart transmission immediately which will increase network performance while doing huge data transfers. Reported-by: Dan Franke Suggested-by: Sriramakrishnan A G Signed-off-by: Mugunthan V N Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed