From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] net/tap: fix build on ARM Date: Wed, 31 Jan 2018 19:10:52 +0100 Message-ID: <1827276.i0qRTdFd37@xps> References: <1517414638-29180-1-git-send-email-ophirmu@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Pascal Mazon , Olga Shern , Jerin Jacob , Viktorin , Jianbo Liu To: Ophir Munk Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 617511B7FE for ; Wed, 31 Jan 2018 19:11:39 +0100 (CET) In-Reply-To: <1517414638-29180-1-git-send-email-ophirmu@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. > > Fixes: b02d85e1 ("net/tap: add eBPF API") > > Signed-off-by: Ophir Munk Note: it is only for ARM32. Applied, thanks