From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com
 [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 322DA1CB7A
 for <dev@dpdk.org>; Tue, 15 May 2018 01:31:43 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 9227B223EE;
 Mon, 14 May 2018 19:31:42 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Mon, 14 May 2018 19:31:42 -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=O+DvRXCtCkEpxs7NUCBc+1yhZv
 ebUBXOYGnV18z+gF4=; b=cYncreUgwqT4I2aHm8EDkaZNjTnju0tTSZxIyAhtgk
 yVHgktfIjLQ0VHFfsYr09Lr5tAlxZ1rjJw6ctvGqUn2wjySPJkKEogBqOI54Cv8e
 UYiQYeUlcv6eUL8YSNgOKJtZU1uziwVMaWdm82WzjAzg5EauKYFzSIvmndx+gmK5
 o=
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=fm2; bh=O+DvRX
 CtCkEpxs7NUCBc+1yhZvebUBXOYGnV18z+gF4=; b=YzIX5hBuz0CbZZWqOVJxLW
 2ue2td5S9XHJiFirpjnaWkIXhLNVKuTN7cuGJtES84sFEbj4j0msJzQLaTxK6PNF
 2PNCxIXUPugN2SjTDM3IC5aPPrXS82p7GcDrcjB1J+RtC5L2V7jysOoEMNkOBHkL
 ootdoqx5jz3nsINL66a2ncuKaeQgOe39Kb/1lmMGYZVUQ596IWTIt5q5AZxopAfr
 fnfuamq2J7nv7HhjXgfjRaTFWLdn+cRSZki91lrjYI8Zw/zafHqzTdDE/Gso2vfh
 aaxVT5N0gZlRdcRfDPRX02pIaxgxjX9ij/gEqVXK/PFkmNRju6Lfz9j34sEWze/Q
 ==
X-ME-Sender: <xms:Xhz6Wu4mwdkRVaeNM8cA9jZzvWqjo9Bd8XPMMKtQHWw-wRzBYNW5qQ>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 02883E5091;
 Mon, 14 May 2018 19:31:41 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org, ferruh.yigit@intel.com
Date: Tue, 15 May 2018 01:31:40 +0200
Message-ID: <1534750.0lt4V2Kqv8@xps>
In-Reply-To: <20180514162407.239a2f59@xeon-e3>
References: <2233576.Okp3jBAIYA@xps>
 <6d3ec1fa-581d-a50e-268b-ad0605f0e65c@intel.com>
 <20180514162407.239a2f59@xeon-e3>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [dpdk-announce] release candidate 18.05-rc3
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 14 May 2018 23:31:43 -0000

15/05/2018 01:24, Stephen Hemminger:
> 
> > Some planned features are postponed to 18.08:
> > 	- Hyper-V bus and NetVSC driver
> 
> I am disappointed by this.
> Were you just overloaded or was it the meson build without uuid library?

Yes it is because of meson build which was broken.
I had no time to fix it for you, sorry.

> It is an experimental feature and because you blocked it, it means that
> other changes are likely to break support.

What do you mean by "break support"?
You mean other patches in the tree will force you to rebase?
I think we should get this patchset in the first days of 18.08.
Does it work for you?