> On Sep 30, 2019, at 3:58 PM, Andrii Nakryiko <andrii.nakry...@gmail.com> > wrote: > > On Mon, Sep 30, 2019 at 3:55 PM Song Liu <liu.song....@gmail.com> wrote: >> >> On Mon, Sep 30, 2019 at 1:43 PM Andrii Nakryiko <andr...@fb.com> wrote: >>> >>> Make bpf_helpers.h and bpf_endian.h official part of libbpf. Ensure they >>> are installed along the other libbpf headers. >>> >>> Signed-off-by: Andrii Nakryiko <andr...@fb.com> >> >> Can we merge/rearrange 2/6 and 3/6, so they is a git-rename instead of >> many +++ and ---? > > I arranged them that way because of Github sync. We don't sync > selftests/bpf changes to Github, and it causes more churn if commits > have a mix of libbpf and selftests changes. Aha, I missed this point. > I didn't modify bpf_helpers.h/bpf_endian.h between those patches, so > don't worry about reviewing contents ;) Well, we need to be careful here. As headers in a library should be more stable than headers shipped with the code. Here, I am a little concerned with the fact that we added BPF_CORE_READ() to libbpf, and then changed its syntax. This is within one release, so it is mostly OK. Thanks, Song
- RE: [PATCH bpf-next 1/6] selftests/bpf: undo... John Fastabend
- [PATCH bpf-next 2/6] libbpf: move bpf_helpers.h, ... Andrii Nakryiko
- Re: [PATCH bpf-next 2/6] libbpf: move bpf_he... Song Liu
- Re: [PATCH bpf-next 2/6] libbpf: move bp... Andrii Nakryiko
- Re: [PATCH bpf-next 2/6] libbpf: mov... Jakub Kicinski
- Re: [PATCH bpf-next 2/6] libbpf:... Song Liu
- Re: [PATCH bpf-next 2/6] li... Jakub Kicinski
- Re: [PATCH bpf-next 2/6... Song Liu
- Re: [PATCH bpf-next 2/6] libbpf:... Andrii Nakryiko
- Re: [PATCH bpf-next 2/6] li... Jakub Kicinski
- Re: [PATCH bpf-next 2/6] libbpf: mov... Song Liu
- Re: [PATCH bpf-next 2/6] libbpf:... Andrii Nakryiko
- Re: [PATCH bpf-next 2/6] li... Song Liu
- Re: [PATCH bpf-next 2/6] libbpf: move bpf_he... Toke Høiland-Jørgensen
- Re: [PATCH bpf-next 2/6] libbpf: move bp... John Fastabend
- Re: [PATCH bpf-next 2/6] libbpf: mov... Andrii Nakryiko
- Re: [PATCH bpf-next 2/6] libbpf:... John Fastabend
- Re: [PATCH bpf-next 2/6] libbpf:... Toke Høiland-Jørgensen
- Re: [PATCH bpf-next 2/6] libbpf: move bp... Andrii Nakryiko
- Re: [PATCH bpf-next 2/6] libbpf: mov... Toke Høiland-Jørgensen
- Re: [PATCH bpf-next 2/6] libbpf: move bpf_he... Song Liu