From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 00/19] fix hard-coded references in sample apps guide Date: Mon, 07 Mar 2016 21:42:45 +0100 Message-ID: <5111861.BHyDxOxj5n@xps13> References: <1456419765-8566-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Mauricio Vasquez B Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 21C0B2716 for ; Mon, 7 Mar 2016 21:44:34 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id n186so103734817wmn.1 for ; Mon, 07 Mar 2016 12:44:34 -0800 (PST) In-Reply-To: <1456419765-8566-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-02-25 18:02, Mauricio Vasquez B: > 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 Applied as one patch with the above message, thanks