net/tap: fix build on ARM32
authorOphir Munk <ophirmu@mellanox.com>
Wed, 31 Jan 2018 16:03:58 +0000 (16:03 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 31 Jan 2018 18:14:47 +0000 (19:14 +0100)
commite56447980ece8ea01717f41ff82cf8122635e7ec
treef4de37f563aacc6d2124fa69fc4fbb3892a1c5a2
parent6af3b03547d7499e8875f7e32effba172140bbfe
net/tap: fix build on ARM32

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")

Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
drivers/net/tap/tap_bpf.h