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 C0211A0487 for ; Wed, 3 Jul 2019 23:11:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 612AC1E20; Wed, 3 Jul 2019 23:11:23 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id F0C9E3DC for ; Wed, 3 Jul 2019 23:11:21 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7C65021B7C; Wed, 3 Jul 2019 17:11:21 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 03 Jul 2019 17:11:21 -0400 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=O6JjcH45+bYu2ajyyvhXfDNIHgC7eZgqQ7KvHnH6uWk=; b=pPyZiV6F9k0j Jd1FpjXHiGbueTrXbn/rrPcVcg846amtPy4sxlYTrgC4N9OxxFLliB/E+HuhDY0x M/nTQZaV+39g57KxHUSYMfwYfDpmG0yRayEmCiHI9Be5yePju12+mnpqI4iUkjnl CPWN6bHbdyWyTkHlu/OyUMD+OCC0Q2E= 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=fm3; bh=O6JjcH45+bYu2ajyyvhXfDNIHgC7eZgqQ7KvHnH6u Wk=; b=IM4ePOM2yRgEshLzu9l3SeoJ/spRnW5KkZX7Zi2EfBB4JOiLPBdPAelg9 Z1kot7EUWsRuRT/jNXWOnXXKjs0/Cx9CKi5l6HHXvzJ7dg/kKt+PMZsQoIPZYaYj Ny7n+oaT4StDw0MFi1JyqGHduNRWEywPW2Y3ZBPU6ZrXi5Jska4GXxg4g89RHTA0 87TJ4G//GxUHeZik76P5Ukrhf9lsHNn2hgBj3D4+8lE+VBvrka2SFq9xSSdJbBnm X11khUYIOpFgvECEtuuqvmEXF+gCVotjRxDlLor7XfuoSCz3xt2H2LDu7phJgpqM Eb15nevaGbSOXE2ztnTkwmNxvCZVQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfedtgdduiedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 3374980060; Wed, 3 Jul 2019 17:11:20 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Luca Boccassi Date: Wed, 03 Jul 2019 23:11:17 +0200 Message-ID: <2009428.R8Wp6kO4ih@xps> In-Reply-To: References: <20190703164001.24841-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/2] fix issues with Ubuntu 18.04 compilation 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" > > Bruce Richardson (2): > > examples: fix pkg-config detection with older make > > buildtools/test-meson-builds: workaround pkg-config issue > > Series-acked-by: Luca Boccassi Applied, thanks