numam-dpdk/doc/api
Konstantin Ananyev 94972f35a0 bpf: add BPF loading and execution framework
librte_bpf provides a framework to load and execute eBPF bytecode
inside user-space dpdk based applications.
It supports basic set of features from eBPF spec
(https://www.kernel.org/doc/Documentation/networking/filter.txt).

Not currently supported features:
 - JIT
 - cBPF
 - tail-pointer call
 - eBPF MAP
 - skb
 - function calls for 32-bit apps
 - mbuf pointer as input parameter for 32-bit apps

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-05-12 00:35:15 +02:00
..
doxy-api-index.md bpf: add BPF loading and execution framework 2018-05-12 00:35:15 +02:00
doxy-api.conf bpf: add BPF loading and execution framework 2018-05-12 00:35:15 +02:00
doxy-html-custom.sh doc: move doxygen files in api subdirectory 2014-10-15 22:25:00 +02:00