> On Jul 29, 2020, at 4:05 PM, Andrii Nakryiko <andr...@fb.com> wrote:
> 
> Add low-level bpf_link_detach() API. Also add higher-level bpf_link__detach()
> one.
> 
> Signed-off-by: Andrii Nakryiko <andr...@fb.com>

Acked-by: Song Liu <songliubrav...@fb.com>

> ---
> 

[...]

> 
> LIBBPF_0.1.0 {
>       global:
> +             bpf_link__detach;
> +             bpf_link_detach;

I didn't realize capital_letter < '_' < small_letter until just now. :)

>               bpf_map__ifindex;
>               bpf_map__key_size;
>               bpf_map__map_flags;
> -- 
> 2.24.1
> 

Reply via email to