* [dpdk-dev] [PATCH] doc: fix build issue with pdf doc
@ 2018-04-25 13:59 Marko Kovacevic
2018-04-25 14:37 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Marko Kovacevic @ 2018-04-25 13:59 UTC (permalink / raw)
To: dev; +Cc: john.mcnamara, thomas, Marko Kovacevic, vido
A .svg extension was added instead of .* which caused
the pdf docs to not build this change fixes that.
Fixes: a5e1231f099b ("net/szedata2: do not affect Ethernet interfaces")
Cc: vido@cesnet.cz
Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
---
doc/guides/nics/szedata2.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/nics/szedata2.rst b/doc/guides/nics/szedata2.rst
index 1b4b3eb..96fed30 100644
--- a/doc/guides/nics/szedata2.rst
+++ b/doc/guides/nics/szedata2.rst
@@ -91,7 +91,7 @@ NUMA node, the card is represented as two ports in DPDK (each with half of the
queues), which allows DPDK to work with data from the individual queues on the
right NUMA node.
-.. figure:: img/szedata2_nfb200g_architecture.svg
+.. figure:: img/szedata2_nfb200g_architecture.*
:align: center
NFB-200G2QL high-level diagram
--
2.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-25 14:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-25 13:59 [dpdk-dev] [PATCH] doc: fix build issue with pdf doc Marko Kovacevic
2018-04-25 14:37 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).