From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: [PATCH v2 00/24] Single virtio implementation Date: Tue, 27 Jan 2015 10:59:54 -0800 Message-ID: <20150127185954.GA26367@mhcomputing.net> References: <1421298930-15210-1-git-send-email-changchun.ouyang@intel.com> <1422326164-13697-1-git-send-email-changchun.ouyang@intel.com> <20150127030612.GA13138@mhcomputing.net> <20150127100224.751850c1@uryu.home.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Stephen Hemminger Return-path: Content-Disposition: inline In-Reply-To: <20150127100224.751850c1-CA4OZQ/Yy2Lykuyl+CZolw@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Tue, Jan 27, 2015 at 10:02:24AM +0000, Stephen Hemminger wrote: > On Mon, 26 Jan 2015 19:06:12 -0800 > Matthew Hall wrote: > > > Thank you so much for this, using virtio drivers in DPDK has been messy and > > unpleasant in the past, and you clearly wrote a lot of nice new code to help > > improve it all. > > > > Previously I'd reported a bug, where all RTE virtio drivers I tried (A and B, > > because I did not know C existed), failed to work with the virtio-net > > interfaces exposed in VirtualBox, due to various strange errors, and they all > > only worked with the virtio-net interfaces from qemu. > > I suspect a problem with features required (and not supported by VirtualBox). > Build driver with debug enabled and send the log please. Hi Stephen, Here is everything that happened when I tried it before. http://dpdk.org/ml/archives/dev/2014-October/006623.html Matthew.