From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f65.google.com (mail-pl0-f65.google.com [209.85.160.65]) by dpdk.org (Postfix) with ESMTP id E916F1CD33 for ; Thu, 5 Apr 2018 22:59:48 +0200 (CEST) Received: by mail-pl0-f65.google.com with SMTP id s24-v6so20969352plq.6 for ; Thu, 05 Apr 2018 13:59:48 -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=MlNRFwH+yAWskRY+ipNS6T0sOd5hDfslvZd4M1czCJs=; b=bMANhPbyO6SmpYJv9U5IahJoGr180IUNreJiv55Ut1ACfeWdCpq4fEPlOIkdKTypDv YSWAmu2jy+LIeH/jTUqiIjqUyue48QIWnF6SPbXi9PaBlKonT3AcF8c7xlt139mPNXPR 3va2WMyxcC+8hIkQsBDkmFAf+qZEmOZiJ79PSTx5xHh8OC3GgBTLKlkDJ+hcU7UE6VBU CyiHJ2UfciCNZRQT2tSKJIMtUdLHBrDAa6dPy5gtQRGs0kov2swQpCGbMsOTqoIjjvpZ C4XPuy/W3W+byuIHg/9FIiEY5avJTNDoLwxF+D4xA5mAiDgl+sPh5ope3qJUgNmWEr82 Tbbg== 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=MlNRFwH+yAWskRY+ipNS6T0sOd5hDfslvZd4M1czCJs=; b=CAJOpmnk0CRpsc5oHw+dBM3bfkNJUJFuNYwojAL/wPxmE3W9QktWq5ClXlWYw12QyY GBkzhYWvc8gf3oLIKND/QhHWo67owuHR5bS+AdoJj57UMsSSTU0YSa/tq3yvvfde7zMK CDpZYfhjIHf2otYs33zpCz4/qbxDWMB1HoU+bRNtZYzaydxWrbNejn2gZkbeKzYiWKt3 HeSLTxc+Mobq4QJ+QHQwsuio3qENRM4ZlHnezKepbhfsCr+7TYj8jrbecd41B1VNTRSn 8sqsxTpOT9jQmIBA32tXiKP3rK5Odac7EZMQYK7ag+DrhLkLH12w54kegAv7EBJKLLTv TYxQ== X-Gm-Message-State: AElRT7Him4dQjkCaxogLXP6xto6D9kHmNDmhPOQT/eHK3fE2AxUsM+0O w7mEnTHUMxaeVZfqqr2dnhXVyw== X-Google-Smtp-Source: AIpwx4835sC+flRHXzskFazsFYW0y+t4vzpHMI3fbCWWzUIVzUBnMD/KAedLtrd/CWQblTNUD/ynow== X-Received: by 2002:a17:902:bb87:: with SMTP id m7-v6mr24722673pls.103.1522961988132; Thu, 05 Apr 2018 13:59:48 -0700 (PDT) Received: from xeon-e3 (204-195-71-95.wavecable.com. [204.195.71.95]) by smtp.gmail.com with ESMTPSA id m21sm14069566pgn.0.2018.04.05.13.59.47 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 05 Apr 2018 13:59:48 -0700 (PDT) Date: Thu, 5 Apr 2018 13:59:46 -0700 From: Stephen Hemminger To: Thomas Monjalon Cc: Stephen Hemminger , dev@dpdk.org Message-ID: <20180405135946.38d4c60b@xeon-e3> In-Reply-To: <8666220.g7qk7zlF1B@xps> References: <20180405191305.26813-1-sthemmin@microsoft.com> <20180405191305.26813-4-sthemmin@microsoft.com> <8666220.g7qk7zlF1B@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 3/3] net/netvsc: add hyper-v netvsc network device 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: Thu, 05 Apr 2018 20:59:49 -0000 On Thu, 05 Apr 2018 22:52:31 +0200 Thomas Monjalon wrote: > Hi Stephen, > > Good to see there is a good progress. > > This patch should add an entry in the release notes. > But I guess it is not ready for 18.05? > > > 05/04/2018 21:13, Stephen Hemminger: > > +# > > +# Compile native PMD for Hyper-V/Azure > > +# > > +CONFIG_RTE_LIBRTE_NETVSC_PMD=n > > +CONFIG_RTE_LIBRTE_NETVSC_DEBUG_RX=n > > +CONFIG_RTE_LIBRTE_NETVSC_DEBUG_TX=n > > +CONFIG_RTE_LIBRTE_NETVSC_DEBUG_DUMP=n > > Please switch to the new dynamic logging. It does use dynamic logging for the normal driver logs. For debug the dump code is a config option (same as other current drivers). > > > [...] > > +the Data Plane Development Kit (DPDK), we provide a Netwwork Virtual > > typo: Netwwork > > > > +The following prerequisites apply: > > + > > +* Linux kernel uio_hv_generic driver that supports subchannels. This should be present in 4.17 or later. > > The DPDK policy is to wait for prerequisite be available for merging. Does linux-next count? > > > > --- a/drivers/net/Makefile > > +++ b/drivers/net/Makefile > > @@ -46,6 +46,7 @@ DIRS-$(CONFIG_RTE_LIBRTE_THUNDERX_NICVF_PMD) += thunderx > > DIRS-$(CONFIG_RTE_LIBRTE_VDEV_NETVSC_PMD) += vdev_netvsc > > DIRS-$(CONFIG_RTE_LIBRTE_VIRTIO_PMD) += virtio > > DIRS-$(CONFIG_RTE_LIBRTE_VMXNET3_PMD) += vmxnet3 > > +DIRS-$(CONFIG_RTE_LIBRTE_NETVSC_PMD) += netvsc > > Please keep the alphabetical order. Ok