Re: [Qemu-devel] [PATCH V10 0/5] VMXNET3 paravirtual NIC device implementation

2013-02-25 Thread Dmitry Fleytman
Done. On Thu, Feb 21, 2013 at 12:47 PM, Stefan Hajnoczi wrote: > Hi Dmitry, > The net multiqueue feature went into QEMU 1.4 and conflicts with vmxnet3.c. > > Please post a rebased version onto qemu.git/master so vmxnet3 can be > merged. I'm currently getting the following compiler errors with >

Re: [Qemu-devel] [PATCH V10 0/5] VMXNET3 paravirtual NIC device implementation

2013-02-21 Thread Stefan Hajnoczi
Hi Dmitry, The net multiqueue feature went into QEMU 1.4 and conflicts with vmxnet3.c. Please post a rebased version onto qemu.git/master so vmxnet3 can be merged. I'm currently getting the following compiler errors with these patches: hw/vmxnet3.c: In function ‘vmxnet3_set_variable_mac’: hw/vmx

Re: [Qemu-devel] [PATCH V10 0/5] VMXNET3 paravirtual NIC device implementation

2013-02-05 Thread Stefan Hajnoczi
On Wed, Jan 23, 2013 at 07:30:57AM +0200, Dmitry Fleytman wrote: > 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 > U

Re: [Qemu-devel] [PATCH V10 0/5] VMXNET3 paravirtual NIC device implementation

2013-02-05 Thread Dmitry Fleytman
Stefan, Is there any else needs to be done in order to get these patches committed? Thanks, Dmitry. On Wed, Jan 23, 2013 at 7:30 AM, Dmitry Fleytman wrote: > This set of patches implements VMWare VMXNET3 paravirtual NIC device. > The device supports of all the device features including offloa