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 88E817CB0 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 x1IBon2R011823; Mon, 18 Feb 2019 20:50:49 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 73C48EA8180; Mon, 18 Feb 2019 20:50:49 +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 61A3AEA817A; 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:25 +0900 Message-Id: <1550490511-31683-15-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 14/20] docs: move image of ICMP usecase of spp_vf 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 to move image of usecase of spp_vf classifying ICMP packet. Signed-off-by: Yasufumi Ogawa --- .../images/spp_vf/basic_usecase_vf_nwconfig.svg | 752 --------------------- docs/guides/images/usecases/vf_cls_icmp_nwconf.svg | 752 +++++++++++++++++++++ docs/guides/use_cases/spp_vf.rst | 2 +- 3 files changed, 753 insertions(+), 753 deletions(-) delete mode 100644 docs/guides/images/spp_vf/basic_usecase_vf_nwconfig.svg create mode 100644 docs/guides/images/usecases/vf_cls_icmp_nwconf.svg diff --git a/docs/guides/images/spp_vf/basic_usecase_vf_nwconfig.svg b/docs/guides/images/spp_vf/basic_usecase_vf_nwconfig.svg deleted file mode 100644 index fac33e0..0000000 --- a/docs/guides/images/spp_vf/basic_usecase_vf_nwconfig.svg +++ /dev/null @@ -1,752 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - host1 - host2 - NIC2(ens0) - NIC3(ens1) - NIC0(phy:0) - NIC1(phy:1) - ring:0 - ring:1 - ring:2 - ring:3 - - - - cls1 - mgr1 - fwd1 - ping - fwd2 - - diff --git a/docs/guides/images/usecases/vf_cls_icmp_nwconf.svg b/docs/guides/images/usecases/vf_cls_icmp_nwconf.svg new file mode 100644 index 0000000..fac33e0 --- /dev/null +++ b/docs/guides/images/usecases/vf_cls_icmp_nwconf.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + host1 + host2 + NIC2(ens0) + NIC3(ens1) + NIC0(phy:0) + NIC1(phy:1) + ring:0 + ring:1 + ring:2 + ring:3 + + + + cls1 + mgr1 + fwd1 + ping + fwd2 + + diff --git a/docs/guides/use_cases/spp_vf.rst b/docs/guides/use_cases/spp_vf.rst index ec07602..d2092e2 100644 --- a/docs/guides/use_cases/spp_vf.rst +++ b/docs/guides/use_cases/spp_vf.rst @@ -21,7 +21,7 @@ Incoming packets through ``NIC0`` are classified based on destination address. .. _figure_spp_vf_use_cases_nw_config: -.. figure:: ../images/spp_vf/basic_usecase_vf_nwconfig.* +.. figure:: ../images/usecases/vf_cls_icmp_nwconf.* :width: 80% Network Configuration -- 2.7.4