From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw0914.ocn.ad.jp (mogw0914.ocn.ad.jp [153.149.227.20]) by dpdk.org (Postfix) with ESMTP id 92085A568 for ; Tue, 23 Jan 2018 01:28:46 +0100 (CET) Received: from mf-smf-ucb020c3 (mf-smf-ucb020c3.ocn.ad.jp [153.153.66.135]) by mogw0914.ocn.ad.jp (Postfix) with ESMTP id D9B5630002A; Tue, 23 Jan 2018 09:28:44 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb025 ([153.149.142.99]) by mf-smf-ucb020c3 with ESMTP id dmSCeMN6Y1a8CdmSCe9JZs; Tue, 23 Jan 2018 09:28:44 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.133]) by ntt.pod01.mv-mta-ucb025 with id 1cUk1x00B2tKTyH01cUkQL; Tue, 23 Jan 2018 00:28:44 +0000 Received: from mugwort.jp (p1247-ipngn8903marunouchi.tokyo.ocn.ne.jp [153.221.64.247]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Tue, 23 Jan 2018 09:28:44 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, x-fn-spp@sl.ntt-tx.co.jp Cc: Hiroyuki Nakamura , Naoki Takada Date: Tue, 23 Jan 2018 09:28:50 +0900 Message-Id: <20180123002854.28345-5-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20180123002854.28345-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180123002854.28345-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH 05/28] doc: revise spp_vf.md 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: Tue, 23 Jan 2018 00:28:46 -0000 From: Hiroyuki Nakamura Remove wrong placed image and Refactor explanation of overview. Signed-off-by: Naoki Takada --- docs/spp_vf/spp_vf.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/spp_vf/spp_vf.md b/docs/spp_vf/spp_vf.md index 6587249..b9ce299 100644 --- a/docs/spp_vf/spp_vf.md +++ b/docs/spp_vf/spp_vf.md @@ -2,16 +2,14 @@ SPP_VF is a SR-IOV like network functionality using DPDK for NFV. -![spp_vf_overview](spp_vf_overview.svg) - ## Overview The application distributes incoming packets depends on MAC address similar to SR-IOV functionality. Network configuration is defined in JSON config file which is imported while launching the application. -The configuration is able to change by sending commnad from spp after -initialization. +The configuration is able to change after initialization by sending +commnad from spp controller. SPP_VF is a multi-thread application. It consists of manager thread and forwarder threads. @@ -31,11 +29,11 @@ by looking MAC address in the packet.. ## Build the Application -See [setup_guide](setup_guide.md). +See [setup guide](setup.md). ## Running the Application -See [how_to_use](how_to_use.md). +See [how to use](how_to_use.md). ## Explanation -- 2.13.1