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 856CA1ED06 for ; Wed, 13 Jun 2018 10:50:08 +0200 (CEST) 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 w5D8o6M2030076; Wed, 13 Jun 2018 17:50:06 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id w5D8o6bH027694; Wed, 13 Jun 2018 17:50:06 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id TAA27010; Wed, 13 Jun 2018 17:48:52 +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 w5D8mq9w001281; Wed, 13 Jun 2018 17:48:52 +0900 Received: from mgate01.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 w5D8mq9C001278; Wed, 13 Jun 2018 17:48:52 +0900 Message-Id: <201806130848.w5D8mq9C001278@imss03.silk.ntt-tx.co.jp> Received: from localhost by mgate01.silk.ntt-tx.co.jp (unknown) id w5D8mp8W022120 ; Wed, 13 Jun 2018 17:48:52 +0900 From: x-fn-spp@sl.ntt-tx.co.jp To: ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Cc: spp@dpdk.org Date: Wed, 13 Jun 2018 17:48:50 +0900 X-Mailer: git-send-email 1.9.1 In-Reply-To: <201806080901.w5891q5f010245@imss04.silk.ntt-tx.co.jp> References: <201806080901.w5891q5f010245@imss04.silk.ntt-tx.co.jp> X-TM-AS-MML: No Subject: [spp] [PATCH v2 2/3] docs: correct incorrect SPP git URL 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: Wed, 13 Jun 2018 08:50:10 -0000 From: Hiroyuki Nakamura This commit correct incorrect SPP git URL. Signed-off-by: Hiroyuki Nakamura Signed-off-by: Naoki Takada --- docs/guides/spp_vf/gsg/build.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/spp_vf/gsg/build.rst b/docs/guides/spp_vf/gsg/build.rst index 465484f..ae4085e 100644 --- a/docs/guides/spp_vf/gsg/build.rst +++ b/docs/guides/spp_vf/gsg/build.rst @@ -136,9 +136,9 @@ Clone SPP in any directory and compile it. .. code-block:: console $ cd /path/to/spp_home/ - $ git clone https://github.com/ntt-ns/Soft-Patch-Panel.git - export SPP_HOME=/path/to/spp_home/Soft-Patch-Panel - $ cd $SPP_HOME + $ git clone http://dpdk.org/git/apps/spp + $ export SPP_HOME=/path/to/spp_home + $ cd $SPP_HOME/spp $ make Setup for DPDK -- 2.7.4