Re: [PATCH iproute2 master v2 0/2] Minor BPF updates

2017-07-25 Thread Stephen Hemminger
On Sun, 23 Jul 2017 01:22:17 +0200 Daniel Borkmann wrote: > Two minor updates to the BPF code, first one makes use of the > recently exposed owner_jited in fdinfo to report whether a > load issue related to tail calls occured, and second one fixes > up custom mount of bpf

[PATCH iproute2 master v2 0/2] Minor BPF updates

2017-07-22 Thread Daniel Borkmann
Two minor updates to the BPF code, first one makes use of the recently exposed owner_jited in fdinfo to report whether a load issue related to tail calls occured, and second one fixes up custom mount of bpf fs when passed via env. Thanks! v1 -> v2: - Moved bpf_derive_prog_from_fdinfo() under