Re: [dpdk-dev] [PATCH v1] net/tap: fix build on ARM

2018-01-31 Thread Thomas Monjalon
31/01/2018 17:03, Ophir Munk: > This commit adds eBPF system call definitions for ARM architecture. > Old Linux header files may not define eBPF system call numbers. > In order to successful compile eBPF on all Linux platforms - the > missing ARM system call definition is explicitly added. > > Fix

[dpdk-dev] [PATCH v1] net/tap: fix build on ARM

2018-01-31 Thread Ophir Munk
This commit adds eBPF system call definitions for ARM architecture. Old Linux header files may not define eBPF system call numbers. In order to successful compile eBPF on all Linux platforms - the missing ARM system call definition is explicitly added. Fixes: b02d85e1 ("net/tap: add eBPF API") Si