From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E4F00A0553; Mon, 17 Feb 2020 23:33:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C56261DA92; Mon, 17 Feb 2020 23:33:41 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 6F4541DA90 for ; Mon, 17 Feb 2020 23:33:40 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E928D21FEC; Mon, 17 Feb 2020 17:33:39 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 17 Feb 2020 17:33:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=mesmtp; bh=wiDxUGk+3V JzN697nITAcfNi7L7vMZY7fnufjkngUJU=; b=PIhkQQYE3V/1S7O2ghPr4qzeY6 Uu+4/siZe2NrraSfzQ/2Ps+OYoafforXD6LAHT3k13XXHnaPLFE2znJxh9UoS2T/ 9gGUFoJ/HllGOkB025EbNsgOIbFwAWrmenbZN7usSDXcoPvHr2ObHwCflNUo9s2j tG/TILU/W3aeOSsfA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=wiDxUGk+3VJzN697nITAcfNi7L7vMZY7fnufjkngUJU=; b=vfrROrho HqV8mNTyShNGKtMJqp5X2bC+ddWw+dwxeWvNCheJ+Spi4MSaqUhe0F/Apmr7niMc O4KADypCfu59Ps2/afoyyxrnPXxAQNG0cub0alZQ2WRcoHiJlJG3WHjJVa0FpyNr n94dby0isHuVlpeG2l8XKdql+0l/K3HbVYdwBrxBldDIHQFFlYUOfpbNoBnwsRUj D78FgRfKjJXH4jTLy0N/xdx/pBZzrZESzTgECG5AZ1GjXzxRjdzOVGDhfthxIU/n E0S1YnAPDydDI1yTuFataNLBVzfSpTkjU9UPGxyJWQAo+eAuJQnRvwA0csFHIKiF 73TBpF3gMvxTeA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrjeejucetufdoteggodetrfdotffvucfrrh hofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgenuceurghi lhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurh ephffvufffkffojghfggfgsedtkeertdertddtnecuhfhrohhmpefvhhhomhgrshcuofho nhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejje drudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedunecurfgrrhgrmhep mhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 570633060C21; Mon, 17 Feb 2020 17:33:39 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: Aaron Conole , Michael Santana Date: Mon, 17 Feb 2020 23:33:23 +0100 Message-Id: <20200217223323.2219648-3-thomas@monjalon.net> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200217223323.2219648-1-thomas@monjalon.net> References: <20200217113547.1889436-1-thomas@monjalon.net> <20200217223323.2219648-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 2/2] ci: enable more drivers in Travis builds 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The Travis compilation is missing some dependencies to build these PMDs: - af_xdp (libbpf) - ipn3ke (libfdt) - mlx (libibverbs) Note: libbpf is not yet available on Ubuntu. Signed-off-by: Thomas Monjalon Acked-by: Aaron Conole --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 19422d4b3c..40268cd1be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ aarch64_packages: &aarch64_packages extra_packages: &extra_packages - *required_packages - - [libbsd-dev, libpcap-dev, libcrypto++-dev, libjansson4, abigail-tools] + - [libbsd-dev, libpcap-dev, libibverbs-dev, libcrypto++-dev, libfdt-dev, libjansson4, abigail-tools] build_32b_packages: &build_32b_packages - *required_packages -- 2.25.0