From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] testpmd: Fix wrong message in testpmd Date: Thu, 30 Jul 2015 00:20:13 +0200 Message-ID: <1497139.QlevC8glkk@xps13> References: <1435132585-10192-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@dpdk.org To: Michael Qiu Return-path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 8E32DC426 for ; Thu, 30 Jul 2015 00:21:29 +0200 (CEST) Received: by wibud3 with SMTP id ud3so44672789wib.0 for ; Wed, 29 Jul 2015 15:21:29 -0700 (PDT) In-Reply-To: <1435132585-10192-1-git-send-email-michael.qiu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-06-24 15:56, Michael Qiu: > When close one port twice, testpmd will give out wrong messagse. > > testpmd> port stop 0 > Stopping ports... > Checking link statuses... > Port 0 Link Up - speed 0 Mbps - full-duplex > Port 1 Link Up - speed 0 Mbps - full-duplex > Done > testpmd> port close 0 > Closing ports... > Done > testpmd> port close 0 > Closing ports... > Port 0 is now not stopped > Done > testpmd> > > > Signed-off-by: Michael Qiu Applied, thanks