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 125771B6AA for ; Fri, 10 Nov 2017 13:14:10 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Nov 2017 04:14:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,374,1505804400"; d="scan'208";a="3446196" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 10 Nov 2017 04:14:09 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 10 Nov 2017 04:14:09 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.175]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Fri, 10 Nov 2017 20:14:07 +0800 From: "Lu, Wenzhuo" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "Pei, Yulong" , "Yigit, Ferruh" Thread-Topic: [PATCH] app/testpmd: remove port status check from TM node add cli Thread-Index: AQHTWg02A/vG2JSqY0O0rwi+hrUvyKMNhnQQ Date: Fri, 10 Nov 2017 12:14:07 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B6DE3D4@shsmsx102.ccr.corp.intel.com> References: <20171110103049.82906-1-jasvinder.singh@intel.com> In-Reply-To: <20171110103049.82906-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNThiYjQxNTktNjdhYy00ZDkyLWEyMmUtNTg5OWZlNTE3ZjQ4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InRNVGFJV3hMaFNwUThvbVA0eUNwVWg1MmtqN0doSFdudytNVE54ZFVldWM9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/testpmd: remove port status check from TM node add cli 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: Fri, 10 Nov 2017 12:14:11 -0000 Hi, > -----Original Message----- > From: Singh, Jasvinder > Sent: Friday, November 10, 2017 6:31 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Pei, Yulong > ; Yigit, Ferruh > Subject: [PATCH] app/testpmd: remove port status check from TM node add > cli >=20 > Currently, testpmd CLI doesn't permit to add leaf and non-leaf node when > port is started. It doesn't work in case of i40e device as DCB configurat= ion is > deleted when port is stopped. Therefore, removes the port status check > before invoking leaf and nonleaf node API in the cli. > If needed, device can add port status check at the driver layer. >=20 > Signed-off-by: Jasvinder Singh Acked-by: Wenzhuo Lu