From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 8AF662B9A for ; Mon, 17 Sep 2018 12:20:21 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 8F56F2C1; Mon, 17 Sep 2018 06:20:20 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 17 Sep 2018 06:20:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=KPegF3GPXG4gLkpyd54dw9G50/ YHXAY91ie2WojBWuo=; b=GtMwrU2CSXckSHhbhcROMVbm0ywMeq2SqcURDmeosK bfdWgHKHYOqxj5mjKYiH5dfI2CO7Opugyy1SQzSncdHgd27VUAD83rMZlHJC7eNX +GFOcZ1HimJ6NCyFBXLZ0OuT1VSnp9oSyDUrfkyaoFcSqqTqQT70NV3pb+KJz9we w= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=KPegF3 GPXG4gLkpyd54dw9G50/YHXAY91ie2WojBWuo=; b=YLTNX4IBLFU+lioWAKnX6v yQlsh4UybYh/bdyBtShuPEYt28AXDNCPPU6ogk6NK598NT13w2Y4cHLsyQQ8zNgr ohDPWHBxWKzh2GN++zgu7WOMe7W6IQmjL3S0j2S/z2Ob7kA0pk7WODe7dzMdAHR4 5Whv2EywKCrId8vAtIcMCfqldR5RjKvyy89j/yUbRRu2jciMG02oCC9X7ytz2JZU uC7WIw0faGvbhv6ceIgtg+gaNNtt4GDt908G84engo1PnZoXGt+MR+1WLWUjk0mf gGwBhajO8z8/6f+rxATeH1g6ZAYy50zA2Z0JUDb/N6/quQLNcH1pWwQDtcJiECLg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F14F9E47C2; Mon, 17 Sep 2018 06:20:18 -0400 (EDT) From: Thomas Monjalon To: Luca Boccassi Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Mon, 17 Sep 2018 12:20:18 +0200 Message-ID: <3447407.98GXvCyQrH@xps> In-Reply-To: <20180917090127.10541-1-bluca@debian.org> References: <20180831092029.4887-1-bluca@debian.org> <20180917090127.10541-1-bluca@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 1/4] build: include missing hypervisor files in Meson build 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: , X-List-Received-Date: Mon, 17 Sep 2018 10:20:21 -0000 17/09/2018 11:01, Luca Boccassi: > They are built by the legacy makefiles but not by Meson. > > Fixes: 8f40ee0734c8 ("eal/x86: get hypervisor name") > Cc: stable@dpdk.org > > Signed-off-by: Luca Boccassi > Acked-by: Bruce Richardson Series applied, thanks