commit | 6f535f29b14ace3185d8c5ef6a9e772b47384822 | [log] [tgz] |
---|---|---|
author | Toke Høiland-Jørgensen <toke@redhat.com> | Mon Aug 19 21:18:05 2019 +0200 |
committer | Toke Høiland-Jørgensen <toke@redhat.com> | Mon Aug 19 22:18:25 2019 +0200 |
tree | a7d7cffeb04e657180de8153754ea665be0267d7 | |
parent | 6a48fb76d3d23f19f9532f0f122f13f8ce5cdf16 [diff] |
iproute2: Support loading XDP programs with libbpf This switches over loading of XDP programs to the using libbpf, if it is available. It uses the automatic pinning features added to libbpf to construct the same pinning paths as the libelf-based loader. Since map-in-map support has not yet been added to libbpf, this means that map-in-map definitions will not work with this patch. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>