From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] app/testpmd: remove port status check from TM hierarchy commit cli Date: Mon, 6 Nov 2017 22:38:02 -0800 Message-ID: <1287292e-abab-3c80-8c02-1c79a2e74519@intel.com> References: <20171027094619.147024-1-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: wenzhuo.lu@intel.com, yulong.pei@intel.com To: Jasvinder Singh , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E84A71B3A8 for ; Tue, 7 Nov 2017 07:38:04 +0100 (CET) In-Reply-To: <20171027094619.147024-1-jasvinder.singh@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/27/2017 2:46 AM, Jasvinder Singh wrote: > Some drivers might allow to commit the traffic management hierarchy > while being in running state. Therefore, removes port status check > before invoking hierarchy commit API in the cli. If needed, device can > add port status check at the driver layer. > > Signed-off-by: Jasvinder Singh Reviewed-by: Ferruh Yigit