Re: [PATCH v2 2/8] libbpf: Move opts code into dedicated header

From: Andrii Nakryiko
Date: Mon Jul 29 2024 - 13:01:28 EST


On Mon, Jul 29, 2024 at 9:46 AM Charlie Jenkins <charlie@xxxxxxxxxxxx> wrote:
>
> Signed-off-by: Charlie Jenkins <charlie@xxxxxxxxxxxx>
> ---
> tools/include/tools/opts.h | 68 +++++++++++++++++++++++++++++++++++++++++
> tools/lib/bpf/bpf.c | 1 +
> tools/lib/bpf/btf.c | 1 +
> tools/lib/bpf/btf_dump.c | 1 +
> tools/lib/bpf/libbpf.c | 3 +-
> tools/lib/bpf/libbpf_internal.h | 48 -----------------------------
> tools/lib/bpf/linker.c | 1 +
> tools/lib/bpf/netlink.c | 1 +
> tools/lib/bpf/ringbuf.c | 1 +
> 9 files changed, 76 insertions(+), 49 deletions(-)
>

Nope, sorry, I don't think I want to do this for libbpf. This will
just make Github synchronization trickier, and I don't really see a
point.

I'm totally fine with libperf making a copy of these helpers, though
(this is not complicated or tricky code). I also don't think it will
change much, so there is little risk of any sort of divergence.

[...]