From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-f169.google.com (mail-ig0-f169.google.com [209.85.213.169]) by dpdk.org (Postfix) with ESMTP id 105F75A7A for ; Fri, 3 Jul 2015 16:59:26 +0200 (CEST) Received: by igblr2 with SMTP id lr2so141980157igb.0 for ; Fri, 03 Jul 2015 07:59:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=2c4SWEHHcfo6mJ/SfE2VrSPr9KDV4ya3EHjDuj9kOos=; b=Dz5rSPRaJOSJQXbxSoO/57Ucz6e+Ks3cuJ/RAafeTbunyDeHy+qMpME1MvVaK+/oGc m3c2euDSr/PJ5JIseqix7t8KuX5qDt1EklTy1z3iwrlE7PcpOpUxB5HFvDlGP8woMNML RipOZR8AuXXcFI+/D+Yy9EHjivPk2DKyxacM0inmp+nErycl0Gms2WrZMcTngfdSOazS 8QQ0RUa56ctIl8bu9lNqIYpUMtT2Z966pC0TtP0MvhcOSqWfquf3aPH8tE77LtDMjjeM NKBJVxOBHQ0tBJ7enLRroxzLlpIVC8aNRvG2388KRuTddwXgZhUPepE0ElMSitKY6F9L QMHg== X-Received: by 10.50.134.226 with SMTP id pn2mr22275670igb.21.1435935565434; Fri, 03 Jul 2015 07:59:25 -0700 (PDT) MIME-Version: 1.0 From: Emerson Posadas Date: Fri, 03 Jul 2015 14:59:15 +0000 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 14:59:26 -0000 Hello I=C2=B4m trying to use the pktgen tool to generate some traffic, but my device (Intel Corporation 82571EB Gigabit Ethernet) is failing to initialize. Is this related with the resolved issue 7.19, even when is not the same device? http://dpdk.org/doc/guides/rel_notes/resolved_issues.html Here is my output while running pktgen: 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 And >>From lib/librte_eal/common/include/rte_pci_dev_ids.h #define E1000_DEV_ID_82571EB_QUAD_COPPER_LP 0x10BC [root@localhost dpdk-2.0.0]# dpdk_nic_bind.py --status Network devices using DPDK-compatible driver =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 0000:03:00.0 '82571EB Gigabit Ethernet Controller (Copper)' drv=3Digb_uio unused=3D 0000:03:00.1 '82571EB Gigabit Ethernet Controller (Copper)' drv=3Digb_uio unused=3D 0000:04:00.0 '82571EB Gigabit Ethernet Controller (Copper)' drv=3Digb_uio unused=3D 0000:04:00.1 '82571EB Gigabit Ethernet Controller (Copper)' drv=3Digb_uio unused=3D Network devices using kernel driver =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 0000:00:19.0 '82579LM Gigabit Network Connection' if=3Deno1 drv=3De1000e unused=3Digb_uio *Active* Any advice would be useful. EP