mbox series

[v2,0/1] virtio-net: support RSC v4/v6 tcp traffic for Windows HCK

Message ID 20181111153559.5843-1-yuri.benditovich@daynix.com (mailing list archive)
Headers show
Series virtio-net: support RSC v4/v6 tcp traffic for Windows HCK | expand

Message

Yuri Benditovich Nov. 11, 2018, 3:35 p.m. UTC
Changes from v1:
* Changes in standard header moved to virtio_net.c
* added inline procedures for header fields access
* Removed unused define
* Removed unrelated changes
* Renamed RSC timeout define
* Removed unnecessary check for VHOST
* RSC struct names prefixed by Virtio
* Added note about migration
* Mail address in signature
* Style fixes

Yuri Benditovich (1):
  virtio-net: support RSC v4/v6 tcp traffic for Windows HCK

 hw/net/virtio-net.c            | 667 ++++++++++++++++++++++++++++++++-
 include/hw/virtio/virtio-net.h |  81 ++++
 include/net/eth.h              |   2 +
 3 files changed, 749 insertions(+), 1 deletion(-)