Re: [dpdk-dev] Compiling RSS ebpf

2018-06-06 Thread Sameeh Jubran
On Tue, May 29, 2018 at 6:48 PM, Ophir Munk wrote: > Hi Sameeh, > > RSS ebpf source code compilation is planned for dpdk next releases. > > > > In order to compile the current tap_bpf_program.c code you will need > definitions found in iproute2: > > > > https://git.kernel.org/pub/scm/network/ipro

Re: [dpdk-dev] Compiling RSS ebpf

2018-05-29 Thread Ophir Munk
Hi Sameeh, RSS ebpf source code compilation is planned for dpdk next releases. In order to compile the current tap_bpf_program.c code you will need definitions found in iproute2: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/ 1. Please clone iproute2 tree and make it acces

Re: [dpdk-dev] Compiling RSS ebpf

2018-05-25 Thread Sameeh Jubran
Ping. On Sun, May 13, 2018 at 1:16 PM, Sameeh Jubran wrote: > Sorry I have accidentally sent my last email without finishing it. > > I believe it is due misconfiguration of the linux headers and their > inclusion. Anyone else faced these errors? > > > On Sun, May 13, 2018 at 1:10 PM, Sameeh Jubr

Re: [dpdk-dev] Compiling RSS ebpf

2018-05-13 Thread Sameeh Jubran
Sorry I have accidentally sent my last email without finishing it. I believe it is due misconfiguration of the linux headers and their inclusion. Anyone else faced these errors? On Sun, May 13, 2018 at 1:10 PM, Sameeh Jubran wrote: > Hi All, > > I am attempting to compile the rss epbf program

[dpdk-dev] Compiling RSS ebpf

2018-05-13 Thread Sameeh Jubran
Hi All, I am attempting to compile the rss epbf program dpdk and I am getting too much compilation errors, is there anything specific that I need to configure when compiling? I am running the following line: clang -O2 -emit-llvm -c tap_bpf_program.c -o - | llc -march=bpf -filetype=obj -o tap_bp