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

Yuri Benditovich posted 2 patches 5 years, 3 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190103131230.24934-1-yuri.benditovich@daynix.com
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(-)
[Qemu-devel] [PATCH v4 0/2] virtio-net: support RSC v4/v6 tcp traffic for Windows HCK
Posted by Yuri Benditovich 5 years, 3 months ago
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(-)

-- 
2.17.1