Merge branch 'libbpf_autoload_knob'
authorAlexei Starovoitov <ast@kernel.org>
Sun, 28 Jun 2020 17:06:53 +0000 (10:06 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 28 Jun 2020 17:13:35 +0000 (10:13 -0700)
commitafa12644c877d3f627281bb6493d7ca8f9976e3d
tree48ead881f127e3c36588a0b6e34297d38102bddf
parent16d37ee3d2b1c30052ba5ebb69556040fc174061
parent5712174c5c9e3d684ad05d4aaed1e14acda4bb74
Merge branch 'libbpf_autoload_knob'

Andrii Nakryiko says:

====================
Add ability to turn off default auto-loading of each BPF program by libbpf on
BPF object load. This is the feature that allows BPF applications to have
optional functionality, which is only excercised on kernel that support
necessary features, while falling back to reduced/less performant
functionality, if kernel is outdated.
====================

Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>