From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix l3fwd mode selection from compile to run time Date: Fri, 11 Nov 2016 00:25:24 +0100 Message-ID: <1850966.a4mFhPkSgn@xps13> References: <1478795390-17014-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" To: "Pattan, Reshma" Return-path: 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 ; Fri, 11 Nov 2016 00:25:28 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id a197so397043263wmd.0 for ; Thu, 10 Nov 2016 15:25:28 -0800 (PST) In-Reply-To: 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" > > 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 > > Acked-by: John McNamara Applied, thanks