Re: [PATCH bpf v1 0/3] fix BTF usage on embedded systems

2020-09-21 Thread Daniel Borkmann
On 9/20/20 7:01 AM, Tony Ambardar wrote: Hello, I've been experimenting with BPF and BTF on small, emebedded platforms requiring cross-compilation to varying archs, word-sizes, and endianness. These environments are not the most common for the majority of eBPF users, and have exposed multiple pr

Re: [PATCH bpf v1 0/3] fix BTF usage on embedded systems

2020-09-21 Thread Andrii Nakryiko
On Sat, Sep 19, 2020 at 10:03 PM Tony Ambardar wrote: > > Hello, > > I've been experimenting with BPF and BTF on small, emebedded platforms > requiring cross-compilation to varying archs, word-sizes, and endianness. > These environments are not the most common for the majority of eBPF users, > and

[PATCH bpf v1 0/3] fix BTF usage on embedded systems

2020-09-19 Thread Tony Ambardar
Hello, I've been experimenting with BPF and BTF on small, emebedded platforms requiring cross-compilation to varying archs, word-sizes, and endianness. These environments are not the most common for the majority of eBPF users, and have exposed multiple problems with basic functionality. This patch