qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3] VMXNET3 paravirtual NIC device implementation
@ 2012-03-07 15:38 Dmitry Fleytman
  2012-03-07 15:38 ` Dmitry Fleytman
  2012-03-09  6:41 ` Gerhard Wiesinger
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry Fleytman @ 2012-03-07 15:38 UTC (permalink / raw)
  To: qemu-devel
  Cc: Anthony Liguori, Alex Fishman, Michael S. Tsirkin,
	Dmitry Fleytman, Izik Eidus, Yan Vugenfirer, Gerhard Wiesinger

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
   Standard license header from GPLv2+ - licensed QEMU files used

Dmitry Fleytman (1):
  VMXNET3 paravirtual NIC device implementation

 Makefile.objs           |    1 +
 default-configs/pci.mak |    1 +
 hw/pci.c                |    2 +
 hw/pci.h                |    1 +
 hw/virtio-net.h         |   13 +-
 hw/vmware_utils.h       |  131 +++
 hw/vmxnet3.c            | 2744 +++++++++++++++++++++++++++++++++++++++++++++++
 hw/vmxnet3.h            |  727 +++++++++++++
 hw/vmxnet3_debug.h      |  104 ++
 hw/vmxnet_utils.c       |  202 ++++
 hw/vmxnet_utils.h       |  263 +++++
 iov.c                   |   27 +
 iov.h                   |    3 +
 net.c                   |    2 +-
 net/checksum.h          |    7 +
 15 files changed, 4221 insertions(+), 7 deletions(-)
 create mode 100644 hw/vmware_utils.h
 create mode 100644 hw/vmxnet3.c
 create mode 100644 hw/vmxnet3.h
 create mode 100644 hw/vmxnet3_debug.h
 create mode 100644 hw/vmxnet_utils.c
 create mode 100644 hw/vmxnet_utils.h

-- 
1.7.7.6

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH v3] VMXNET3 paravirtual NIC device implementation
@ 2012-03-11 15:15 Dmitry Fleytman
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Fleytman @ 2012-03-11 15:15 UTC (permalink / raw)
  To: aliguori, qemu-devel

Antony,

Thanks for you review.
We'll go over it and prepare fixes and explanations soon.


Best Regards,
Dmitry Fleytman.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-11 15:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-07 15:38 [Qemu-devel] [PATCH v3] VMXNET3 paravirtual NIC device implementation Dmitry Fleytman
2012-03-07 15:38 ` Dmitry Fleytman
2012-03-09 19:50   ` Anthony Liguori
2012-03-09  6:41 ` Gerhard Wiesinger
2012-03-09 18:04   ` Dmitry Fleytman
  -- strict thread matches above, loose matches on Subject: below --
2012-03-11 15:15 Dmitry Fleytman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).