Re: [PATCH bpf-next 00/11] libbpf: split BTF support

2020-10-30 Thread Andrii Nakryiko
On Fri, Oct 30, 2020 at 5:06 AM Alan Maguire wrote: > > On Thu, 29 Oct 2020, Andrii Nakryiko wrote: > > > On Thu, Oct 29, 2020 at 5:33 PM Song Liu wrote: > > > > > > > > > > > > > On Oct 28, 2020, at 5:58 PM, Andrii Nakryiko wrote: > > > > > > > > This patch set adds support for generating and d

Re: [PATCH bpf-next 00/11] libbpf: split BTF support

2020-10-30 Thread Alan Maguire
On Thu, 29 Oct 2020, Andrii Nakryiko wrote: > On Thu, Oct 29, 2020 at 5:33 PM Song Liu wrote: > > > > > > > > > On Oct 28, 2020, at 5:58 PM, Andrii Nakryiko wrote: > > > > > > This patch set adds support for generating and deduplicating split BTF. > > > This > > > is an enhancement to the BTF,

Re: [PATCH bpf-next 00/11] libbpf: split BTF support

2020-10-29 Thread Song Liu
> On Oct 29, 2020, at 7:33 PM, Andrii Nakryiko > wrote: > > On Thu, Oct 29, 2020 at 5:33 PM Song Liu wrote: >> >> >> >>> On Oct 28, 2020, at 5:58 PM, Andrii Nakryiko wrote: >>> >>> This patch set adds support for generating and deduplicating split BTF. This >>> is an enhancement to the

Re: [PATCH bpf-next 00/11] libbpf: split BTF support

2020-10-29 Thread Andrii Nakryiko
On Thu, Oct 29, 2020 at 5:33 PM Song Liu wrote: > > > > > On Oct 28, 2020, at 5:58 PM, Andrii Nakryiko wrote: > > > > This patch set adds support for generating and deduplicating split BTF. This > > is an enhancement to the BTF, which allows to designate one BTF as the "base > > BTF" (e.g., vmlin

Re: [PATCH bpf-next 00/11] libbpf: split BTF support

2020-10-29 Thread Song Liu
> On Oct 28, 2020, at 5:58 PM, Andrii Nakryiko wrote: > > This patch set adds support for generating and deduplicating split BTF. This > is an enhancement to the BTF, which allows to designate one BTF as the "base > BTF" (e.g., vmlinux BTF), and one or more other BTFs as "split BTF" (e.g., > k

[PATCH bpf-next 00/11] libbpf: split BTF support

2020-10-28 Thread Andrii Nakryiko
This patch set adds support for generating and deduplicating split BTF. This is an enhancement to the BTF, which allows to designate one BTF as the "base BTF" (e.g., vmlinux BTF), and one or more other BTFs as "split BTF" (e.g., kernel module BTF), which are building upon and extending base BTF wit