[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191209173353.64aeef0a@cakuba.netronome.com>
Date: Mon, 9 Dec 2019 17:33:53 -0800
From: Jakub Kicinski <jakub.kicinski@...ronome.com>
To: Andrii Nakryiko <andriin@...com>
Cc: <bpf@...r.kernel.org>, <netdev@...r.kernel.org>, <ast@...com>,
<daniel@...earbox.net>, <andrii.nakryiko@...il.com>,
<kernel-team@...com>
Subject: Re: [PATCH bpf-next 03/15] libbpf: move non-public APIs from
libbpf.h to libbpf_internal.h
On Mon, 9 Dec 2019 17:14:26 -0800, Andrii Nakryiko wrote:
> Few libbpf APIs are not public but currently exposed through libbpf.h to be
> used by bpftool. Move them to libbpf_internal.h, where intent of being
> non-stable and non-public is much more obvious.
>
> Signed-off-by: Andrii Nakryiko <andriin@...com>
> ---
> tools/bpf/bpftool/net.c | 1 +
> tools/lib/bpf/libbpf.h | 17 -----------------
> tools/lib/bpf/libbpf_internal.h | 17 +++++++++++++++++
> 3 files changed, 18 insertions(+), 17 deletions(-)
>
> diff --git a/tools/bpf/bpftool/net.c b/tools/bpf/bpftool/net.c
> index 4f52d3151616..d93bee298e54 100644
> --- a/tools/bpf/bpftool/net.c
> +++ b/tools/bpf/bpftool/net.c
> @@ -18,6 +18,7 @@
>
> #include <bpf.h>
> #include <nlattr.h>
> +#include "libbpf_internal.h"
> #include "main.h"
> #include "netlink_dumper.h"
I thought this idea was unpopular when proposed?
Powered by blists - more mailing lists