mbox series

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

Message ID 20190103131230.24934-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 Jan. 3, 2019, 1:12 p.m. UTC
Changes in 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

Changes in v3:
* added comment regarding chain loss on migration

Changes in v4:
* added patch changing feature bit from 38 to 61

Yuri Benditovich (2):
  virtio-net: support RSC v4/v6 tcp traffic for Windows HCK
  virtio-net: changed VIRTIO_NET_F_RSC_EXT to be 61

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