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 BF8362BA5 for ; Thu, 25 Feb 2016 18:02:50 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by compass.polito.it (Postfix) with ESMTP id 96BDB10011C; Thu, 25 Feb 2016 18:02:50 +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=x-mailer:message-id:date:date:subject :subject:cc:to:from:from:received:received; s=y2k10; t= 1456419769; bh=DGpcvmqKyVk8Qq+5vQfPYCPAG/a24IX5RX73wUjyGjc=; b=N 2nrw402P1WufAJOnUgCeYpqxCiyE6vxvb/0vnR0FhzucT9HZivKMiw86oYwHdEe3 f2uYPXEANBV6U+u931OpJzd9xbpu/ojxyYTOMQryWqtwCsV+VgzXwruqJRpAemtO +QN5YG7vSWhURsaJLO93sb/JrukueC1dY6EAzkm/Rw= X-Virus-Scanned: amavisd-new at studenti.polito.it X-Spam-Flag: NO X-Spam-Score: -6.468 X-Spam-Level: X-Spam-Status: No, score=-6.468 tagged_above=-100 required=3.5 tests=[ALL_TRUSTED=-5, AWL=0.032, 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 3ZoIRLRYrOse; Thu, 25 Feb 2016 18:02:49 +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 C93B21000F8; Thu, 25 Feb 2016 18:02:49 +0100 (CET) From: Mauricio Vasquez B To: john.mcnamara@intel.com Date: Thu, 25 Feb 2016 18:02:26 +0100 Message-Id: <1456419765-8566-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> X-Mailer: git-send-email 1.9.1 Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH 00/19] fix hard-coded references in sample apps guide 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 MANY references in the sample applications user guide are wrong because they are hard-coded and section numbers have changed over the time. This patch set changes thoses references to dynamic ones, in this way if section numbers change the reference get updated automatically. Mauricio Vasquez B (19): doc: fix vhost sample app hard-coded references doc: fix distributor sample application hard-coded references doc: fix exception path sample app hard-coded references doc: fix intel quickAssist technology sample app hard-coded references doc: fix ip fragmentation sample app hard-coded references doc: fix ip reassembly sample app hard-coded references doc: fix multicast sample app hard-coded references doc: fix kepp alive sample app hard-coded references doc: fix kni sample app hard-coded references doc: fix l2 fwd sample app hard-coded references doc: fix l3 fwd sample app hard-coded references doc: fix l3fwd access control sample app hard-coded references doc: fix l3fwd power man sample app hard-coded references doc: fix l3fwd virtual sample app hard-coded references doc: fix link status int sample app hard-coded references doc: fix multi-process sample app hard-coded references doc: fix tep termination sample app hard-coded references doc: fix vmdq and dcb fwd sample app hard-coded references doc: fix vm power man sample app hard-coded references doc/guides/sample_app_ug/dist_app.rst | 10 +++++----- doc/guides/sample_app_ug/exception_path.rst | 5 ++--- doc/guides/sample_app_ug/intel_quickassist.rst | 2 +- doc/guides/sample_app_ug/ip_frag.rst | 3 +-- doc/guides/sample_app_ug/ip_reassembly.rst | 6 ++---- doc/guides/sample_app_ug/ipv4_multicast.rst | 6 ++---- doc/guides/sample_app_ug/keep_alive.rst | 6 ++---- doc/guides/sample_app_ug/kernel_nic_interface.rst | 7 +++---- doc/guides/sample_app_ug/l2_forward_real_virtual.rst | 19 +++++++++++++++++-- doc/guides/sample_app_ug/l3_forward.rst | 8 ++++---- doc/guides/sample_app_ug/l3_forward_access_ctrl.rst | 6 ++---- doc/guides/sample_app_ug/l3_forward_power_man.rst | 5 ++--- doc/guides/sample_app_ug/l3_forward_virtual.rst | 7 +++---- doc/guides/sample_app_ug/link_status_intr.rst | 8 ++++---- doc/guides/sample_app_ug/multi_process.rst | 4 ++-- doc/guides/sample_app_ug/tep_termination.rst | 8 ++++---- doc/guides/sample_app_ug/vhost.rst | 13 ++++++++++--- doc/guides/sample_app_ug/vm_power_management.rst | 4 ++-- doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst | 6 +++--- 19 files changed, 71 insertions(+), 62 deletions(-) -- 1.9.1