From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v2 00/24] Single virtio implementation Date: Tue, 27 Jan 2015 10:02:24 +0000 Message-ID: <20150127100224.751850c1@uryu.home.lan> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Matthew Hall Return-path: In-Reply-To: <20150127030612.GA13138-Hv3ogNYU3JfZZajBQzqCxQ@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 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.