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 A4D231B198 for ; Tue, 16 Jan 2018 06:16:46 +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 w0G5GjDE008033 for unknown; Tue, 16 Jan 2018 14:16:45 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id w0G5GiB7025534 for unknown; Tue, 16 Jan 2018 14:16:44 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id QAA25520; Tue, 16 Jan 2018 14:16:44 +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 w0G5Ghfc009251 for unknown; Tue, 16 Jan 2018 14:16:43 +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 w0G5Ghna009224 for unknown; Tue, 16 Jan 2018 14:16:43 +0900 Message-Id: <201801160516.w0G5Ghna009224@imss03.silk.ntt-tx.co.jp> Received: from localhost by mgate02.silk.ntt-tx.co.jp (unknown) id w0G5GfxC026680 ; Tue, 16 Jan 2018 14:16:43 +0900 From: x-fn-spp@sl.ntt-tx.co.jp To: spp@dpdk.org Date: Tue, 16 Jan 2018 14:16:39 +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 28/30] doc: fix typos and erros in texts 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:47 -0000 From: Hiroyuki Nakamura * config_manual.md: correct explanation of 'name' attribute. * how_to_use.md: correct default config file path. * how_to_use.md: correct titles. * correct typos. Signed-off-by: Daiki Yamashita Signed-off-by: Naoki Takada --- docs/spp_vf/config_manual.md | 2 +- docs/spp_vf/how_to_use.md | 8 ++++---- docs/spp_vf/setup_guide.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/spp_vf/config_manual.md b/docs/spp_vf/config_manual.md index 05a342c..cdf10b5 100644 --- a/docs/spp_vf/config_manual.md +++ b/docs/spp_vf/config_manual.md @@ -32,7 +32,7 @@ Config file consists of `vfs` and defines the spp_vf attribute. ### Attributes in Config * vfs - * name: Name of spp_vf component. + * name: Name of the configuration. Please set user as desired. * num_vhost: Number of vhosts spp_vf use. * num_ring: Number of rings spp_vf use. * functions: List of forwarders and its attributes (function means a forwarder). diff --git a/docs/spp_vf/how_to_use.md b/docs/spp_vf/how_to_use.md index 32c1774..a0da2e8 100644 --- a/docs/spp_vf/how_to_use.md +++ b/docs/spp_vf/how_to_use.md @@ -64,7 +64,7 @@ Options of `spp_vf` are Core assingment and network configuration are defined in JSON formatted config file. If you run `spp_vf` without giving config file, it refers default -config file (test/spp_config/spp_config/vf.json). +config file (/usr/local/etc/spp/spp.json). ```sh $ sudo ./src/vf/x86_64-native-linuxapp-gcc/spp_vf \ @@ -97,7 +97,7 @@ $ sudo ./src/vf/x86_64-native-linuxapp-gcc/spp_vf \ -s 127.0.0.1:6666 --vhost-client ``` -### SPP VM +### VM Launch VMs with `virsh` command. @@ -108,9 +108,9 @@ $ virsh start [VM] ### Additional Network Configurations To enable processes running on the VM to communicate through spp, -it is required additional network configurations on host and guest VMss. +it is required additional network configurations on host and guest VMs. -#### Host1 +#### Guest VMs ```sh # Interface for vhost diff --git a/docs/spp_vf/setup_guide.md b/docs/spp_vf/setup_guide.md index af2e9bf..a20ae90 100644 --- a/docs/spp_vf/setup_guide.md +++ b/docs/spp_vf/setup_guide.md @@ -73,7 +73,7 @@ Finally, you unmount default hugepage. $ sudo unmount /dev/hugepages ``` -#### Install jasson +#### Install jansson Network configuration is defined in JSON and `spp_vf` reads config from the file while launching. -- 1.9.1