From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw1220.ocn.ad.jp (mogw1220.ocn.ad.jp [153.149.235.21]) by dpdk.org (Postfix) with ESMTP id B771AA49C for ; Tue, 23 Jan 2018 01:30:14 +0100 (CET) Received: from mf-smf-ucb015.ocn.ad.jp (mf-smf-ucb015.ocn.ad.jp [153.149.231.2]) by mogw1220.ocn.ad.jp (Postfix) with ESMTP id 2DEEA88002A; Tue, 23 Jan 2018 09:30:13 +0900 (JST) Received: from mf-smf-ucb015.ocn.ad.jp (mf-smf-ucb015 [153.149.231.2]) by mf-smf-ucb015.ocn.ad.jp (Postfix) with ESMTP id 11BA6120606; Tue, 23 Jan 2018 09:30:13 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb024 (mv-mta-ucb024.ocn.ad.jp [153.149.142.98]) by mf-smf-ucb015.ocn.ad.jp (Switch-3.3.4/Switch-3.3.4) with ESMTP id w0N0Tmbg019753; Tue, 23 Jan 2018 09:30:12 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.135]) by ntt.pod01.mv-mta-ucb024 with id 1cWC1x0042vuoep01cWCM5; Tue, 23 Jan 2018 00:30:12 +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:30:12 +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 , Daiki Yamashita , Naoki Takada , Yasufumi Ogawa Date: Tue, 23 Jan 2018 09:30:19 +0900 Message-Id: <20180123003021.28557-7-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20180123003021.28557-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180123003021.28557-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH 26/28] 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, 23 Jan 2018 00:30:15 -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 Signed-off-by: Yasufumi Ogawa --- 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..3d3e85a 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. -- 2.13.1