> On Nov 14, 2019, at 8:02 PM, Andrii Nakryiko <andriin@xxxxxx> wrote: > [...] > > This patch, while modifying all users of bpf_map_inc, also cleans up its > interface to match bpf_map_put with separate operations for bpf_map_inc and > bpf_map_inc_with_uref (to match bpf_map_put and bpf_map_put_with_uref, > respectively). Also, given there are no users of bpf_map_inc_not_zero > specifying uref=true, remove uref flag and default to uref=false internally. > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx>