From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by dpdk.org (Postfix) with ESMTP id 905459A81 for ; Wed, 10 Feb 2016 18:12:05 +0100 (CET) Received: by mail-pa0-f49.google.com with SMTP id ho8so14715532pac.2 for ; Wed, 10 Feb 2016 09:12:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=S2qQLpCPzkYM1tptzEJh3kqB9xADZIoqwBm6UPuHECQ=; b=MSPM9xhPsOIE8GBxuR0QpO3Ui2arrOVLpaR+TvJQ+pVtPLShXrdpVZanGy4mkIejs3 +XaFEjade7Ss5E1IBG1CehkQc6tQrP42P+YnIayhVulj3fZY9dtCqAyriOFGZCHY/q+t l7I1UtBIJAq/y5mHKGIE5VW5o/6ux5/vnat4gRYO1Sa5Yc4vsLMQVuv6T3sNOFxT5n2u avW3oNZ2erXEcCMUvnwpkyMiuzZtpNrcQeWdrMd5vWVdfBiIP3EijMYz/2rDpSAjKcRJ iqMed+gvY/Du6SzxraCINVnTs9lA+5sFdux16DWi17sExGZfd6VZ4UKo8BQ2JJ+fVma6 yEEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=S2qQLpCPzkYM1tptzEJh3kqB9xADZIoqwBm6UPuHECQ=; b=WTd2nOHhweZ0buDz0PnvWNb5Abdwwy0CQUku1J9OkA5qiZQvVel8yBxXwrNnMTatS3 JVXE+Hb+/0k/qSPIkat6z8znUG9chCknin3hSSeIDYoOiCtHs+plk+IG8ZbFF/JvaiNW ycFpksf9iY6jvi57pdNRoqniTNtJmRFkenzoEAK2TXwcqTxhWK7TgHwiWT1KgtBPSPVQ 1RegnsUZbE8WcR3AdOOjQU2RFgIe2WPEeI12aJe38k62+0YrdA/AmLr9R97b+pgMkzBk 5z6CmDlkd4hugyA9J1g4lek4+MR/viivHQWeFAd8RF6MFBKfNToFlKexdStPEjpyYHyk WeEQ== X-Gm-Message-State: AG10YOQfbDTplCkG0j6SgJYdV+dr3sUn+Gidg0uivG0x5Ex6xZURF2yIKQa/B5wXe8nJ6g== X-Received: by 10.66.233.6 with SMTP id ts6mr5002383pac.140.1455124325001; Wed, 10 Feb 2016 09:12:05 -0800 (PST) Received: from xeon-e3 (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id e1sm6534819pas.1.2016.02.10.09.12.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Feb 2016 09:12:04 -0800 (PST) Date: Wed, 10 Feb 2016 09:12:15 -0800 From: Stephen Hemminger To: Nick Allen Message-ID: <20160210091215.2f0e7081@xeon-e3> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: users@dpdk.org Subject: Re: [dpdk-users] Unable to Bind Device in VirtualBox VM X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 17:12:06 -0000 On Wed, 10 Feb 2016 08:45:20 -0500 Nick Allen wrote: > Problem: I am unable to bind a virtual NIC using DPDK 2.2.0 that I > created inside of a Ubuntu 14.04 guest running in VirtualBox 5.0.14 on > OS X 10.11.3 on a 2015 Macbook Pro. Here is the error that I am > seeing. > Do you mean the virtio NIC? VirtualBox has a non-standard implementation of virtio and I suspect the feature negotiation isn't working. Could be a virtualbox bug. Since virtualbox is not open source, I don't use or test it.