[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230801201153.0b81d551@kernel.org>
Date: Tue, 1 Aug 2023 20:11:53 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Alexei Starovoitov <alexei.starovoitov@...il.com>
Cc: Alexei Starovoitov <ast@...nel.org>, Network Development
<netdev@...r.kernel.org>, bpf <bpf@...r.kernel.org>, Jesper Dangaard Brouer
<hawk@...nel.org>, Amritha Nambiar <amritha.nambiar@...el.com>, Alexander
Lobakin <aleksander.lobakin@...el.com>
Subject: Re: [PATCH bpf-next 0/3] net: struct netdev_rx_queue and xdp.h
reshuffling
On Tue, 1 Aug 2023 19:31:25 -0700 Alexei Starovoitov wrote:
> Especially considering that targeting bpf-next will exercise BPF CI...
> and it's not happy at the moment:
> ../net/netfilter/nf_conntrack_bpf.c: In function ‘bpf_xdp_ct_alloc’:
> ../net/netfilter/nf_conntrack_bpf.c:258:44: error: dereferencing
> pointer to incomplete type ‘struct xdp_buff’
> 258 | nfct = __bpf_nf_ct_alloc_entry(dev_net(ctx->rxq->dev),
> bpf_tuple, tuple__sz,
> |
ugh, will fix. allmodconfig apparently doesn't enable all of BPF :(
Powered by blists - more mailing lists