From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C3315A09FF; Wed, 6 Jan 2021 11:09:41 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5524160932; Wed, 6 Jan 2021 11:09:41 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id 9D9FC16091F for ; Wed, 6 Jan 2021 11:09:39 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id E20905C014B; Wed, 6 Jan 2021 05:09:38 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Wed, 06 Jan 2021 05:09:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=fm3; bh=3rR5jgArTkvsKZf4/4g7BIAynr TK6Igc0xp7Y7NTiXs=; b=H6B1O61RcwQm+xE0wmL/gZP7z8+6GjV9I8WUwm8klu eLnX204eVkiJQ8oQtGkLy7uRJtz/Ukk4gIa7JihMjSngMHZhQXEpI1wrx+Gfc5mR 7sb0XtbdisknpHfypEHaQ/pC5/V+AjGzwoNIJYfUAO7HtQ3PA0FBcoW8iGSv0+hL c/djWvQsid5JwL6x5RUOsKU8KQL5teJDccWnwS0Bo3wAVsf/rHHN4q2l91DLMqmd f3VPkIX16JbbAoXvHWzet84wSvs7/eOYUumgV07B1DFnVpNexWwf4TJdhPrm1b1D qMdwago1XeipYTzShfaIK6IkuAZog7/yYHJufp69vrZA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=3rR5jgArTkvsKZf4/ 4g7BIAynrTK6Igc0xp7Y7NTiXs=; b=CwbkLNDASL5Ick/dETs9QrNSrPfcumtFA E8i5W3fM8smNgNKTqIzqn1UXn01XhCp5ULM18hUrIaL7xp5l8rmJrNqdAdeEwZ/A 2YKYx/d4eBp0j6yMBec7TEcpPRHFRDV1BJqV1F5eHXnHNePoZ2bTrtP50gpmJO3Y r4xgFjRmJ4dopsWpbHjKpwNFtL3a7u+9ljTmGM4R6HvMGLdWhJ6NYlj+0orJzNLm HOyWeaii7uDk1JTopSYhrlJkx406phDCKMCGpG3sv7izux2qiicblgDqRzi56gdX Lol/PX1Vjwbxc+kVqcC2yg3eDNqe05uEVUtR1wJ/UwPMFX24ygJKg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrvdefledgudegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkffoggfgsedtqhertdertddtnecuhfhrohhmpefvhhhomhgrshcu ofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuggftrf grthhtvghrnhepteegtdduvddtvddtvdduvdefvdefffegvefhfefhtdevkeeuvdekgfej leehkeefnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhn rdhnvght X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 08BD11080063; Wed, 6 Jan 2021 05:09:37 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: Jerin Jacob , Kiran Kumar K , Nithin Dabilpuram Date: Wed, 6 Jan 2021 11:09:34 +0100 Message-Id: <20210106100934.3143335-1-thomas@monjalon.net> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [dpdk-dev] [PATCH 1/1] doc: fix figure numbering in graph guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Some figures had a title inside the picture but not in RST file. As a consequence, some versions of Sphinx are emitting a warning. Warning, treated as error: doc/guides/prog_guide/graph_lib.rst:64: no number is assigned for figure: figure-anatomy-of-a-node The titles are moved from SVG to RST, except for graph_mem_layout.svg where in-picture title must be kept. Signed-off-by: Thomas Monjalon --- doc/guides/prog_guide/graph_lib.rst | 10 +++++----- doc/guides/prog_guide/img/anatomy_of_a_node.svg | 5 ----- doc/guides/prog_guide/img/link_the_nodes.svg | 5 ----- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/doc/guides/prog_guide/graph_lib.rst b/doc/guides/prog_guide/gr= aph_lib.rst index 5d183f86d7..fcff9c4286 100644 --- a/doc/guides/prog_guide/graph_lib.rst +++ b/doc/guides/prog_guide/graph_lib.rst @@ -61,7 +61,7 @@ Anatomy of Node: =20 .. figure:: img/anatomy_of_a_node.* =20 -The :numref:`figure_anatomy_of_a_node` diagram depicts the anatomy of a no= de. + Anatomy of a node =20 The node is the basic building block of the graph framework. =20 @@ -138,8 +138,7 @@ Link the Nodes to create the graph topology =20 .. figure:: img/link_the_nodes.* =20 -The :numref:`figure_link_the_nodes` diagram shows a graph topology after -linking the N nodes. + Topology after linking the nodes =20 Once nodes are available to the program, Application or node public API functions can links them together to create a complex packet processing gr= aph. @@ -322,8 +321,9 @@ Graph object memory layout =20 .. figure:: img/graph_mem_layout.* =20 -The :numref:`figure_graph_mem_layout` diagram shows ``rte_graph`` object m= emory -layout. Understanding the memory layout helps to debug the graph library a= nd + Memory layout + +Understanding the memory layout helps to debug the graph library and improve the performance if needed. =20 Graph object consists of a header, circular buffer to store the pending diff --git a/doc/guides/prog_guide/img/anatomy_of_a_node.svg b/doc/guides/p= rog_guide/img/anatomy_of_a_node.svg index fa4b5b2d5a..d3bc742e77 100644 --- a/doc/guides/prog_guide/img/anatomy_of_a_node.svg +++ b/doc/guides/prog_guide/img/anatomy_of_a_node.svg @@ -309,11 +309,6 @@ id=3D"path109" inkscape:connector-curvature=3D"0" style=3D"fill:#000000;fill-opacity:0;fill-rule:evenodd" /> - - --=20 2.29.2