From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: clarify usage of netvsc PMD Date: Tue, 07 Aug 2018 14:20:13 +0200 Message-ID: <2289793.jeWB8J6jbn@xps> References: <20180806163107.23595-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Stephen Hemminger To: dev@dpdk.org, Stephen Hemminger Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 330F5235 for ; Tue, 7 Aug 2018 14:20:18 +0200 (CEST) In-Reply-To: <20180806163107.23595-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/08/2018 18:31, Stephen Hemminger: > Since netvsc PMD does not support SR-IOV accelerated networking, > it is not recommended for use on Azure. Make this clear in the > guide. > > Signed-off-by: Stephen Hemminger There is a warning: WARNING: undefined label: ./vdev_netvsc (if the link has no caption the label must precede a section header) Fixed with following diff: - On Azure, use the :ref:`VDEV_NETVSC driver <./vdev_netvsc>` which + On Azure, use the :doc:`vdev_netvsc` which Applied, thanks