On 6/28/2023 9:56 AM, Alexei Starovoitov wrote: > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > bpf_obj_new() calls bpf_mem_alloc(), but doing alloc/free of 8 elements > is not triggering watermark conditions in bpf_mem_alloc. > Increase to 200 elements to make sure alloc_bulk/free_bulk is exercised. > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> Acked-by: Hou Tao <houtao1@xxxxxxxxxx>