From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <emerson.posadas@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id 8FA3D5FEB
 for <dev@dpdk.org>; Fri,  3 Jul 2015 18:45:25 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by orsmga103.jf.intel.com with ESMTP; 03 Jul 2015 09:45:24 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.15,400,1432623600"; 
 d="scan'208,217";a="599675260"
Received: from orsmsx104.amr.corp.intel.com ([10.22.225.131])
 by orsmga003.jf.intel.com with ESMTP; 03 Jul 2015 09:45:24 -0700
Received: from orsmsx154.amr.corp.intel.com (10.22.226.12) by
 ORSMSX104.amr.corp.intel.com (10.22.225.131) with Microsoft SMTP Server (TLS)
 id 14.3.224.2; Fri, 3 Jul 2015 09:45:24 -0700
Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by
 ORSMSX154.amr.corp.intel.com (10.22.226.12) with Microsoft SMTP Server (TLS)
 id 14.3.224.2; Fri, 3 Jul 2015 09:45:23 -0700
Received: from fmsmsx106.amr.corp.intel.com ([169.254.5.165]) by
 FMSMSX109.amr.corp.intel.com ([169.254.15.204]) with mapi id 14.03.0224.002;
 Fri, 3 Jul 2015 09:45:23 -0700
From: "Posadas, Emerson" <emerson.posadas@intel.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: Re: [dpdk-dev] Failed to initialize HW 0x10bc
Thread-Index: AdC1rwqwQTuQ22cnREK/WRleibGRWA==
Date: Fri, 3 Jul 2015 16:45:22 +0000
Message-ID: <DC37A2D0D1A435489038224DF610BC990A8254A5@FMSMSX106.amr.corp.intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.1.200.106]
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: Re: [dpdk-dev] Failed to initialize HW 0x10bc
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 03 Jul 2015 16:45:26 -0000

This is what I'm getting from the DEBUG_INIT and DEBUG_DRIVER flags turned =
on while running testpmd:

PMD: e1000_setup_link_82571(): e1000_setup_link_82571
PMD: e1000_setup_link_generic(): e1000_setup_link_generic
PMD: e1000_check_reset_block_generic(): e1000_check_reset_block
PMD: e1000_setup_link_generic(): After fix-ups FlowControl is now =3D 3
PMD: e1000_setup_copper_link_82571(): e1000_setup_copper_link_82571
PMD: e1000_copper_link_setup_igp(): e1000_copper_link_setup_igp
PMD: e1000_phy_hw_reset_generic(): e1000_phy_hw_reset_generic
PMD: e1000_check_reset_block_generic(): e1000_check_reset_block
PMD: e1000_get_hw_semaphore_82571(): e1000_get_hw_semaphore_82571
PMD: e1000_put_hw_semaphore_82571(): e1000_put_hw_semaphore_generic
PMD: e1000_get_cfg_done_82571(): e1000_get_cfg_done_82571
PMD: e1000_get_cfg_done_82571(): MNG configuration cycle has not completed.
PMD: e1000_copper_link_setup_igp(): Error resetting the PHY.
PMD: e1000_clear_hw_cntrs_82571(): e1000_clear_hw_cntrs_82571
PMD: e1000_clear_hw_cntrs_base_generic(): e1000_clear_hw_cntrs_base_generic
PMD: em_hw_init(): Hardware initialization failed
PMD: eth_em_dev_init(): port_id 0 vendorID=3D0x8086 deviceID=3D0x10bc: fail=
ed to init HW
EAL: Error - exiting with code: 1
  Cause: Requested device 0000:03:00.0 cannot be used

EP