From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=HY29gW0Fq2Z4rz0M6s8ISJAM23Z9deYPy6P/s/F+24Y=; b=wCBl0lcWaYQitf437aQIjWzJ33aH0YCCymMcYkk6nvI3itU0XOV+1egn2apfgx5kGv xATJ7aw9KQhw0RYAsTV8GB1A/BJI16AoX6OlK3Ppi8fvEjKv0oSXDqGoB9KG/OaXwhyW mDM0IBGgz0PELYb6v5eITc1y6GzW/fNh+ounW/NF0ct5m7BO53TD3iyAb/Ij4Xa2ABeY aYcj5AsVrA2hddtkDldMr7W3gke46Tp9QslfBelb+vhg/nNEo5s1qVXL4jM2hIMBmJLO qSu0zs8mzSrJC7slMLml4GsZPrjNVaoHMwkwEHTVRQtwj/LrkJMlgeKLKMdq1ZulHv7a pdFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=HY29gW0Fq2Z4rz0M6s8ISJAM23Z9deYPy6P/s/F+24Y=; b=kfFR7eZlHlEjL5JEF16ELJg/aglRnCCReXCXWy1CoElCW0O6YNbCLFT/JPd0eNw0q9 PD32kfS0OAz16a+jxagu3Tg9b3wAAeqXcZPJBeVidPTlprfCp9tNiq/2eSXpBoKsA0KF hE61NsdGxLvRHDuUwThjIh9VjkpeSekWPaHviseFwG2V3a0je2biplxHxBJASE39glLJ w9gdauh3eHy3EfmbBd+WODRrtgzbuQFBsxfg4sOZzQFGL7RUyo3BprQNDtyp6Q6XkkmI zW1Mz2FMScSyuiGOe+kgGiiFWRFaXw20Lx6v3wwZ8lXswQS0/0t6U5valPptbj1PmxzQ vUiw== X-Gm-Message-State: APt69E3ERXQkEeuUHdXgxzBbeCkWsypdEMIE/eXJBVZHtqVNw2Z2fF01 Z9tEbQ+JeniwBRvFwx0FlzkJVol6SmI= X-Google-Smtp-Source: ADUXVKJxyJ753J8UFbuwt6Q92bdbDwHFmROsqZ7KKMT57y4BAo/WZE9ONHN5yL8Nelk8fXngFbLCZA== X-Received: by 2002:a24:1c42:: with SMTP id c63-v6mr1025406itc.8.1528818226427; Tue, 12 Jun 2018 08:43:46 -0700 (PDT) Received: from xeon-e3 (204-195-35-107.wavecable.com. [204.195.35.107]) by smtp.gmail.com with ESMTPSA id b130-v6sm413867itc.38.2018.06.12.08.43.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 12 Jun 2018 08:43:46 -0700 (PDT) Date: Tue, 12 Jun 2018 08:43:44 -0700 From: Stephen Hemminger To: Thomas Monjalon Cc: dev@dpdk.org Message-ID: <20180612084344.73795251@xeon-e3> In-Reply-To: <3354116.zj5eQWYUPU@xps> 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 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:43:47 -0000 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)