From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw0924.ocn.ad.jp (mogw0924.ocn.ad.jp [153.149.227.30]) by dpdk.org (Postfix) with ESMTP id EFA201B2A8 for ; Mon, 5 Feb 2018 03:39:00 +0100 (CET) Received: from mf-smf-ucb002.ocn.ad.jp (mf-smf-ucb002.ocn.ad.jp [153.149.227.4]) by mogw0924.ocn.ad.jp (Postfix) with ESMTP id 8BBE2B001CE; Mon, 5 Feb 2018 11:38:59 +0900 (JST) Received: from mf-smf-ucb002.ocn.ad.jp (mf-smf-ucb002 [153.149.227.4]) by mf-smf-ucb002.ocn.ad.jp (Postfix) with ESMTP id 71C88C0676; Mon, 5 Feb 2018 11:38:59 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb028 (mv-mta-ucb028.ocn.ad.jp [153.149.230.162]) by mf-smf-ucb002.ocn.ad.jp (Switch-3.3.4/Switch-3.3.4) with ESMTP id w152cxf1026653; Mon, 5 Feb 2018 11:38:59 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.134]) by ntt.pod01.mv-mta-ucb028 with id 6qey1x0062ud8JZ01qeycS; Mon, 05 Feb 2018 02:38:59 +0000 Received: from localhost.localdomain (sp49-97-109-142.msc.spmode.ne.jp [49.97.109.142]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Mon, 5 Feb 2018 11:38:58 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, nakamura.hiroyuki@po.ntt-tx.co.jp Cc: Yasufumi Ogawa Date: Mon, 5 Feb 2018 11:39:02 +0900 Message-Id: <20180205023921.7775-9-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20180205023921.7775-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180205023921.7775-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH 09/28] docs: fix link warning 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: Mon, 05 Feb 2018 02:39:01 -0000 From: Yasufumi Ogawa Change titles of link for DPDK documentation because duplicated titles are warned from sphinx compiler. Signed-off-by: Yasufumi Ogawa --- docs/guides/spp_vf/gsg/howto_use.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/guides/spp_vf/gsg/howto_use.rst b/docs/guides/spp_vf/gsg/howto_use.rst index e5983fb..b54a25e 100644 --- a/docs/guides/spp_vf/gsg/howto_use.rst +++ b/docs/guides/spp_vf/gsg/howto_use.rst @@ -32,7 +32,6 @@ How to Use ========== - SPP Controller -------------- @@ -52,9 +51,9 @@ You need to run SPP primary before secondary processes. SPP primary has two kinds of options for DPDK and spp. Before ``--`` are for DPDK is, and after ``--`` are for spp. -See -`DPDK documentation `_ -about options for DPDK. +See `Running a Sample Application +`_ +in DPDK documentation for options. Options of spp primary are: @@ -99,7 +98,8 @@ If ``--vhost-client`` option is specified, then ``vhost-user`` act as the client, otherwise the server. For reconnect feature from SPP to VM, ``--vhost-client`` option can be used. This reconnect features requires QEMU 2.7 (or later). -See also `DPDK documentation `_. +See also `Vhost Sample Application +`_. VM -- -- 2.13.1