-
Couldn't load subscription status.
- Fork 359
Closed
Description
# ./bootstrap
libbpf: map 'rb': failed to create: -EINVAL
libbpf: failed to load BPF skeleton 'bootstrap_bpf': -EINVAL
Failed to load and verify BPF skeletonWhen I am trying to run bootstrap, I get this error. It's because kernel version lower than 5.8 doesn't support BPF ring buffer map. My kernel version is 5.4.
I wonder if I could create a PR to implement a legacy version of bootstrap(bootstrap-legacy) to let it run on low version kernels. The idea is to use BPF_MAP_TYPE_PERF_EVENT_ARRAY to send data.
Metadata
Metadata
Assignees
Labels
No labels