From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama500.ecl.ntt.co.jp (tama500.ecl.ntt.co.jp [129.60.39.148]) by dpdk.org (Postfix) with ESMTP id 2E6BC5F20 for ; Mon, 18 Feb 2019 12:50:50 +0100 (CET) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id x1IBoort011830; Mon, 18 Feb 2019 20:50:50 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 0C485EA817A; Mon, 18 Feb 2019 20:50:50 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id F3CACEA8188; Mon, 18 Feb 2019 20:50:49 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Mon, 18 Feb 2019 20:48:30 +0900 Message-Id: <1550490511-31683-20-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1550490511-31683-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> References: <1550490511-31683-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-TM-AS-MML: disable Subject: [spp] [PATCH 19/20] docs: move image of overview of spp_pcap X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2019 11:50:52 -0000 From: Yasufumi Ogawa This update is move image of overview of spp_pcap from deprecated `spp_vf` directory. Signed-off-by: Yasufumi Ogawa --- docs/guides/design/spp_secondary.rst | 2 +- docs/guides/images/design/spp_pcap_overview.svg | 381 ++++++++++++++++++++++++ docs/guides/images/spp_vf/spp_pcap_overview.svg | 381 ------------------------ docs/guides/use_cases/spp_pcap.rst | 2 +- 4 files changed, 383 insertions(+), 383 deletions(-) create mode 100644 docs/guides/images/design/spp_pcap_overview.svg delete mode 100644 docs/guides/images/spp_vf/spp_pcap_overview.svg diff --git a/docs/guides/design/spp_secondary.rst b/docs/guides/design/spp_secondary.rst index 197b2c2..8a4a739 100644 --- a/docs/guides/design/spp_secondary.rst +++ b/docs/guides/design/spp_secondary.rst @@ -239,7 +239,7 @@ packets from ``phy:0`` are captured by using three ``writer`` threads. .. _figure_spp_pcap_design: -.. figure:: ../images/spp_vf/spp_pcap_design.* +.. figure:: ../images/design/spp_pcap_design.* :width: 55% spp_pcap internal structure diff --git a/docs/guides/images/design/spp_pcap_overview.svg b/docs/guides/images/design/spp_pcap_overview.svg new file mode 100644 index 0000000..7718e30 --- /dev/null +++ b/docs/guides/images/design/spp_pcap_overview.svg @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + host + storage + spp_pcap + phy:0 + + + diff --git a/docs/guides/images/spp_vf/spp_pcap_overview.svg b/docs/guides/images/spp_vf/spp_pcap_overview.svg deleted file mode 100644 index 7718e30..0000000 --- a/docs/guides/images/spp_vf/spp_pcap_overview.svg +++ /dev/null @@ -1,381 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - host - storage - spp_pcap - phy:0 - - - diff --git a/docs/guides/use_cases/spp_pcap.rst b/docs/guides/use_cases/spp_pcap.rst index cfc1fea..c6ec14b 100644 --- a/docs/guides/use_cases/spp_pcap.rst +++ b/docs/guides/use_cases/spp_pcap.rst @@ -18,7 +18,7 @@ incoming packets via ``phy:0`` are dumped as compressed pcap files by using .. _figure_simple_capture: -.. figure:: ../images/spp_vf/spp_pcap_overview.* +.. figure:: ../images/design/spp_pcap_overview.* :width: 50% Packet capture with spp_pcap -- 2.7.4