From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: remove port status check from TM node add cli Date: Sat, 11 Nov 2017 16:17:05 +0100 Message-ID: <2530776.kdMKzrZRzF@xps> References: <20171110103049.82906-1-jasvinder.singh@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B6DE3D4@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Lu, Wenzhuo" , "Pei, Yulong" , "Yigit, Ferruh" To: "Singh, Jasvinder" Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 9DD691B1FF for ; Sat, 11 Nov 2017 16:17:07 +0100 (CET) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B6DE3D4@shsmsx102.ccr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 configuration 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. > > > > Signed-off-by: Jasvinder Singh > Acked-by: Wenzhuo Lu Applied, thanks