commit | 4cf3a63849c24021bf5a023d94c797acbb89b5b8 | [log] [tgz] |
---|---|---|
author | Akihiko Odaki <akihiko.odaki@daynix.com> | Fri Mar 24 18:54:33 2023 +0900 |
committer | Jason Wang <jasowang@redhat.com> | Tue Mar 28 13:10:55 2023 +0800 |
tree | 5bb2d4ae9963c00108721cda3e8c1f65ad5532e3 | |
parent | f4fdaf009cc85e95a00aba47a6b5b9df920d51c4 [diff] |
hw/net/net_tx_pkt: Ignore ECN bit No segmentation should be performed if gso type is VIRTIO_NET_HDR_GSO_NONE even if ECN bit is set. Fixes: e263cd49c7 ("Packet abstraction for VMWARE network devices") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1544 Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Signed-off-by: Jason Wang <jasowang@redhat.com>