Re: [dpdk-dev] [PATCH v5 1/8] bpf: add BPF loading and execution framework

2018-05-09 Thread Ferruh Yigit
On 5/4/2018 1:45 PM, Konstantin Ananyev wrote: > 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 s

[dpdk-dev] [PATCH v5 1/8] bpf: add BPF loading and execution framework

2018-05-04 Thread Konstantin Ananyev
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 - e