Re: [PATCH] u_ether: move receiving to RX workqueue

2014-02-18 Thread Felipe Balbi
Hi, On Mon, Feb 17, 2014 at 02:26:54PM +0800, Clanlab (Taiwan) Linux Project wrote: > @@ -1168,5 +1191,23 @@ void gether_disconnect(struct gether *link) > } > EXPORT_SYMBOL(gether_disconnect); > > +static int __init gether_init(void) > +{ > + gether_wq = create_singlethread_workqueue("get

[PATCH] u_ether: move receiving to RX workqueue

2014-02-16 Thread Clanlab (Taiwan) Linux Project
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: Clanlab (Taiwan) Linux Project Cc: David Brownell Cc: David S. Miller Cc: S