From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 82C931DD50 for ; Thu, 14 Jun 2018 15:19:38 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jun 2018 06:19:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,222,1526367600"; d="scan'208";a="237137086" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga005.fm.intel.com with ESMTP; 14 Jun 2018 06:19:36 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by IRSMSX103.ger.corp.intel.com ([169.254.3.136]) with mapi id 14.03.0319.002; Thu, 14 Jun 2018 14:19:35 +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 2/2] app/testpmd: add set topology on the fly command Thread-Index: AQHT55SCxEjL2ixlt0WMoT9sx56TOaRf9FkA Date: Thu, 14 Jun 2018 13:19:35 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260CB373B@IRSMSX108.ger.corp.intel.com> References: <1525870039-11261-1-git-send-email-wisamm@mellanox.com> <1525870039-11261-3-git-send-email-wisamm@mellanox.com> In-Reply-To: <1525870039-11261-3-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2FmMzU3MmEtNTUzNy00MDYxLThlNmUtYjlmMTk2ODZiZTU4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoienFuejhcL0xIallsRjloSE9EMUhsZHdaNThIM3ZHSjVXTUFYVmVIVjVhTXM1QTdFYThGelBCRUdpU0g2encybEIifQ== 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 2/2] app/testpmd: add set topology on the fly 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:19:39 -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 2/2] app/testpmd: add set topology on the f= ly > command >=20 > Change the forward topology while testpmd is running, the valid topologie= s > are loop, paired, chained & custom. >=20 > When the forward topology is changed on the fly, all the ports will resto= re > their active status. >=20 > usage: > testpmd> set fwd-topo paired|chained|loop|custom >=20 > Signed-off-by: Wisam Jaddo > --- This patch fails to apply to dpdk 18.08.rc0. Checkpatch.pl is reporting one warning which should be fixed. Regards, Bernard.