13/04/2018 16:43, Konstantin Ananyev:
> Konstantin Ananyev (10):
> net: move BPF related definitions into librte_net
> bpf: add BPF loading and execution framework
> bpf: add more logic into bpf_validate()
> bpf: add JIT compilation for x86_64 ISA
> bpf: introduce basic RX/TX BPF filters
BPF is used quite intensively inside Linux (and BSD) kernels
for various different purposes and proved to be extremely useful.
BPF inside DPDK might also be used in a lot of places
for a lot of similar things.
As an example to:
- packet filtering/tracing (aka tcpdump)
- packet classification
- st
2 matches
Mail list logo