From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw0336.ocn.ad.jp (mogw0336.ocn.ad.jp [114.147.58.106]) by dpdk.org (Postfix) with ESMTP id 867947CC9 for ; Sun, 20 Aug 2017 18:43:12 +0200 (CEST) Received: from mf-smf-ucb001.ocn.ad.jp (mf-smf-ucb001.ocn.ad.jp [153.149.227.3]) by mogw0336.ocn.ad.jp (Postfix) with ESMTP id EC2D446825F; Mon, 21 Aug 2017 01:43:10 +0900 (JST) Received: from mf-smf-ucb001.ocn.ad.jp (mf-smf-ucb001 [153.149.227.3]) by mf-smf-ucb001.ocn.ad.jp (Postfix) with ESMTP id D6098205EF; Mon, 21 Aug 2017 01:43:10 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb026 (mv-mta-ucb026.ocn.ad.jp [153.149.142.100]) by mf-smf-ucb001.ocn.ad.jp (Switch-3.3.4/Switch-3.3.4) with ESMTP id v7KGgeWW022180; Mon, 21 Aug 2017 01:43:10 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.166]) by ntt.pod01.mv-mta-ucb026 with id zUjA1v0013c2f7501UjA3S; Sun, 20 Aug 2017 16:43:10 +0000 Received: from localhost.localdomain (p6161081-ipngn30001marunouchi.tokyo.ocn.ne.jp [180.47.111.81]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Mon, 21 Aug 2017 01:43:10 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: gerald.rogers@intel.com, sy.jong.choi@intel.com, spp@dpdk.org Cc: Yasufumi Ogawa Date: Mon, 21 Aug 2017 01:42:43 +0900 Message-Id: <20170820164246.82586-3-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20170820164246.82586-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20170820164246.82586-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH 3/6] Add table of contents 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: Sun, 20 Aug 2017 16:43:12 -0000 From: Yasufumi Ogawa Add table of contents at the top of setup guide to easily find target section and be readalbe. Signed-off-by: Yasufumi Ogawa --- docs/setup_guide.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/setup_guide.md b/docs/setup_guide.md index d2937c3..9d529a3 100644 --- a/docs/setup_guide.md +++ b/docs/setup_guide.md @@ -1,3 +1,20 @@ +# Table of Contents + +- [Sample usage of the application](#sample-usage-of-the-application) + - [Compilation](#compilation) + - [Start Controller](#start-controller) + - [Start spp_primary](#start-spp_primary) + - [Start spp_nfv](#start-spp_nfv) + - [Start VM (QEMU)](#start-vm-qemu) + - [Start spp_vm (Inside the VM)](#start-spp_vm-inside-the-vm)) + +- [Test Setups](#test-setups) + - [Test Setup 1: Single NFV](#test-setup-1-single-nfv) + - [Test Setup 2: Dual NFV](#test-setup-2-dual-nfv) + - [Test Setup 3: Dual NFV with ring pmd](#test-setup-3-dual-nfv-with-ring-pmd) + - [Test Setup 4: Single NFV with VM through vhost pmd](#test-setup-4-single-nfv-with-vm-through-vhost-pmd) + - [Optimizing qemu performance](#optimizing-qemu-performance) + Sample usage of the application =============================== -- 2.13.1