On Sat, 13 Mar 2021 at 18:37, Andrii Nakryiko wrote:
>
> On Fri, Mar 12, 2021 at 10:07 AM Quentin Monnet wrote:
> >
> > 2021-03-11 10:45 UTC-0800 ~ Andrii Nakryiko
> > > On Thu, Mar 11, 2021 at 3:31 AM Quentin Monnet
> > > wrote:
> > >>
> > >> 2021-03-09 20:04 UTC-0800 ~ Andrii Nakryiko
> > >
On Fri, Mar 12, 2021 at 10:07 AM Quentin Monnet wrote:
>
> 2021-03-11 10:45 UTC-0800 ~ Andrii Nakryiko
> > On Thu, Mar 11, 2021 at 3:31 AM Quentin Monnet
> > wrote:
> >>
> >> 2021-03-09 20:04 UTC-0800 ~ Andrii Nakryiko
> >>> Add `bpftool gen bpfo ...` command to statically
> >>> link multiple
2021-03-11 10:45 UTC-0800 ~ Andrii Nakryiko
> On Thu, Mar 11, 2021 at 3:31 AM Quentin Monnet wrote:
>>
>> 2021-03-09 20:04 UTC-0800 ~ Andrii Nakryiko
>>> Add `bpftool gen bpfo ...` command to statically
>>> link multiple BPF object files into a single output BPF object file.
>>>
>>> Similarly t
On Thu, Mar 11, 2021 at 3:31 AM Quentin Monnet wrote:
>
> 2021-03-09 20:04 UTC-0800 ~ Andrii Nakryiko
> > Add `bpftool gen bpfo ...` command to statically
> > link multiple BPF object files into a single output BPF object file.
> >
> > Similarly to existing '*.o' convention, bpftool is establish
2021-03-09 20:04 UTC-0800 ~ Andrii Nakryiko
> Add `bpftool gen bpfo ...` command to statically
> link multiple BPF object files into a single output BPF object file.
>
> Similarly to existing '*.o' convention, bpftool is establishing a '*.bpfo'
> convention for statically-linked BPF object files
Add `bpftool gen bpfo ...` command to statically
link multiple BPF object files into a single output BPF object file.
Similarly to existing '*.o' convention, bpftool is establishing a '*.bpfo'
convention for statically-linked BPF object files. Both .o and .bpfo suffixes
will be stripped out durin