From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] doc: clarify usage of netvsc PMD Date: Tue, 7 Aug 2018 09:23:23 -0700 Message-ID: <20180807092323.6a825afe@xeon-e3> References: <20180806163107.23595-1-stephen@networkplumber.org> <2289793.jeWB8J6jbn@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Stephen Hemminger To: Thomas Monjalon Return-path: Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by dpdk.org (Postfix) with ESMTP id B0E4E235 for ; Tue, 7 Aug 2018 18:23:31 +0200 (CEST) Received: by mail-pg1-f193.google.com with SMTP id a11-v6so8074803pgw.6 for ; Tue, 07 Aug 2018 09:23:31 -0700 (PDT) In-Reply-To: <2289793.jeWB8J6jbn@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, 07 Aug 2018 14:20:13 +0200 Thomas Monjalon wrote: > 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 > > > I tried several ways to get link from one guide to another. Couldn't figure out the RST syntax. Maybe someone else knows the answer. Also, there are several broken links to linux_gsg that show up when doing make docs.