From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50])
 by dpdk.org (Postfix) with ESMTP id A4399D4F2
 for <dev@dpdk.org>; Fri, 11 Nov 2016 00:25:28 +0100 (CET)
Received: by mail-wm0-f50.google.com with SMTP id a197so397043263wmd.0
 for <dev@dpdk.org>; Thu, 10 Nov 2016 15:25:28 -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:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=mSwYfoz8nlxCfEmq4KPR1xWwt3Qs/IzIQ2wxb0qFH78=;
 b=BwJSaMw5kNpE+tOq4ohELt0ppCNavz8pP29NF3mzS4nAFo6qBitwJpSvHPJsWw6BTr
 LMPgd+0khsZRQ9pvUBmGRsFYVpw+srG2sdzy4hBt13D6f7imcpUsj4u5i3Aq45f3RbWA
 v5Q95GE2k8xZtsYWlDCHR5cY6GKsUM7ypk9X0EzYxqKiqeQC9lu8x84xVH9GJq+vuwtV
 HmyQhhNWYuRcDr1t/nLDb3WSzL8QFaK3W6Mm0JCxMUeGoCQPkxAzfXkTKT9YdzJupDTp
 WNQwdZ4muPO+G8dt4RFAA1ZjQq3L7MuEE71vElz0KL3iIJMEBX6AaU+F7U2gh0dakrY/
 ITlg==
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:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=mSwYfoz8nlxCfEmq4KPR1xWwt3Qs/IzIQ2wxb0qFH78=;
 b=g7HBe77GYPWKi7gi8oYaiW5Kx8awNkKYElHdDCJtgwCVHYCq5srLOgIGLeY4WLziR6
 526Kwjx/8zg5ShhELmjykj8+8fsfmX6X0mHQOUU3iuSiLS+3wEw18+ddDQfAL4rKAgN/
 syLHJAgirH3myXF5lCbJ6fiJWN7CGshpnilY89h6vpb2qebhPXcmcQmEDYRmmilzUDtO
 gtWoVtv+ShVVvwZoOdHU/U0NhfNC0+iGv7k9IqnbRPxtiCugA0afDbJh1cXAJROw68j3
 5fe4jDJQoAyF8MeVkkcmcAAXYD/f4sL/d5dh1egvg6ywzhUxSRq6cZrZdsfdGdSeBtmn
 oiMA==
X-Gm-Message-State: ABUngvdTXJLF0blYvtTxz3cIZNayAYt4xVtAKo6VGcu9r45nY0sLvZxhyM908HWK9S/h0Zps
X-Received: by 10.28.211.132 with SMTP id k126mr8294781wmg.66.1478820328386;
 Thu, 10 Nov 2016 15:25:28 -0800 (PST)
Received: from xps13.localnet (103.114.118.80.rev.sfr.net. [80.118.114.103])
 by smtp.gmail.com with ESMTPSA id c187sm8824900wmd.13.2016.11.10.15.25.27
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 10 Nov 2016 15:25:27 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Pattan, Reshma" <reshma.pattan@intel.com>
Cc: dev@dpdk.org, "Mcnamara, John" <john.mcnamara@intel.com>
Date: Fri, 11 Nov 2016 00:25:24 +0100
Message-ID: <1850966.a4mFhPkSgn@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <B27915DBBA3421428155699D51E4CFE20264D12A@IRSMSX103.ger.corp.intel.com>
References: <1478795390-17014-1-git-send-email-reshma.pattan@intel.com>
 <B27915DBBA3421428155699D51E4CFE20264D12A@IRSMSX103.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] doc: fix l3fwd mode selection from compile
	to	run time
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, 10 Nov 2016 23:25:28 -0000

> > The l3fwd application route lookup mode can be selected at run time but
> > not at compile time. This patch corrects the statement in the doc.
> > 
> > Fixes: d0dff9ba ("doc: sample application user guide")
> > 
> > Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>


Applied, thanks