From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B96DA1E48A for ; Tue, 12 Jun 2018 17:21:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4A9CC21D4B; Tue, 12 Jun 2018 11:21:35 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 12 Jun 2018 11:21:35 -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=8bIFP0aPsW8SdbDRSix7iUJ0P4 +kkPUAeEw9h8z3UBI=; b=YWTS+woUirdB/1/LVZ3pwiJYuul+lyTZ9HqesNp873 H7WegHgrzZTcLVuq2rJ2c1GRdhSiDAJppHCg9ks4b2GlLOV5l++J+3Zj1LkY2oCq x6v7qcT9igTSO7SxqaVxjUrX00Xq4ahYkTwtY6oOuMzHJCthXH3IamszqTk9rrT9 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=8bIFP0 aPsW8SdbDRSix7iUJ0P4+kkPUAeEw9h8z3UBI=; b=bUtE8lRxmoa34hfRAUEZx3 YcSEWY98sE6YsBm95GLm/rfJrEF+IfFAG5BBZCHwWrAc1DnlX/WEpu72zf44P98I YNTvxS40U40tY7CZuczXwsSt4dHLxfCtk7WdcYsvl2VpV64AjsUwS8b+tdujHaVJ hjN0T5D5HvluqzmhpEaGUv9PQgJ9aoseDv9y+UEsITttRFRMBucjNcloSxpx5j/l zro63CpdcigKGvv/MIVKwievxImSGMJlWS3oW2/F6cd9sJHr2GPuymiMGBwDGZJ4 eb4l6rk62aJlYq4L4W+TXPdVGZg41D+Qhj161+kRcADoPQI92mi7isgkOB4/BMBQ == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (149.203.136.77.rev.sfr.net [77.136.203.149]) by mail.messagingengine.com (Postfix) with ESMTPA id 705D0E4AB7; Tue, 12 Jun 2018 11:21:33 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Tue, 12 Jun 2018 17:21:28 +0200 Message-ID: <3354116.zj5eQWYUPU@xps> In-Reply-To: <20180608165920.12228-1-stephen@networkplumber.org> References: <20180608165920.12228-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v10 0/5] Hyper-V/Azure netvsc PMD and bus support 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: Tue, 12 Jun 2018 15:21:35 -0000 Hi Stephen, I would like to try merging these patches soon. Below are some comments from my first check: - please fix most of the checkpatches warnings - please merge meson support in the related patch - please fix the doxygen of uuid (warnings from "make doc-api-html") 08/06/2018 18:59, Stephen Hemminger: > Yet another version of the Hyper-V native bus (VMBus) > and network device (netvsc) drivers. This virtual device > is used in Microsoft Hyper-V in Windows 10, Windows Server 2016 > and Azure. Most of this code was extracted from FreeBSD and some of > this is from earlier code donated by Brocade. > > Only Linux is supported at present, but the code is split > to allow future FreeBSD and Windows support. > > This version works with upstream kernel (4.16) but in that > mode only a single queue is supported. With additional > patches that are pending for 5.0 kernel, multi-queue > support works as well.