On Thu, Aug 23, 2018 at 3:01 PM Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx> wrote: > Could bpf_map__reuse_fd() be of any help? (Present in Linus's tree for > now, will be there in upcoming -rc1.) You'll need to > bpf_object__open() and bpf_object__load() separately, and set the FDs > between the two. Yes! I think that's exactly what I need. I got it working for now by just hacking up libbpf.h but I will port things over to that. -- - Justin