Re: [PATCH net-next] r8152: replace tasklet with NAPI

2015-01-14 Thread David Miller
From: Hayes Wang Date: Mon, 12 Jan 2015 12:06:23 +0800 > Replace tasklet with NAPI. > > Add rx_queue to queue the remaining rx packets if the number of the > rx packets is more than the request from poll(). > > Signed-off-by: Hayes Wang Applied, thanks. -- To unsubscribe from this list: send

Re: [PATCH net-next] r8152: replace tasklet with NAPI

2015-01-14 Thread David Miller
From: Hayes Wang hayesw...@realtek.com Date: Mon, 12 Jan 2015 12:06:23 +0800 Replace tasklet with NAPI. Add rx_queue to queue the remaining rx packets if the number of the rx packets is more than the request from poll(). Signed-off-by: Hayes Wang hayesw...@realtek.com Applied, thanks. --

[PATCH net-next] r8152: replace tasklet with NAPI

2015-01-13 Thread Hayes Wang
Replace tasklet with NAPI. Add rx_queue to queue the remaining rx packets if the number of the rx packets is more than the request from poll(). Signed-off-by: Hayes Wang --- drivers/net/usb/r8152.c | 120 ++-- 1 file changed, 85 insertions(+), 35

[PATCH net-next] r8152: replace tasklet with NAPI

2015-01-13 Thread Hayes Wang
Replace tasklet with NAPI. Add rx_queue to queue the remaining rx packets if the number of the rx packets is more than the request from poll(). Signed-off-by: Hayes Wang hayesw...@realtek.com --- drivers/net/usb/r8152.c | 120 ++-- 1 file changed, 85