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 780A4A0553; Mon, 17 Feb 2020 22:19:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B50721C10A; Mon, 17 Feb 2020 22:19:27 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id BF5ED1C038 for ; Mon, 17 Feb 2020 22:19:26 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0A4AD21F76; Mon, 17 Feb 2020 16:19:26 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 17 Feb 2020 16:19:26 -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:content-type; s=mesmtp; bh=p4UGDODbQr2qN3NI129pRVk27FXWiEEQDDfli+I9/98=; b=CYgHCzueLR65 EzBYPb4eXTfoc9ed1fA74LoWltRKKMK6ZnCe4/VwCnTp1ed1Ge22Nvc8D0PllvWE ZJPVrOf5zcV9uNuNtRDJqanPyMVizIxxSs3vFZO/mXWfUkgVnpHuJGTnIFRZus7g ILGFYnLIVDrE8uhD5rXOEd5bUeOleBU= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=p4UGDODbQr2qN3NI129pRVk27FXWiEEQDDfli+I9/ 98=; b=Vr5yMmRB85dE4h1h43HAoGEU2/06tZRiOJZbFcbE5Yb8H37hZD6cNDfkg 7Jf3qJcF9ihWRrGKStqG+ScYGEkpYFFYD+qr8lg6IOPuFNymb8rFrRK4/0BGGVSG FFTKFzzXHpZPZ/12aMqL3ymlOuwHHcLYnb7Bv3wtA6EQqy/4TGgTakiyuFgBVaJY xtSuKOATcBorbULGmId6M4LAPxxePyzfoOUsvSJM1RZ4KuFMtT7FrgfW57/FWk+G so87KZiD81JRRy3UaII9vw7vLpyOvH5dTxa1vtUH2zs81ltdj1jIb5aHd1HRvaE+ RI2sWpmhkmVjP9UW8U2CecmPwolQQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrjeeigddugeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C50E63280066; Mon, 17 Feb 2020 16:19:24 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: Michael Santana , Aaron Conole , christian.ehrhardt@canonical.com, bluca@debian.org Date: Mon, 17 Feb 2020 22:19:23 +0100 Message-ID: <9619983.T7Z3S40VBb@xps> In-Reply-To: References: <20200217113547.1889436-1-thomas@monjalon.net> <20200217113547.1889436-3-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 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" 17/02/2020 19:00, Aaron Conole: > Thomas Monjalon writes: > > > The Travis compilation is missing some dependencies to build these PMDs: > > - af_xdp (libbpf) > > - ipn3ke (libfdt) > > - mlx (libibverbs) > > > > Signed-off-by: Thomas Monjalon > > I was going to wait until travis finished to ACK this but I think it's > okay. I'll check back in on it later. > > Acked-by: Aaron Conole > > > extra_packages: &extra_packages > > - *required_packages > > - - [libbsd-dev, libpcap-dev, libcrypto++-dev, libjansson4, abigail-tools] > > + - [libbsd-dev, libbpf-dev, libpcap-dev, libibverbs-dev, libcrypto++-dev, libfdt-dev, libjansson4, abigail-tools] It failed because libbpf is not available: Unable to locate package libbpf-dev I will re-spin a v2 without libbpf (not enabling af_xdp PMD).