From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 75C962C15 for ; Sun, 15 Jul 2018 23:40:59 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0C1AA2191E; Sun, 15 Jul 2018 17:40:57 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 15 Jul 2018 17:40:57 -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=VWW6DwTcc7OglzB11QDhwoiyDo QOY9cL1wFEPeJjPr0=; b=aEvYXJdMzDhprQQDe2XtnR1qBekwSPLeXUBRLZW7/z E61Pr+gfJuo7PdGnWyUUEJVxCJHpbLyNcwjKIc62uaerLsoXq8Z2d2fH4tJg3EKz 1CidiLvaYr+GH7ku0E10bW5OdGcjEp2Ntgy5+CgVZhYjmP5lRQNAlQBxHfNsJIT0 I= 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=VWW6Dw Tcc7OglzB11QDhwoiyDoQOY9cL1wFEPeJjPr0=; b=KmDIoMEHc4+hbpsnHiMY9z Arn2XmZ4BReXwXhfZWTqehQMiDoqrroIdMg5GzuqPfz+7/IhUqnuBYyEDQx+FA12 NPEEr9qsfs3VNBSAQui1YxIXEY3EnJtnU6A+TiP8Qhr3mRdZOB5owiuofnmEf3bS HLAswHxxZut5dq9BHj356o881cUfYBf7Lvu6Cdo60xTtmUoYpsgAc4j57B1LBmgi K6iy0QPS87VCDK/F+GR2PA3mhknxXM5+fm+3H8YJp/yYmDxByaqPh7Z8wJNCOu// kuK8mx7H0KAkeU+kthmwsPazzPL+LjueszchXWHIdAhFSqPwMyoyZr0G/ucKwMxg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (unknown [31.154.190.114]) by mail.messagingengine.com (Postfix) with ESMTPA id D382E10269; Sun, 15 Jul 2018 17:40:55 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: sthemmin@microsoft.com, stephen@networkplumber.org Date: Sun, 15 Jul 2018 23:40:47 +0200 Message-ID: <1908236.1617gqo0Oc@xps> In-Reply-To: <20180715203915.21886-1-thomas@monjalon.net> References: <20180715203915.21886-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] bus/vmbus: fix build without libuuid 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: Sun, 15 Jul 2018 21:40:59 -0000 15/07/2018 22:39, Thomas Monjalon: > The dependency on libuuid is useless because the required code > is embedded in EAL, see commit 6bc67c497a51 ("eal: add uuid API"). > > Fixes: 831dba47bd36 ("bus/vmbus: add Hyper-V virtual bus support") > > Signed-off-by: Thomas Monjalon Applied