Re: [PATCH net-next] virtio-net: restrict build_skb() use to some arches

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 20 Apr 2021 13:01:44 -0700 you wrote: > From: Eric Dumazet > > build_skb() is supposed to be followed by > skb_reserve(skb, NET_IP_ALIGN), so that IP headers are word-aligned. > (Best practice is to reserve NET_IP

Re: [PATCH net-next] virtio-net: restrict build_skb() use to some arches

2021-04-20 Thread Guenter Roeck
On Tue, Apr 20, 2021 at 01:01:44PM -0700, Eric Dumazet wrote: > From: Eric Dumazet > > build_skb() is supposed to be followed by > skb_reserve(skb, NET_IP_ALIGN), so that IP headers are word-aligned. > (Best practice is to reserve NET_IP_ALIGN+NET_SKB_PAD, but the NET_SKB_PAD > part is only a per