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 EFBEBA0553; Mon, 17 Feb 2020 19:00:17 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AD3611DA9E; Mon, 17 Feb 2020 19:00:17 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 7F5171DA9C for ; Mon, 17 Feb 2020 19:00:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581962414; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=b71wAlYAbN68xrJQNnLKffBUWq/NyoPznGnYBCLipFM=; b=fDoI+b0WxOLOYFPhnknC21FPY2dNhKQBxGQxeL7/35SXpgVpfnaU/WnHie+RxWHb8O/eRU 12ONLudYmtlMAQXgBaMoACeI4hj6cy7mMH/rFLyzgkHvUc5kCQ84AsooRAbI/q1bcJGp2A VtDvZP0S3kabgijccaOq+cQ6BRjsJ+Y= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-347-BJ_q0zLMM-6G2BYMjgK7rQ-1; Mon, 17 Feb 2020 13:00:11 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A6C65107B0E1; Mon, 17 Feb 2020 18:00:09 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.126]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F3F8860BEC; Mon, 17 Feb 2020 18:00:08 +0000 (UTC) From: Aaron Conole To: Thomas Monjalon Cc: dev@dpdk.org, Michael Santana References: <20200217113547.1889436-1-thomas@monjalon.net> <20200217113547.1889436-3-thomas@monjalon.net> Date: Mon, 17 Feb 2020 13:00:08 -0500 In-Reply-To: <20200217113547.1889436-3-thomas@monjalon.net> (Thomas Monjalon's message of "Mon, 17 Feb 2020 12:35:47 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: BJ_q0zLMM-6G2BYMjgK7rQ-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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" Thomas Monjalon writes: > The Travis compilation is missing some dependencies to build these PMDs: > =09- af_xdp (libbpf) > =09- ipn3ke (libfdt) > =09- 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 > .travis.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.travis.yml b/.travis.yml > index 19422d4b3c..bb32c8edcc 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -24,7 +24,7 @@ aarch64_packages: &aarch64_packages > =20 > extra_packages: &extra_packages > - *required_packages > - - [libbsd-dev, libpcap-dev, libcrypto++-dev, libjansson4, abigail-tool= s] > + - [libbsd-dev, libbpf-dev, libpcap-dev, libibverbs-dev, libcrypto++-de= v, libfdt-dev, libjansson4, abigail-tools] > =20 > build_32b_packages: &build_32b_packages > - *required_packages