netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexei Starovoitov <alexei.starovoitov@gmail.com>
To: Andrii Nakryiko <andriin@fb.com>
Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, ast@fb.com,
	daniel@iogearbox.net, andrii.nakryiko@gmail.com,
	kernel-team@fb.com
Subject: Re: [PATCH bpf-next] libbpf: make bpf_endian co-exist with vmlinux.h
Date: Mon, 29 Jun 2020 20:09:10 -0700	[thread overview]
Message-ID: <20200630030910.p7xnbnywofvzcr7r@ast-mbp.dhcp.thefacebook.com> (raw)
In-Reply-To: <20200630020539.787781-1-andriin@fb.com>

On Mon, Jun 29, 2020 at 07:05:38PM -0700, Andrii Nakryiko wrote:
> Copy over few #defines from UAPI swab.h header to make all the rest of
> bpf_endian.h work and not rely on any extra headers. This way it can be used
> both with linux header includes, as well with a vmlinux.h. This has been
> a frequent complaint from users, that need this header.
> 
> Signed-off-by: Andrii Nakryiko <andriin@fb.com>
> ---
>  tools/lib/bpf/bpf_endian.h | 22 ++++++++++++++++++++--
>  1 file changed, 20 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/lib/bpf/bpf_endian.h b/tools/lib/bpf/bpf_endian.h
> index fbe28008450f..a4be8a70845c 100644
> --- a/tools/lib/bpf/bpf_endian.h
> +++ b/tools/lib/bpf/bpf_endian.h
> @@ -2,8 +2,26 @@
>  #ifndef __BPF_ENDIAN__
>  #define __BPF_ENDIAN__
>  
> -#include <linux/stddef.h>
> -#include <linux/swab.h>
> +/* copied from include/uapi/linux/swab.h */

You cannot just copy due to different licenses.

  reply	other threads:[~2020-06-30  3:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30  2:05 [PATCH bpf-next] libbpf: make bpf_endian co-exist with vmlinux.h Andrii Nakryiko
2020-06-30  3:09 ` Alexei Starovoitov [this message]
2020-06-30  3:35   ` Andrii Nakryiko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200630030910.p7xnbnywofvzcr7r@ast-mbp.dhcp.thefacebook.com \
    --to=alexei.starovoitov@gmail.com \
    --cc=andrii.nakryiko@gmail.com \
    --cc=andriin@fb.com \
    --cc=ast@fb.com \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=kernel-team@fb.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).