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 315E8A0487 for ; Tue, 2 Jul 2019 18:13:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8C3241B999; Tue, 2 Jul 2019 18:13:04 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 703741B997 for ; Tue, 2 Jul 2019 18:13:02 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 2F10A398; Tue, 2 Jul 2019 12:13:01 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 02 Jul 2019 12:13:01 -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=k6mgMLwK711jtnhNjDkoalY6azCDT24R9LjIFhwJYn0=; b=d3xffMmE4OWM m1Kcg8Nyv/JdVv7ti/qA6jcram/QxvIG41e73SQ2+Z0QoAZ9Uek4VdmKEWvvwbvQ STP540/pA5r2+fypRvLeX0bfwjGq5+54GMrNPNRO/6BLlemNN3o9gMLTLLL1C3H7 8yFxxH8iw7vddFr0ZSSC/hcZMoViTPs= 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=k6mgMLwK711jtnhNjDkoalY6azCDT24R9LjIFhwJY n0=; b=dUCQ765oDVG5c1ywU1KfOAzA6B82dSZA+3UAvjJ4nzFUYoAnuG2acEjoj FgJPR6HoPr385zBRLFiGi6KJNfQ6yRHIcKIXRfAZzyz1t5qL0tLK4H4QITdhBQXi +W3si5XKH+C9uD8emXGLyq490jUUGaoNVUtElBY3PF1Nx8t6WxXtgbI3G6LZBL+H 5dE/ejLuDYxdyjF4tV8GjQlCQKKvs3QOvHGEaSEctltKNXRqUS/tIF6g+hz266I6 +Sbu1Rnkr0suqWNiliYZuud8SkMiU0rXueRlOjQLtXNFJroc0RyQjGtycG2L0COn 8tJcaiKeat3B2dN3wJskT7Zu7Wh7A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrvdekgddutdduucetufdoteggodetrfdotf 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 74F1538008A; Tue, 2 Jul 2019 12:12:59 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, bluca@debian.org Date: Tue, 02 Jul 2019 18:12:57 +0200 Message-ID: <3389942.nqDyuoyP9T@xps> In-Reply-To: <20190702144445.12103-1-bruce.richardson@intel.com> References: <20190517114734.7072-1-bruce.richardson@intel.com> <20190702144445.12103-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 v3 0/5] improve building examples 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 (5): > examples: add support for relocated DPDK install > devtools/test-meson-builds: remove dependency on clang > devtools/test-meson-builds: add testing of pkg-config file > examples/vdpa: support building from pkg-config info > examples/vhost_crypto: support building from pkg-config info Applied, thanks