From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bus/vmbus: fix build without libuuid Date: Sun, 15 Jul 2018 23:40:47 +0200 Message-ID: <1908236.1617gqo0Oc@xps> References: <20180715203915.21886-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: sthemmin@microsoft.com, stephen@networkplumber.org To: dev@dpdk.org 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) In-Reply-To: <20180715203915.21886-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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