From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1FAADA00C4 for ; Fri, 5 Jun 2020 02:29:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 668CB1D5ED; Fri, 5 Jun 2020 02:29:00 +0200 (CEST) Received: from dish-sg.nttdocomo.co.jp (dish-sg.nttdocomo.co.jp [202.19.227.74]) by dpdk.org (Postfix) with ESMTP id 1D42E1D5ED for ; Fri, 5 Jun 2020 02:28:59 +0200 (CEST) X-dD-Source: Outbound Received: from zssg-mailmd103.ddreams.local (zssg-mailmd900.ddreams.local [10.160.172.63]) by zssg-mailou104.ddreams.local (Postfix) with ESMTP id C058F12011E; Fri, 5 Jun 2020 09:28:57 +0900 (JST) Received: from zssg-mailmf105.ddreams.local (zssg-mailmf900.ddreams.local [10.160.172.84]) by zssg-mailmd103.ddreams.local (dDREAMS) with ESMTP id <0QBF00OO2G09CM80@dDREAMS>; Fri, 05 Jun 2020 09:28:57 +0900 (JST) Received: from zssg-mailmf105.ddreams.local (unknown [127.0.0.1]) by zssg-mailmf105.ddreams.local (Postfix) with ESMTP id A508E7E6036; Fri, 5 Jun 2020 09:28:57 +0900 (JST) Received: from zssg-mailmf105.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id A30DE8E606B; Fri, 5 Jun 2020 09:28:57 +0900 (JST) Received: from localhost (unknown [127.0.0.1]) by IMSVA (Postfix) with SMTP id A0CA28E6068; Fri, 5 Jun 2020 09:28:57 +0900 (JST) X-IMSS-HAND-OFF-DIRECTIVE: localhost:10026 Received: from zssg-mailmf105.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D28E28E6058; Fri, 5 Jun 2020 09:28:56 +0900 (JST) Received: from davinci.ntt-tx.co.jp (unknown [10.160.183.139]) by zssg-mailmf105.ddreams.local (Postfix) with ESMTP; Fri, 5 Jun 2020 09:28:56 +0900 (JST) From: x-fn-spp-ml@ntt-tx.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Fri, 05 Jun 2020 09:28:51 +0900 Message-id: <20200605002854.24054-3-x-fn-spp-ml@ntt-tx.co.jp> X-Mailer: git-send-email 2.25.1 In-reply-to: <20200605002854.24054-1-x-fn-spp-ml@ntt-tx.co.jp> References: <20200605002854.24054-1-x-fn-spp-ml@ntt-tx.co.jp> MIME-version: 1.0 Content-transfer-encoding: 8bit X-TM-AS-GCONF: 00 Subject: [spp] [PATCH 2/5] docs: resolve broken reference link 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: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Hideyuki Yamashita This patch resolves broken link in reference section. This is pointed out by DPDK bugzilla. https://bugs.dpdk.org/show_bug.cgi?id=441 Signed-off-by: Hideyuki Yamashita Signed-off-by: Naoki Takada --- docs/guides/design/spp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/design/spp.rst b/docs/guides/design/spp.rst index 2c3ee46..43da0d4 100644 --- a/docs/guides/design/spp.rst +++ b/docs/guides/design/spp.rst @@ -27,11 +27,11 @@ SPP primary process is responsible for resource management, for example, initializing ports, mbufs or shared memory. On the other hand, secondary processes of ``spp_nfv`` are working for forwarding `[1] -`_. +`_. Reference --------- * [1] `Implementation and Testing of Soft Patch Panel - `_ + `_ -- 2.25.1