From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v10 0/5] Hyper-V/Azure netvsc PMD and bus support Date: Tue, 12 Jun 2018 08:43:44 -0700 Message-ID: <20180612084344.73795251@xeon-e3> References: <20180608165920.12228-1-stephen@networkplumber.org> <3354116.zj5eQWYUPU@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-it0-f68.google.com (mail-it0-f68.google.com [209.85.214.68]) by dpdk.org (Postfix) with ESMTP id 4CDCE1E968 for ; Tue, 12 Jun 2018 17:43:47 +0200 (CEST) Received: by mail-it0-f68.google.com with SMTP id 188-v6so15020710ita.5 for ; Tue, 12 Jun 2018 08:43:47 -0700 (PDT) In-Reply-To: <3354116.zj5eQWYUPU@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, 12 Jun 2018 17:21:28 +0200 Thomas Monjalon wrote: > 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. > > > Ok, will do. The checkpatch warnings left were mostly about SPDX and Camel Case (PRIx64)