From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 53E8D11C5 for ; Fri, 6 Mar 2015 16:04:03 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 06 Mar 2015 07:03:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,353,1422950400"; d="scan'208";a="694936936" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 06 Mar 2015 07:03:43 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.218]) by IRSMSX109.ger.corp.intel.com ([169.254.13.103]) with mapi id 14.03.0195.001; Fri, 6 Mar 2015 15:03:43 +0000 From: "De Lara Guarch, Pablo" To: "Qiu, Michael" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] app/test-pmd: Fix log issue without nic binded Thread-Index: AQHQVMNZkeonoBOF60GmOXtv9uNVjp0PgVmA Date: Fri, 6 Mar 2015 15:03:42 +0000 Message-ID: References: <1425285097-14781-1-git-send-email-michael.qiu@intel.com> In-Reply-To: <1425285097-14781-1-git-send-email-michael.qiu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/test-pmd: Fix log issue without nic binded X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2015 15:04:03 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michael Qiu > Sent: Monday, March 02, 2015 8:32 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] app/test-pmd: Fix log issue without nic binde= d >=20 > As hotplug has been enabled, start the testpmd with no nic binded > will show one error log "Please stop the ports first": >=20 > Interactive-mode selected > Please stop the ports first > Done > testpmd> >=20 > This issue is cause by the logic of check link status. >=20 > Signed-off-by: Michael Qiu Acked-by: Pablo de Lara