[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPhsuW7hbGE5HwjDQVGhiaHhqSzrgBdKs-C7ct6k2=FGh6LU+g@mail.gmail.com>
Date: Thu, 3 Oct 2019 13:22:07 -0700
From: Song Liu <liu.song.a23@...il.com>
To: Andrii Nakryiko <andriin@...com>
Cc: bpf <bpf@...r.kernel.org>, Networking <netdev@...r.kernel.org>,
Alexei Starovoitov <ast@...com>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii.nakryiko@...il.com>,
Kernel Team <kernel-team@...com>
Subject: Re: [PATCH v2 bpf-next 5/7] libbpf: move bpf_{helpers,endian,tracing}.h
into libbpf
On Wed, Oct 2, 2019 at 3:03 PM Andrii Nakryiko <andriin@...com> wrote:
>
> Move bpf_helpers.h, bpf_tracing.h, and bpf_endian.h into libbpf. Ensure
> they are installed along the other libbpf headers. Also, adjust
> selftests and samples include path to include libbpf now.
>
> Signed-off-by: Andrii Nakryiko <andriin@...com>
Acked-by: Song Liu <songliubraving@...com>
> ---
> samples/bpf/Makefile | 2 +-
> tools/lib/bpf/Makefile | 5 ++++-
> tools/{testing/selftests => lib}/bpf/bpf_endian.h | 0
> tools/{testing/selftests => lib}/bpf/bpf_helpers.h | 0
> tools/{testing/selftests => lib}/bpf/bpf_tracing.h | 0
> tools/testing/selftests/bpf/Makefile | 2 +-
> 6 files changed, 6 insertions(+), 3 deletions(-)
> rename tools/{testing/selftests => lib}/bpf/bpf_endian.h (100%)
> rename tools/{testing/selftests => lib}/bpf/bpf_helpers.h (100%)
> rename tools/{testing/selftests => lib}/bpf/bpf_tracing.h (100%)
^^^^^ nice! :)
Powered by blists - more mailing lists