From: Weinn Jheng Date: Thu, 27 Feb 2014 09:49:00 +0000 (+0800) Subject: usb: gadget: u_ether: move hardware transmit to RX NAPI X-Git-Tag: v3.15-rc1~137^2~25^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=716fb91dfe1777bd6d5e598f3d3572214b3ed296;p=pandora-kernel.git usb: gadget: u_ether: move hardware transmit to RX NAPI In order to reduce the interrupt times in the embedded system, a receiving workqueue is introduced. This modification also enhanced the overall throughput as the benefits of reducing interrupt occurrence. This work was derived from previous work: u_ether: move hardware transmit to RX workqueue. Which should be base on codeaurora's work. However, the benchmark on my platform shows the throughput with workqueue is slightly better than NAPI. Signed-off-by: Weinn Jheng Cc: David Brownell Cc: David S. Miller Cc: Stephen Hemminger Cc: Greg Kroah-Hartman Cc: Manu Gautam Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed