From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail04.ics.ntt-tx.co.jp (mail05.ics.ntt-tx.co.jp [210.232.35.69]) by dpdk.org (Postfix) with ESMTP id 7C64D3772 for ; Tue, 16 Jan 2018 06:16:43 +0100 (CET) Received: from gwchk03.silk.ntt-tx.co.jp (gwchk03.silk.ntt-tx.co.jp [10.107.0.111]) by mail04.ics.ntt-tx.co.jp (unknown) with ESMTP id w0G5Ggd0007941 for unknown; Tue, 16 Jan 2018 14:16:42 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id w0G5Gfsq025436 for unknown; Tue, 16 Jan 2018 14:16:41 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id QAA25434; Tue, 16 Jan 2018 14:16:41 +0900 Received: from imss03.silk.ntt-tx.co.jp (localhost [127.0.0.1]) by imss03.silk.ntt-tx.co.jp (unknown) with ESMTP id w0G5GfiP009111 for unknown; Tue, 16 Jan 2018 14:16:41 +0900 Received: from mgate02.silk.ntt-tx.co.jp (smtp02.silk.ntt-tx.co.jp [10.107.0.37]) by imss03.silk.ntt-tx.co.jp (unknown) with ESMTP id w0G5GfLN009108 for unknown; Tue, 16 Jan 2018 14:16:41 +0900 Message-Id: <201801160516.w0G5GfLN009108@imss03.silk.ntt-tx.co.jp> Received: from localhost by mgate02.silk.ntt-tx.co.jp (unknown) id w0G5Gfwn026680 ; Tue, 16 Jan 2018 14:16:41 +0900 From: x-fn-spp@sl.ntt-tx.co.jp To: spp@dpdk.org Date: Tue, 16 Jan 2018 14:16:16 +0900 X-Mailer: git-send-email 1.9.1 In-Reply-To: <3e13a243-6c3f-d849-f2f4-67732e5a44cb@intel.com> References: <3e13a243-6c3f-d849-f2f4-67732e5a44cb@intel.com> X-TM-AS-MML: No Subject: [spp] [PATCH 05/30] 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, 16 Jan 2018 05:16:43 -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 -- 1.9.1