OSDN Git Service

ebpf: Added eBPF RSS loader.
authorAndrew Melnychenko <andrew@daynix.com>
Fri, 14 May 2021 11:48:32 +0000 (14:48 +0300)
committerJason Wang <jasowang@redhat.com>
Fri, 4 Jun 2021 07:25:46 +0000 (15:25 +0800)
commit46627f41b6b781885c64a2b12814060a7ca8da36
tree76087ad727fa6ab584eb3c52aa5d280de9555261
parentf3fa412de28ae3cb31d38811d30a77e4e20456cc
ebpf: Added eBPF RSS loader.

Added function that loads RSS eBPF program.
Added stub functions for RSS eBPF loader.
Added meson and configuration options.

By default, eBPF feature enabled if libbpf is present in the build system.
libbpf checked in configuration shell script and meson script.

Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
Signed-off-by: Andrew Melnychenko <andrew@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
configure
ebpf/ebpf_rss-stub.c [new file with mode: 0644]
ebpf/ebpf_rss.c [new file with mode: 0644]
ebpf/ebpf_rss.h [new file with mode: 0644]
ebpf/meson.build [new file with mode: 0644]
ebpf/rss.bpf.skeleton.h [new file with mode: 0644]
ebpf/trace-events [new file with mode: 0644]
ebpf/trace.h [new file with mode: 0644]
meson.build
meson_options.txt