From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=Dra2zTHnIMkSJ3BUoyyxNSCyxrhUlnfYrNek8Etu+Dg=; b=C3fxbNFf1QKlQQZpw7xT7z/c5KqqQrIBsMtgLnLs+L50xY7OK70cCEaYlN/m6vMdnR r/cqqbykIx5D/ZNJHkcx5u+Vs5Wrm6CUhr+pj5SjkY3PuTebXzy45IgOkV95nQW3ENWe 6j7CILAhzwSgd10pSotYaTwV0lexIWcZO1/ppz56mTDNU/UTOlfg3IOfcE6C5upezZGT 3H6QK3W+etVRFDYt+f/2T2RAM7wo7MkS4TKMYmDkHiE3vVoUq65y/4jbYK0I+i2nzjXQ 8H8+xU2PswmGewTz0SJyqYpeT8gMtQwnUiVFeSwH7RjO5J/J2mjgIR/CtqTVC8TLL5jz rEPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=Dra2zTHnIMkSJ3BUoyyxNSCyxrhUlnfYrNek8Etu+Dg=; b=TC4tp/+kxgKOuJjqnKxciBkb9/eAZF7GdBweI8Av+wXVRJv4qexpMUpC89NUa3pHrE AVJQedRrampdgcZcW3zdvnzzd5AzEGtnPw05OzQITgSDyaCYxfdGVYXYO0l+SybT4/nl kftANV0/UZtcwK/H7ivianxsPHPDsSwld/fpJRQ9IPIASvcALJaM/YqOaQvep+D37Xu5 LssWhh8+z9ECD2cYCHA9lZkhdZVG5zoO4GM0pMSLap9sgnPBiv524t2S+0iCSNX6fCIX otgGJZ/xaPyq/xNikbTws9xHehzY7okHdB6uEEdeW1l2nCI9mHHjp0dpkbf5XjBOCbzY 2gxA== X-Gm-Message-State: AD7BkJLw0W4gzAgrqSdp0vUA80KGMgpBjTyDBo1xEStRUEnHetz+9ejW2xKeL1CmKK0kZS/U X-Received: by 10.194.59.233 with SMTP id c9mr23807242wjr.88.1457383473935; Mon, 07 Mar 2016 12:44:33 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id hh8sm19640867wjc.42.2016.03.07.12.44.31 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Mar 2016 12:44:33 -0800 (PST) From: Thomas Monjalon To: Mauricio Vasquez B Date: Mon, 07 Mar 2016 21:42:45 +0100 Message-ID: <5111861.BHyDxOxj5n@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [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: Mon, 07 Mar 2016 20:44:34 -0000 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