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:42:13 -0800 Message-ID: References: <20171027094619.147024-1-jasvinder.singh@intel.com> <1287292e-abab-3c80-8c02-1c79a2e74519@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 mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 20B1C1B3AB for ; Tue, 7 Nov 2017 07:42:14 +0100 (CET) In-Reply-To: <1287292e-abab-3c80-8c02-1c79a2e74519@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 11/6/2017 10:38 PM, Ferruh Yigit wrote: > 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 Applied to dpdk/master, thanks.