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

2018-03-16 Thread Ananyev, Konstantin
> > I tried to start a discussion about eBPF support with DPDK in last DPDK > meeting in Santa Clara: > > https://dpdksummit.com/Archive/pdf/2017USA/DPDK%20support%20for%20new%20hardware%20offloads.pdf > > In slide 17 I have some points which, IMHO, are worth to discuss before > adding this su

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

2018-03-14 Thread Alejandro Lucero
I tried to start a discussion about eBPF support with DPDK in last DPDK meeting in Santa Clara: https://dpdksummit.com/Archive/pdf/2017USA/DPDK%20support%20for%20new%20hardware%20offloads.pdf In slide 17 I have some points which, IMHO, are worth to discuss before adding this support. I can see c

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

2018-03-13 Thread Ananyev, Konstantin
Hi Jerin, > > Hi Konstantin, > > > > > 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: > > - pa

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

2018-03-13 Thread Jerin Jacob
-Original Message- > Date: Fri, 9 Mar 2018 16:42:00 + > From: Konstantin Ananyev > To: dev@dpdk.org > CC: Konstantin Ananyev > Subject: [dpdk-dev] [PATCH v1 0/5] add framework to load and execute BPF > code > X-Mailer: git-send-email 1.7.0.7 Hi Konstantin, &

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

2018-03-09 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