From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0317720D32; Wed, 31 Jan 2018 13:11:39 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 31 Jan 2018 13:11:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=vZtlTjlNt0omHaWfaco6cCccji MnSAfRQ4vjDA1UuqU=; b=L1d+YkxZrLUmUcZVfL0e4Rnh/PNd0i8hf/b51sVz/M CCdc5LAaOwyLOlX1ejdim5iSBT5yMDQvVYFV4oEidUVlMDFf6ujF9tICXPmao1KD XZV4o1Mgm2SwwMyJcRtz3JTVq2A+ASg94Mw/WF3wYH6KjZjNdqSkceo2Ymv1z9kI o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=vZtlTj lNt0omHaWfaco6cCccjiMnSAfRQ4vjDA1UuqU=; b=JpYI/SJdyHpdOt4+FdPrUC QGGhofwcUHyFXUcjczKL7+X0LBw7L5VLQE/VLq+cMa9MJlM1ub0Bbi4LMOZLwBNM pkolKgHav+lQ1oR34Q3J1UhckkGHU3vqw5gLdB9x5BJmCHrp2mc85aHlIDBkVkph YP2w79NP/Vbg2wrpswEEJb1yaI4gF8mDH5zNZjPaQwaH8jFKhuazUdCbXoZ3T7K8 OT9XK189ih6dvNOHR8xahPX+sIayFmzG2a2ws5lLEs9OvUMDpIMSqcZcYJ8b1mFI Qbg6sO8eD2lVUkwE2wfg2UH/a0I1zZJlG8DoJuo8c2N/DZ+nou1bXFE6YixShUUQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3A4AC7E12E; Wed, 31 Jan 2018 13:11:38 -0500 (EST) From: Thomas Monjalon To: Ophir Munk Cc: dev@dpdk.org, Pascal Mazon , Olga Shern , Jerin Jacob , Viktorin , Jianbo Liu Date: Wed, 31 Jan 2018 19:10:52 +0100 Message-ID: <1827276.i0qRTdFd37@xps> In-Reply-To: <1517414638-29180-1-git-send-email-ophirmu@mellanox.com> References: <1517414638-29180-1-git-send-email-ophirmu@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] net/tap: fix build on ARM X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 18:11:39 -0000 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