From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EEFAA20A08; Sat, 11 Nov 2017 10:17:06 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sat, 11 Nov 2017 10:17:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=5Ax5qnu2EUNVIB2opbA9KRP11R cdrzSzZ0AHxGyvNj8=; b=dwKNVOjmuxdTEC1YjbK1glyMSUlrLpXKpQom0lKjzG rh31Dj3HfD+q9IzdBqHKFrf5pXvRwicvS9RYF3OtJprqo11eJmBelZZtvULopHcr f2HpwS8h+8Gfrl+AVcz04hFq8K6ffuUsHpFWMRfbJ/Kplo8s97JmQ6HiI1GGVcqf o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=5Ax5qn u2EUNVIB2opbA9KRP11RcdrzSzZ0AHxGyvNj8=; b=ZKjThkjwK+tcyCLZqLj0Va nEH2DQ/VTxfTzwDtfpf7mcfgHMOZbbQ53p75DacxHTeVT/ja/IX9DzS7V9ncTUP5 NUXQIWrDvq1sJrNfotnyTz7I7Beczudm27Lhuw316c4jLceeE2F5K29fAKM73apV n3BtVof2z5ISbrI3lswl8S0cXprMySByTJYUV+sNvbGiG0QbIFN0Cyb31OD182bY 4PttNQVoySsJcOSgZDdgQXx61wotHvxTgeDZmgf8nH3ARtC1muDzivXaxO94vVMo XAGKg1P1AjnDnxZBSUmH/Q5aPV69qZsuXwExhhrfPoDkQkwcBjzRJGZo9qq9Ecuw == X-ME-Sender: Received: from xps.localnet (unknown [89.248.140.13]) by mail.messagingengine.com (Postfix) with ESMTPA id AF7EA7F8FC; Sat, 11 Nov 2017 10:17:06 -0500 (EST) From: Thomas Monjalon To: "Singh, Jasvinder" Cc: dev@dpdk.org, "Lu, Wenzhuo" , "Pei, Yulong" , "Yigit, Ferruh" Date: Sat, 11 Nov 2017 16:17:05 +0100 Message-ID: <2530776.kdMKzrZRzF@xps> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B6DE3D4@shsmsx102.ccr.corp.intel.com> References: <20171110103049.82906-1-jasvinder.singh@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B6DE3D4@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Sat, 11 Nov 2017 15:17:07 -0000 > > 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