[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fb684031-b0d0-06cb-ac1b-64d3aec44bfb@iogearbox.net>
Date: Fri, 15 Dec 2017 14:39:02 +0100
From: Daniel Borkmann <daniel@...earbox.net>
To: Song Liu <songliubraving@...com>, netdev@...r.kernel.org
Cc: kernel-team@...com, Alexei Starovoitov <ast@...nel.org>
Subject: Re: [PATCH bpf] xdp: linearize skb in netif_receive_generic_xdp()
On 12/15/2017 02:17 AM, Song Liu wrote:
> In netif_receive_generic_xdp(), it is necessary to linearize all
> nonlinear skb. However, in current implementation, skb with
> troom <= 0 are not linearized. This patch fixes this by calling
> skb_linearize() for all nonlinear skb.
>
> Fixes: de8f3a83b0a0 ("bpf: add meta pointer for direct access")
> Signed-off-by: Song Liu <songliubraving@...com>
> Acked-by: Martin KaFai Lau <kafai@...com>
> Cc: Daniel Borkmann <daniel@...earbox.net>
> Cc: Alexei Starovoitov <ast@...nel.org>
Agree, applied to bpf, thanks Song!
Powered by blists - more mailing lists