On Thu, Jan 6, 2022 at 1:57 PM Yonghong Song <yhs@xxxxxx> wrote: > > > > On 1/6/22 12:13 PM, grantseltzer wrote: > > From: Grant Seltzer <grantseltzer@xxxxxxxxx> > > > > This adds documention for: > > > > - bpf_map_delete_batch() > > - bpf_map_lookup_batch() > > - bpf_map_lookup_and_delete_batch() > > - bpf_map_update_batch() > > > > This also updates the public API for the `keys` parameter > > of `bpf_map_delete_batch()`, and both the > > `keys` and `values` parameters of `bpf_map_update_batch()` > > to be constants. > > > > Signed-off-by: Grant Seltzer <grantseltzer@xxxxxxxxx> > > Acked-by: Yonghong Song <yhs@xxxxxx> Applied to bpf-next, thanks.