From 903cb9f7dd664c5bc87f3295dd600d6cb23bf8ca Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 3 Aug 2018 14:38:20 +0200 Subject: CSIT-1226: Fix bugs in pdf version Change-Id: I9c7abca28f98a581a8efb390c6ccf4f8937a958b Signed-off-by: Tibor Frank --- docs/report/dpdk_performance_tests/index.rst | 11 +++++++++++ docs/report/dpdk_performance_tests/overview.rst | 14 ++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 docs/report/dpdk_performance_tests/index.rst (limited to 'docs/report/dpdk_performance_tests') diff --git a/docs/report/dpdk_performance_tests/index.rst b/docs/report/dpdk_performance_tests/index.rst new file mode 100644 index 0000000000..3aa32435f0 --- /dev/null +++ b/docs/report/dpdk_performance_tests/index.rst @@ -0,0 +1,11 @@ +DPDK Performance +================ + +.. toctree:: + + overview + csit_release_notes + packet_throughput_graphs/index + packet_latency_graphs/index + test_environment + documentation diff --git a/docs/report/dpdk_performance_tests/overview.rst b/docs/report/dpdk_performance_tests/overview.rst index 81f5ed5efc..41881b8c8e 100644 --- a/docs/report/dpdk_performance_tests/overview.rst +++ b/docs/report/dpdk_performance_tests/overview.rst @@ -28,9 +28,10 @@ testbeds are shown in figures below. .. raw:: latex \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/vpp_performance_tests/logical-2n-nic2nic} - \label{fig:logical-2n-nic2nic} + \centering + \graphicspath{{../_tmp/src/vpp_performance_tests/}} + \includegraphics[width=0.90\textwidth]{logical-2n-nic2nic} + \label{fig:logical-2n-nic2nic} \end{figure} .. only:: html @@ -45,9 +46,10 @@ testbeds are shown in figures below. .. raw:: latex \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/vpp_performance_tests/logical-3n-nic2nic} - \label{fig:logical-3n-nic2nic} + \centering + \graphicspath{{../_tmp/src/vpp_performance_tests/}} + \includegraphics[width=0.90\textwidth]{logical-3n-nic2nic} + \label{fig:logical-3n-nic2nic} \end{figure} .. only:: html -- cgit 1.2.3-korg