From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) by dpdk.org (Postfix) with ESMTP id 8B6C2688B for ; Tue, 5 Nov 2013 13:10:24 +0100 (CET) Received: by mail-la0-f45.google.com with SMTP id el20so430134lab.32 for ; Tue, 05 Nov 2013 04:11:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=NuuWKndJGajpLQusPMcfSHisSnUaV4T/C+vNtSAwXzs=; b=hOmm268dayFH9g59fQuvy4+ldyQOV4jDUztn6csZUToOF7rN6GFbr16btWqfCN8CJC YIMCrLefcTZ/6hkMIAdhNHgxPKQYpusmIOxe6bJGREJ6t9scb2PgR21S5LcHLTiM6Eez czV+M4KkSMkBzjZebnhA4HU6NXziXOdT8VCKZTPc2Ap6hmO7Nyc0F5kOueVVWoaTu250 1oips5ieVo0eLEhLW9acRMDtI8AEv6+81TKbZ/L/zCTiuj1AYtd8LFrXPHoeQrqh05Ri p4pSNfCMOh7BbXjmaTFLZV1iDnUpnGmAceK0YxLSkW7/hH/CiYL7Mi3lYryZmQjFp1Jz 3/VQ== MIME-Version: 1.0 X-Received: by 10.152.120.33 with SMTP id kz1mr5808064lab.26.1383653477237; Tue, 05 Nov 2013 04:11:17 -0800 (PST) Received: by 10.112.168.98 with HTTP; Tue, 5 Nov 2013 04:11:17 -0800 (PST) Date: Tue, 5 Nov 2013 17:41:17 +0530 Message-ID: From: Jyotiswarup Raiturkar To: "dev@dpdk.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] pci_unbind.py failure 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: Tue, 05 Nov 2013 12:10:24 -0000 Hello I'm trying to install DPDK on my laptop. I have 82579LM NIC which i'm trying to bind to the igb_uio driver. I get the following error # ./tools/pci_unbind.py --status Network devices using IGB_UIO driver ==================================== Network devices using kernel driver =================================== 0000:00:19.0 '82579LM Gigabit Network Connection' if=eth0 drv=e1000e unused= Other network devices ===================== # ./tools/pci_unbind.py --force --bind=igb_uio 00:19.0 Error: bind failed for 0000:00:19.0 - Cannot bind to driver igb_uio Error: unbind failed for 0000:00:19.0 - Cannot open /sys/bus/pci/drivers//unbind After this, the --status shows this : # ./tools/pci_unbind.py --status Network devices using IGB_UIO driver ==================================== Network devices using kernel driver =================================== Other network devices ===================== 0000:00:19.0 '82579LM Gigabit Network Connection' unused=e1000e My kernel version is 3.5.0-23-generic ( Ubuntu 12.04.2 LTS). I heard about an UIO bug in 3.10; is this the same bug i;m hitting? Thanks Jyoti