[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190820012100.yeg7qfjy5jbv6pxm@ast-mbp.dhcp.thefacebook.com>
Date: Mon, 19 Aug 2019 18:21:02 -0700
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Quentin Monnet <quentin.monnet@...ronome.com>
Cc: Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>, bpf@...r.kernel.org,
netdev@...r.kernel.org, oss-drivers@...ronome.com
Subject: Re: [PATCH bpf-next 4/5] libbpf: add bpf_btf_get_next_id() to cycle
through BTF objects
On Thu, Aug 15, 2019 at 04:00:18PM +0100, Quentin Monnet wrote:
> Add an API function taking a BTF object id and providing the id of the
> next BTF object in the kernel. This can be used to list all BTF objects
> loaded on the system.
>
> Signed-off-by: Quentin Monnet <quentin.monnet@...ronome.com>
> Reviewed-by: Jakub Kicinski <jakub.kicinski@...ronome.com>
..
> +
> +LIBBPF_0.0.5 {
> + global:
> + bpf_btf_get_next_id;
> +} LIBBPF_0.0.4;
please rebase.
The rest looks great.
Powered by blists - more mailing lists