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

2013-01-12 Thread Dmitry Fleytman
On Mon, Jan 7, 2013 at 4:14 PM, Stefan Hajnoczi wrote: > On Fri, Dec 07, 2012 at 01:15:04PM +0200, Dmitry Fleytman wrote: > > > +struct eth_header { > > > +uint8_t h_dest[ETH_ALEN]; /* destination eth addr */ > > > +uint8_t h_source[ETH_ALEN]; /* source ether addr*/ > > > +uin

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

2013-01-09 Thread Dmitry Fleytman
Thanks Stefan, I'l go over your comments and submit a new version. Dmitry On Mon, Jan 7, 2013 at 5:01 PM, Stefan Hajnoczi wrote: > On Wed, Dec 26, 2012 at 11:26:09AM +0200, Dmitry Fleytman wrote: > > Is there any progress with these patches? > > Is there a chance they will be committed any t

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

2013-01-07 Thread Stefan Hajnoczi
On Wed, Dec 26, 2012 at 11:26:09AM +0200, Dmitry Fleytman wrote: > Is there any progress with these patches? > Is there a chance they will be committed any time soon? Hi Dmitry, Thanks for posting this version. I have left comments but overall it seems self-contained and ready to merge soon. One

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

2013-01-07 Thread Stefan Hajnoczi
On Fri, Dec 07, 2012 at 01:15:04PM +0200, Dmitry Fleytman wrote: > > +struct eth_header { > > +uint8_t h_dest[ETH_ALEN]; /* destination eth addr */ > > +uint8_t h_source[ETH_ALEN]; /* source ether addr*/ > > +uint16_t h_proto;/* packet type ID field */ > > +}; > > L

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

2012-12-26 Thread Dmitry Fleytman
Hi Everyone Is there any progress with these patches? Is there a chance they will be committed any time soon? Thanks, Dmitry On Fri, Dec 7, 2012 at 1:15 PM, Dmitry Fleytman wrote: > This set of patches implements VMWare VMXNET3 paravirtual NIC device. > The device supports of all the device f

[Qemu-devel] [PATCH V8 0/5] VMXNET3 paravirtual NIC device implementation

2012-12-07 Thread Dmitry Fleytman
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 Windo