From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f47.google.com (mail-oa0-f47.google.com [209.85.219.47]) by dpdk.org (Postfix) with ESMTP id 58B00678E for ; Sat, 8 Feb 2014 13:37:57 +0100 (CET) Received: by mail-oa0-f47.google.com with SMTP id m1so5509245oag.34 for ; Sat, 08 Feb 2014 04:39:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=VmZcJZEc9wgArwmlzzz75X0mtRnPSGvzYaagLiAvhWA=; b=HKco8FApEJ3WcQm9NBVzFT6pr8F2RTO17BN92DFQlV7OVAIa2Psy7CDrM5AG4C//xr oLx1afaAMDKt27kLsPQnaWTUMkzYPrcVHVz/p/UbMfaqx4WreGhf6nAkn+oBSpiHzArR r0lgFBPSBHEmdV5mB8E7nfObqnQAFfwq1Q4nLrPmxs/o1cnBK64GISa5cxgoY9ASP9py QHKkqtjjYb5zKrhPZP9rcbDsKXltxhDUmF/qitZRvR+ZoBP2ZnoCQWqEbUbbRsriH3TD lwlSEn3IkupgZ52Dmbc0Xv5ZiUsqoRhXljydVhDbgdgXAdKr3+QC875YJ0tIDr+4Gt+R DWWQ== X-Gm-Message-State: ALoCoQkKCyrVYYhqguAC8HslCGo4fzw19wbwMvJfSSF4tjyNIqQmrOgMwbV3GCiPeY/hmwZTIrXa MIME-Version: 1.0 X-Received: by 10.60.103.239 with SMTP id fz15mr17640111oeb.22.1391863159241; Sat, 08 Feb 2014 04:39:19 -0800 (PST) Received: by 10.60.85.97 with HTTP; Sat, 8 Feb 2014 04:39:19 -0800 (PST) Received: by 10.60.85.97 with HTTP; Sat, 8 Feb 2014 04:39:19 -0800 (PST) In-Reply-To: References: Date: Sat, 8 Feb 2014 13:39:19 +0100 Message-ID: From: Vincent JARDIN To: Reda Haddad Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] igb_uio fails on VirtualBox virtio 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: Sat, 08 Feb 2014 12:37:57 -0000 You should use another virtio because it avoids uio constraints. I have been using it to run testpmd on Virtualbox longtime ago. See http://dpdk.org/browse/virtio-net-pmd/ Best regards, Vincent Le 8 f=E9vr. 2014 01:35, "Reda Haddad" a =E9crit= : > Hi, > > I am getting a "write error: No such device" when: > echo 0000:00:08.0 > /sys/bus/pci/drivers/igb_uio/bind > > This is on Virtualbox with a virtio based adapter. > > This also fails when using the dpdk pci_unbind: > ./tools/pci_unbind.py --bind=3Digb_uio 00:08.0 > Cannot bind to driver igb_uio > > I have read (http://dpdk.org/doc) that the dpdk (I am using version 1.6) > supports virtio on virtual box. Is it truly supported? > If yes, any clue on what is the problem? > > Thanks, > > Reda >