On 10/29/2018 10:56 PM, Yonghong Song wrote: > On our test machine, bpf selftest test_flow_dissector.sh failed > with the following error: > # ./test_flow_dissector.sh > bpffs not mounted. Mounting... > libbpf: failed to create map (name: 'jmp_table'): Operation not permitted > libbpf: failed to load object 'bpf_flow.o' > ./flow_dissector_load: bpf_prog_load bpf_flow.o > selftests: test_flow_dissector [FAILED] > > Let us increase the rlimit to remove the above map > creation failure. > > Signed-off-by: Yonghong Song <y...@fb.com>
Applied to bpf, thanks!