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

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

-- 
2.17.1