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
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
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
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
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
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