Re: [PATCH] atl1c: use napi_alloc_skb

2021-03-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 19 Mar 2021 12:13:22 +0800 you wrote: > Using napi_alloc_skb in NAPI context avoids enable/disable IRQs, which > increases iperf3 result by a few Mbps. Since napi_alloc_skb() uses > NET_IP_ALIGN, convert other alloc

[PATCH] atl1c: use napi_alloc_skb

2021-03-18 Thread Sieng Piaw Liew
Using napi_alloc_skb in NAPI context avoids enable/disable IRQs, which increases iperf3 result by a few Mbps. Since napi_alloc_skb() uses NET_IP_ALIGN, convert other alloc methods to the same padding. Tested on Intel Core2 and AMD K10 platforms. Signed-off-by: Sieng Piaw Liew --- .../net/etherne