Re: [OpenWrt-Devel] [PATCH] ath79: ag71xx: use netif_receive_skb_list on 4.19

2020-02-06 Thread Chuanhong Guo
On Tue, Jan 7, 2020 at 8:12 AM Rosen Penev wrote: > > From: Chuanhong Guo > > This new function make batch processing of network packets possible, > which slightly improves performance. > > Signed-off-by: Chuanhong Guo > Tested-by: Rosen Penev > --- > around a 20mbps improvement is measured on

Re: [OpenWrt-Devel] [PATCH] ath79: ag71xx: use netif_receive_skb_list on 4.19

2020-01-08 Thread Rosen Penev
Sent from my iPhone > On Jan 8, 2020, at 2:50 PM, Tom Psyborg wrote: > > On 08/01/2020, Rosen Penev wrote: >> From: Chuanhong Guo >> >> This new function make batch processing of network packets possible, >> which slightly improves performance. >> >> Signed-off-by: Chuanhong Guo >> Teste

Re: [OpenWrt-Devel] [PATCH] ath79: ag71xx: use netif_receive_skb_list on 4.19

2020-01-08 Thread Tom Psyborg
On 08/01/2020, Rosen Penev wrote: > From: Chuanhong Guo > > This new function make batch processing of network packets possible, > which slightly improves performance. > > Signed-off-by: Chuanhong Guo > Tested-by: Rosen Penev > --- > around a 20mbps improvement is measured on a TP-LINK Archer

[OpenWrt-Devel] [PATCH] ath79: ag71xx: use netif_receive_skb_list on 4.19

2020-01-08 Thread Rosen Penev
From: Chuanhong Guo This new function make batch processing of network packets possible, which slightly improves performance. Signed-off-by: Chuanhong Guo Tested-by: Rosen Penev --- around a 20mbps improvement is measured on a TP-LINK Archer C7v2 .../net/ethernet/atheros/ag71xx/ag71xx_main.c

[OpenWrt-Devel] [PATCH] ath79: ag71xx: use netif_receive_skb_list on 4.19

2020-01-06 Thread Rosen Penev
From: Chuanhong Guo This new function make batch processing of network packets possible, which slightly improves performance. Signed-off-by: Chuanhong Guo Tested-by: Rosen Penev --- around a 20mbps improvement is measured on a TP-LINK Archer C7v2 .../net/ethernet/atheros/ag71xx/ag71xx_main.c