From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 9B8941D4BF for ; Thu, 14 Jun 2018 15:15:20 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jun 2018 06:15:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,222,1526367600"; d="scan'208";a="47734561" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga008.fm.intel.com with ESMTP; 14 Jun 2018 06:15:17 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by IRSMSX107.ger.corp.intel.com ([169.254.10.238]) with mapi id 14.03.0319.002; Thu, 14 Jun 2018 14:15:16 +0100 From: "Iremonger, Bernard" To: Wisam Jaddo , "Wu, Jingjing" , "Lu, Wenzhuo" , "thomas@monjalon.net" CC: "rasland@mellanox.com" , "dev@dpdk.org" , "shahafs@mellanox.com" Thread-Topic: [dpdk-dev] [PATCH v3 1/2] app/testpmd: add custom topology command Thread-Index: AQHT55R5GuD6SaaW50eyvD9TplRDYKRf82bQ Date: Thu, 14 Jun 2018 13:15:16 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260CB3721@IRSMSX108.ger.corp.intel.com> References: <1525870039-11261-1-git-send-email-wisamm@mellanox.com> <1525870039-11261-2-git-send-email-wisamm@mellanox.com> In-Reply-To: <1525870039-11261-2-git-send-email-wisamm@mellanox.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTM1NTFlMzctY2M2NS00ZTM5LTkyMGItNDQ4YjQwZTYxMDcxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMU01ZmR6TG93WmJZK2Y1XC9IYUpFSDlZY0xHdEtwXC9lTmpORCtvb3RzSGRldk8wbzk1UWp0Mzl1YWhpVFJQTk1PIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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 v3 1/2] app/testpmd: add custom topology command 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: Thu, 14 Jun 2018 13:15:21 -0000 Hi Wisam, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wisam Jaddo > Sent: Wednesday, May 9, 2018 1:47 PM > To: Wu, Jingjing ; Lu, Wenzhuo > ; thomas@monjalon.net > Cc: rasland@mellanox.com; dev@dpdk.org; shahafs@mellanox.com; > wisamm@mellanox.com > Subject: [dpdk-dev] [PATCH v3 1/2] app/testpmd: add custom topology > command >=20 > Set custom topology for forwading packets by making the given two ports a= s > pair, in custom topology the active ports will be the defiend in custum-t= opo > only. >=20 > This command will be useful in testing, when special topology is needed. >=20 > usage: > testpmd> set custom-topo (port_id_1) (port_id_2) >=20 > Signed-off-by: Wisam Jaddo > --- This patch fails to apply to dpdk 18.08-rc0 and needs to be rebased. checkpatch.pl is reporting 4 warnings which should be fixed.=20 Regards, Bernard.