From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test-pmd: Fix log issue without nic binded Date: Mon, 09 Mar 2015 09:22:42 +0100 Message-ID: <2377110.DMWa76j6Wo@xps13> References: <1425285097-14781-1-git-send-email-michael.qiu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Qiu, Michael" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > As hotplug has been enabled, start the testpmd with no nic binded > > will show one error log "Please stop the ports first": > > > > Interactive-mode selected > > Please stop the ports first > > Done > > testpmd> > > > > This issue is cause by the logic of check link status. > > > > Signed-off-by: Michael Qiu > > Acked-by: Pablo de Lara Applied, thanks