Re: [dpdk-dev] [PATCH v5 0/8] add framework to load and execute BPF code

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

[dpdk-dev] [PATCH v5 0/8] add framework to load and execute BPF code

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