From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb5om-0003AP-FF for qemu-devel@nongnu.org; Wed, 21 Nov 2012 03:38:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tb5ol-0001Mw-Gx for qemu-devel@nongnu.org; Wed, 21 Nov 2012 03:38:00 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:55592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb5ol-0001Ml-AL for qemu-devel@nongnu.org; Wed, 21 Nov 2012 03:37:59 -0500 Received: by mail-ee0-f45.google.com with SMTP id d49so4063612eek.4 for ; Wed, 21 Nov 2012 00:37:58 -0800 (PST) Date: Wed, 21 Nov 2012 09:37:56 +0100 From: Stefan Hajnoczi Message-ID: <20121121083756.GA16842@stefanha-thinkpad.redhat.com> References: <1353074135-9674-1-git-send-email-dmitry@daynix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1353074135-9674-1-git-send-email-dmitry@daynix.com> Subject: Re: [Qemu-devel] [PATCH V7 0/6] VMXNET3 paravirtual NIC device implementation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Fleytman Cc: Yan Vugenfirer , Gerhard Wiesinger , qemu-devel@nongnu.org On Fri, Nov 16, 2012 at 03:55:29PM +0200, Dmitry Fleytman wrote: > NOTE: This is not a final patches for commit, > they are just for the latest fixes review. > This set of patches still misses test for the device. > > We didn't succeed to find any guide or sample for the > king of tests required (packets transmission). > If someone can provide a pointer to the relevant > information we'll be very grateful. > > This set of patches implements VMWare VMXNET3 paravirtual NIC device. > The device supports of all the device features including offload capabilties, > VLANs and etc. > The device is tested on different OSes: > Fedora 15 > Ubuntu 10.4 > Centos 6.2 > Windows 2008R2 > Windows 2008 64bit > Windows 2008 32bit > Windows 2003 64bit > Windows 2003 32bit Hi Dmitry, Just a keepalive to let you know I intend to review these patches early next week. Look interesting but I'm swamped with work right now. Stefan