> On Aug 28, 2019, at 11:45 PM, Yonghong Song <yhs@xxxxxx> wrote: > > Refactor function map_update_elem() by creating a > helper function bpf_map_update_elem() which will be > used later by batched map update operation. > > Also reuse function bpf_map_value_size() > in map_update_elem(). > > Signed-off-by: Yonghong Song <yhs@xxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx>