.
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
.
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
.
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:
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
From: "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.
This work was derived from previous work:
u_ether: mov