From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f53.google.com (mail-qg0-f53.google.com [209.85.192.53]) by dpdk.org (Postfix) with ESMTP id B0F297E62 for ; Fri, 24 Oct 2014 12:02:10 +0200 (CEST) Received: by mail-qg0-f53.google.com with SMTP id q107so676576qgd.40 for ; Fri, 24 Oct 2014 03:10:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=LZAqe0FSHrF2SGVKv7qnSexQxitCvcs2QWZ+pVkFIRk=; b=GMdgCi5vGsS4HB48Li4rN2Q9718IBN/xjA8X2h0ai9EcsrOi+rjmqWvjN0tzaK/iXe t8m1a9IUbr3R+K8g1FzpWDcitgtnHl8CG/0n7PwzHX9dGKxcBKb/C0FLpmOXnLzSgVlc aMDFzUVFEKvF7i8kGX9XtupjXg4Ic+SkothAKKWPMqZcPIoF+xmf6xaVEts8aIs3maGw 0IsNDhViS5awpg+iDKahLCTmsjSWF2Fb+WUR5xdg0cJdeXnR0lxYUBrRYQ/QjX0DN3mN Dwcdp1iuU1Dhzkrj1onVsjGP9LPlc7fFdyCmhIo1l6OaXqz/gxgUpqJODkwAVVwk1AbD ENJA== X-Gm-Message-State: ALoCoQnmtlfc6FausjMWKtbWOrweHrZu4ofauWPBWXQ4gfggJfcpryUpBVW8VvZlE4ESmmRlI5Zb X-Received: by 10.180.95.41 with SMTP id dh9mr3116022wib.0.1414145438822; Fri, 24 Oct 2014 03:10:38 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id a13sm1481463wiw.3.2014.10.24.03.10.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Oct 2014 03:10:37 -0700 (PDT) From: Thomas Monjalon To: Matthew Hall Date: Fri, 24 Oct 2014 12:10:20 +0200 Message-ID: <2237912.y2DQ3nfIDF@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.16.4-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <26FA93C7ED1EAA44AB77D62FBE1D27BA54C42AEE@IRSMSX102.ger.corp.intel.com> References: <26FA93C7ED1EAA44AB77D62FBE1D27BA54C361DF@IRSMSX102.ger.corp.intel.com> <20141022192219.GB10424@mhcomputing.net> <26FA93C7ED1EAA44AB77D62FBE1D27BA54C42AEE@IRSMSX102.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [dpdk-announce] DPDK Features for Q1 2015 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, 24 Oct 2014 10:02:11 -0000 2014-10-24 08:10, O'driscoll, Tim: > > From: Matthew Hall [mailto:mhall@mhcomputing.net] > > Specifically, in the virtio-net case above, I have discovered, and Sergio at Intel > > just reproduced today, that neither virtio PMD works at all inside of > > VirtualBox. One can't init, and the other gets into an infinite loop. But yet it's > > claiming support for VBox on the DPDK Supported NICs page though it > > doesn't seem it ever could have worked. > > At the moment, within Intel we test with KVM, Xen and ESXi. We've never > tested with VirtualBox. So, maybe this is an error on the Supported NICs > page, or maybe somebody else is testing that configuration. I'm the author of this page. I think I've written VirtualBox to show where virtio is implemented. You interpreted this as "supported environment", so I'm removing it. Thanks for testing and reporting. -- Thomas