From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from compass.polito.it (compass.polito.it [130.192.55.110]) by dpdk.org (Postfix) with ESMTP id 8E59E2BC9 for ; Thu, 25 Feb 2016 18:02:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by compass.polito.it (Postfix) with ESMTP id 72638100106; Thu, 25 Feb 2016 18:02:51 +0100 (CET) Authentication-Results: compass.polito.it (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=studenti.polito.it DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= studenti.polito.it; h=content-transfer-encoding:content-type :content-type:mime-version:references:in-reply-to:x-mailer :message-id:date:date:subject:subject:cc:to:from:from:received :received; s=y2k10; t=1456419770; bh=eKvlWowwOLi02rb9AOPz68xXeu2 FNp8josbgvz9BY30=; b=SACxOkrzG6R9kk5tmiRjOK6lWSRM2cU/HHCklJWIbHz FkSmEEFchyxeKAtwUWMAso3Eaywc/vy/SIWBgj5bHdlFn1mkdnMNiKQdMD2DBAt/ JOdsEcxbgt9DKFWMiT5uM91yAgG8mhdPMQBrcyGeXBIyT1nRbQ/zEUV7+6YI3fV4 = X-Virus-Scanned: amavisd-new at studenti.polito.it X-Spam-Flag: NO X-Spam-Score: -6.471 X-Spam-Level: X-Spam-Status: No, score=-6.471 tagged_above=-100 required=3.5 tests=[ALL_TRUSTED=-5, AWL=0.029, BAYES_00=-1.5] autolearn=ham Received: from compass.polito.it ([127.0.0.1]) by localhost (compass.polito.it [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 03AQxTQXtFDi; Thu, 25 Feb 2016 18:02:50 +0100 (CET) Received: from localhost.localdomain (unknown [130.192.225.153]) (using TLSv1.2 with cipher AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: s203403@studenti.polito.it) by compass.polito.it (Postfix) with ESMTPSA id 08F95100109; Thu, 25 Feb 2016 18:02:50 +0100 (CET) From: Mauricio Vasquez B To: john.mcnamara@intel.com Date: Thu, 25 Feb 2016 18:02:30 +0100 Message-Id: <1456419765-8566-5-git-send-email-mauricio.vasquezbernal@studenti.polito.it> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1456419765-8566-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> References: <1456419765-8566-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> MIME-Version: 1.0 Content-Type: text/plain; charset=y Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH 04/19] doc: fix intel quickAssist technology sample app hard-coded references X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 17:02:51 -0000 Signed-off-by: Mauricio Vasquez B --- doc/guides/sample_app_ug/intel_quickassist.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/intel_quickassist.rst b/doc/guides/= sample_app_ug/intel_quickassist.rst index a80d4ca..04d1593 100644 --- a/doc/guides/sample_app_ug/intel_quickassist.rst +++ b/doc/guides/sample_app_ug/intel_quickassist.rst @@ -203,7 +203,7 @@ where, =20 * --config'(port,queue,lcore)[,(port,queue,lcore)]': determines which= queues from which ports are mapped to which cores. =20 -Refer to Chapter 10 , "L3 Forwarding Sample Application" for more detail= ed descriptions of the --config command line option. +Refer to the :doc:`l3_forward` for more detailed descriptions of the --c= onfig command line option. =20 As an example, to run the application with two ports and two cores, which are using different Intel=C2=AE QuickAssist Technology execution e= ngines, --=20 1.9.1