From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Gora Subject: [PATCH] net/mvpp2: fix building pdf documentation Date: Mon, 29 Oct 2018 17:34:54 -0300 Message-ID: <20181029203454.28908-1-dg@adax.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Thomas Monjalon , Dan Gora , nsamsono@marvell.com, Tomasz Duszynski , Dmitri Epshtein , John McNamara , Marko Kovacevic To: dev@dpdk.org Return-path: Received: from mail-qt1-f177.google.com (mail-qt1-f177.google.com [209.85.160.177]) by dpdk.org (Postfix) with ESMTP id 4159210A3 for ; Mon, 29 Oct 2018 21:35:05 +0100 (CET) Received: by mail-qt1-f177.google.com with SMTP id i15-v6so10972762qtr.0 for ; Mon, 29 Oct 2018 13:35:05 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Don't use .svg extension on ..figure references. PDF versions of the documents use .png images generated from the .svg images. Fixes: 0ba610ca1d17 ("net/mvpp2: document MTR and TM usage") Cc: nsamsono@marvell.com Signed-off-by: Dan Gora --- doc/guides/nics/mvpp2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/mvpp2.rst b/doc/guides/nics/mvpp2.rst index 59fa0e10d..10303a1c1 100644 --- a/doc/guides/nics/mvpp2.rst +++ b/doc/guides/nics/mvpp2.rst @@ -644,7 +644,7 @@ Node which has a parent is called a leaf whereas node without parent is called a non-leaf (root). MVPP2 PMD supports two level hierarchy where level 0 represents ports and level 1 represents tx queues of a given port. -.. figure:: img/mvpp2_tm.svg +.. figure:: img/mvpp2_tm.* Nodes hold following types of settings: -- 2.19.0