Re: [Qemu-devel] [PATCH v3] VMXNET3 paravirtual NIC device implementation

2012-03-11 Thread Dmitry Fleytman
Antony, Thanks for you review. We'll go over it and prepare fixes and explanations soon. Best Regards, Dmitry Fleytman.

Re: [Qemu-devel] [PATCH v3] VMXNET3 paravirtual NIC device implementation

2012-03-09 Thread Anthony Liguori
On 03/07/2012 09:38 AM, Dmitry Fleytman wrote: Implementation of VMWare VMXNET3 paravirtual NIC 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

Re: [Qemu-devel] [PATCH v3] VMXNET3 paravirtual NIC device implementation

2012-03-09 Thread Dmitry Fleytman
Gerhard, Thanks for your report. We are looking at it. Dmitry Fleytman. On Fri, Mar 9, 2012 at 8:41 AM, Gerhard Wiesinger wrote: > Hello Dmitry, > > Issue is solved in V3 but I'm still having problems (core dumps) with qemu > and qemu-kvm: > > 1.) qemu crashes > works well with basic ping tests

Re: [Qemu-devel] [PATCH v3] VMXNET3 paravirtual NIC device implementation

2012-03-08 Thread Gerhard Wiesinger
Hello Dmitry, Issue is solved in V3 but I'm still having problems (core dumps) with qemu and qemu-kvm: 1.) qemu crashes works well with basic ping tests but with generating load on the network interface (my standard netio tests (netio -s, netio -t server), http://www.ars.de/ars/ars.nsf/docs/

[Qemu-devel] [PATCH v3] VMXNET3 paravirtual NIC device implementation

2012-03-07 Thread Dmitry Fleytman
Changes in V3: Fixed crash when net device that is used as network fronted has no virtio HDR support. Task offloads emulation for cases when net device that is used as network fronted has no virtio HDR support. Changes in V2: License text changed accoring to community suggestions