From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: simplify L3fwd user guide examples Date: Tue, 17 Jan 2017 16:58:55 +0100 Message-ID: <3139078.WKzoORsS5l@xps13> References: <1482165252-230968-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" To: "De Lara Guarch, Pablo" Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id BAE44108F for ; Tue, 17 Jan 2017 16:58:57 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id d140so21940766wmd.0 for ; Tue, 17 Jan 2017 07:58:57 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > L3 Forwarding sample app user guides have some inconsistencies between the > > example command line and the configuration table. > > Also, they were showing too complicated configuration, using two different > > NUMA nodes for two ports, which will probably lead to performance drop due > > to use cross-socket channel. > > > > This patch simplifies the configuration of these examples, by using a > > single NUMA node and a single queue per port. > > > > Signed-off-by: Pablo de Lara > > Acked-by: John McNamara Applied, thanks