[PATCH v4] u_ether: move hardware transmit to RX NAPI

2014-07-10 Thread Weinn Jheng
. 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 S. Miller Cc: Stephen Hemminger Cc: Felipe Balbi Cc: Greg Kroah-Hartman Cc: Manu Gautam Cc: An

[PATCH v3] u_ether: move hardware transmit to RX NAPI

2014-05-30 Thread Weinn Jheng
. 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 S. Miller Cc: Stephen Hemminger Cc: Felipe Balbi Cc: Greg Kroah-Hartman Cc: Manu Gautam Cc: An

[PATCH v2] u_ether: move hardware transmit to RX NAPI

2014-05-13 Thread Weinn Jheng
. Which should be base on codeaurora's work. This patch replaced the rx workqueue into rx NAPI. However, the benchmark on my platform shows the throughput with workqueue is slightly better than NAPI. Signed-off-by: Weinn Jheng Cc: David S. Miller Cc: Stephen Hemminger Cc: Felipe Balbi Cc:

[PATCH v3] u_ether: move hardware transmit to RX workqueue

2014-03-06 Thread Weinn Jheng
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. Signed-off-by: Weinn Jheng Cc: David Brownell Cc: David S. Miller Cc: Stephen Hemminger