From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=XJQ4VSmW116+nNUgIREo1YeqOHLcEKbeMm5FDAuwl7M=; b=WMxSEEBi/hWlsK7rFUjoIY32i4W1RSr7Zm0LueyNq1MkIFbclY5KLVvQSxG693LHTK zMCvgBf1uIIqM4nWY9kjhK4FVd0DxH5CG8CgsH6vwYihDvGfL32mO/AEpyhDSpI3DoDZ 4vlTSlEsupASzjZGiePznmQQw4LkT5AfsTyqYw6Eq4sKbqmv8Fgx2GPiwvD3Xi4Le+4q 9MHq/HFkaHbxGb4GJ1wCe4v1WvkY7wm8CAU6/KeLKRRjRy5+mrdmbze3YhNPEE8YFTGq O1nwWyyv7EGkfGoH6Co+jm44iukwuTLtBfof6b9QgzDz5x+/fcBMRkHiDcuYZKSQlnvp x0Qg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=XJQ4VSmW116+nNUgIREo1YeqOHLcEKbeMm5FDAuwl7M=; b=Zf363ZhZlCBLmSFDONEjJjIZMH+xTsiIk6HDZX4HZuaqoLwSF8gbAK2b0zoi/qEeuN W+6GUHYA2Wi/fBvbzG7mumEVwmTaUWG1mLRTZxXauAHDXya4r6FZ1YlosCOxlxPQZb4H Q7mqhOxg/21ocZjytrxxwSvP+2kyLUAjymua5y2wj8swVFt2xaTu4J26NHg0pwnEPkbL 4OmnEgr+W1S0UCwtS9JxrevivWuy/+oPM0qNW92cU6SX6jsAP9eRVR/vSFFleKdx4l9C 7Owkh6MoAlcqoCw2f3s/33qBhkmv29a7mxIKG6KABkgKQxq6+JldEV8Tm6BptdBsgu1C VtVw== X-Gm-Message-State: AIkVDXJsWR+uKM9+f5tbjHtwijRAqShSJK4R4pRs9n4OyAkdf0s/oPkKIb67KFuQ10FLHaMY X-Received: by 10.223.147.134 with SMTP id 6mr27917393wrp.53.1484668737409; Tue, 17 Jan 2017 07:58:57 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id r129sm38064152wmd.8.2017.01.17.07.58.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Jan 2017 07:58:56 -0800 (PST) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Cc: dev@dpdk.org, "Mcnamara, John" Date: Tue, 17 Jan 2017 16:58:55 +0100 Message-ID: <3139078.WKzoORsS5l@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1482165252-230968-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: simplify L3fwd user guide examples X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 15:58:57 -0000 > > 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