From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9EC1CFB1B for ; Tue, 20 Dec 2016 11:32:01 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 20 Dec 2016 02:32:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,378,1477983600"; d="scan'208";a="800406773" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by FMSMGA003.fm.intel.com with ESMTP; 20 Dec 2016 02:31:59 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.124]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0248.002; Tue, 20 Dec 2016 10:31:59 +0000 From: "Mcnamara, John" To: "De Lara Guarch, Pablo" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: simplify L3fwd user guide examples Thread-Index: AQHSWhWStOLBUra42kOZa+MSepNzoqEQpEag Date: Tue, 20 Dec 2016 10:31:58 +0000 Message-ID: References: <1482165252-230968-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1482165252-230968-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGQ5YjFiNWEtNjEyMS00NmRlLWI5ZWItMDFlYzVhYWVlZTBjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkRoTk1uYUdpWmZlSTgrVTRQVkpGdWF0am9ZWDQ3OTY3c0ZwNngrK01hXC9nPSJ9 x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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, 20 Dec 2016 10:32:02 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday, December 19, 2016 4:34 PM > To: Mcnamara, John > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] doc: simplify L3fwd user guide examples >=20 > L3 Forwarding sample app user guides have some inconsistencies between th= e > example command line and the configuration table. > Also, they were showing too complicated configuration, using two differen= t > NUMA nodes for two ports, which will probably lead to performance drop du= e > to use cross-socket channel. >=20 > This patch simplifies the configuration of these examples, by using a > single NUMA node and a single queue per port. >=20 > Signed-off-by: Pablo de Lara Acked-by: John McNamara