On 1/28/19 11:16 AM, Maciej Fijalkowski wrote: > From: Maciej Fijalkowski <[email protected]> > > There is a common problem with xdp samples that happens when user wants > to run a particular sample and some bpf program is already loaded. The > default 64kb RLIMIT_MEMLOCK resource limit will cause a following error > (assuming that xdp sample that is failing was converted to libbpf > usage): > > libbpf: Error in bpf_object__probe_name():Operation not permitted(1). > Couldn't load basic 'r0 = 0' BPF program. > libbpf: failed to load object './xdp_sample_pkts_kern.o' > > Fix it in xdp_sample_pkts and xdp_router_ipv4 by setting RLIMIT_MEMLOCK > to RLIM_INFINITY. > > Signed-off-by: Maciej Fijalkowski <[email protected]> > Reviewed-by: Jakub Kicinski <[email protected]> > Acked-by: Jesper Dangaard Brouer <[email protected]> > ---
Seems we do this for most samples so nice to have here as well. Acked-by: John Fastabend <[email protected]>
