From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52])
 by dpdk.org (Postfix) with ESMTP id B31518D8C
 for <dev@dpdk.org>; Thu, 17 Dec 2015 17:27:54 +0100 (CET)
Received: by mail-wm0-f52.google.com with SMTP id l126so30963387wml.1
 for <dev@dpdk.org>; Thu, 17 Dec 2015 08:27:54 -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
 :content-type; bh=Y7kg5XfKcM30vD7NaxfKahrxnMZ+S8SWBP28kIJLaP4=;
 b=ADtY5GGSfff2hwU0uIY0fS7zK/4zAOGo1ztELYimON7RtgRW3f2QeklwLetQ2BN4iE
 1scHoVeL5L3ah8yh4oH3xocomJYK28JFwB+0FLHVfMhEG+0FR4KHAa0Vdnh0QCj4ml8F
 0KPWiqs+tQb1RVKnS5JoRggmlWNsJl6KPnhvMx+GHO/NHUYX15YDdQNWev3l0dnV+mnJ
 s/gpfBV2M8lb9B8xf4L8WlN1d97RCJ9Pk2mL3HDsVuRIhAad6hqF1xL4Oxa9THXRzS9W
 Wb+AYtYeP+sjV72rwZ8wKs7c4dD8ZYGlZ0CMn5pyr8I7jWM7JauTj10YwQkR9EBTGpQ9
 pMeg==
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:content-type;
 bh=Y7kg5XfKcM30vD7NaxfKahrxnMZ+S8SWBP28kIJLaP4=;
 b=QBm5UwFrWkTiDYoVZd07HBY6eQLlAi5AOvjhRurh+KkiI0g5w5IYPrGwlM/br9JJb1
 PIPuTjA1fSq3ODrcMHM/BzKiUySdj4TqkyutyrYS/LVKVTEhfVSt2o3ulmHI815+xm1b
 +IPL7+KIPHE3SZRS4BKeM9sOMW1iuhBI2KbrYvbupybR+Y25apt8dTw9WGVBX0Mm0ydA
 6Qb1jkgqCGQYLRJ5gljkyjSpuufYffI7oBg5/5RdVxTp/M1eMwrVHlDZ9uIUCqkYVE6F
 UfKa/drc2IFt5gzxOZy0oFip42DYYyQXQpYxSA9zlsWwvdqbTRE+RKxUkVke5uWh3m3a
 OcJQ==
X-Gm-Message-State: ALoCoQlsdSDb5OuNVDKAotdz8H1h24OCO8+9yP+4oggBlIDS6fO7c1kdUq7X5t7WHGsX0w1cg71iAD9zgRlMb4B2GPOmVivH5A==
X-Received: by 10.28.60.11 with SMTP id j11mr4883012wma.57.1450369674454;
 Thu, 17 Dec 2015 08:27:54 -0800 (PST)
Received: from xps13.localnet (148.21.90.92.rev.sfr.net. [92.90.21.148])
 by smtp.gmail.com with ESMTPSA id z127sm3005563wmz.19.2015.12.17.08.27.53
 (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 17 Dec 2015 08:27:53 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Mcnamara, John" <john.mcnamara@intel.com>
Date: Thu, 17 Dec 2015 17:26:37 +0100
Message-ID: <42671384.CeagxU2sZL@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <8CEF83825BEC744B83065625E567D7C219F9030C@IRSMSX108.ger.corp.intel.com>
References: <1450262570-8604-1-git-send-email-john.mcnamara@intel.com>
 <8CEF83825BEC744B83065625E567D7C219F9030C@IRSMSX108.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] doc: fix missing link target
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 17 Dec 2015 16:27:54 -0000

> > Fix missing link in the Linux GSG, accidentally removed in previous merge:
> > 
> >   WARNING: undefined label: linux_gsg_compiling_dpdk
> >   Fixes: 29c673401c4d ("doc: improve Linux guide layout")
> > 
> > Signed-off-by: John McNamara <john.mcnamara@intel.com>
> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>

Applied, thanks