Re: [PATCH bpf-next v2] libbpf: Expose libbpf ringbufer epoll_fd

From: Brendan Jackman
Date: Tue Dec 15 2020 - 05:27:00 EST


On Mon, 14 Dec 2020 at 21:46, Daniel Borkmann <daniel@xxxxxxxxxxxxx> wrote:
>
> On 12/14/20 12:38 PM, Brendan Jackman wrote:
[...]
> > diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map
> > index 7c4126542e2b..7be850271be6 100644
> > --- a/tools/lib/bpf/libbpf.map
> > +++ b/tools/lib/bpf/libbpf.map
> > @@ -348,4 +348,5 @@ LIBBPF_0.3.0 {
> > btf__new_split;
> > xsk_setup_xdp_prog;
> > xsk_socket__update_xskmap;
> > + ring_buffer__epoll_fd;
>
> Fyi, this had a whitespace issue, Andrii fixed it up while applying.

Sorry about that.