On Tue, 31 Oct 2017 11:41:34 +0000, Quentin Monnet wrote: > > +{ > > + char *path[] = {"/sys/fs/bpf/", NULL}; > > This will not work for progs/maps pinned elsewhere on the system. Might > be worth mentioning in the documentation?
Or should the code just scan all the mount points to find the bpffs ones?