]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/net/net_tx_pkt: Ignore ECN bit
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Fri, 24 Mar 2023 09:54:33 +0000 (18:54 +0900)
committerJason Wang <jasowang@redhat.com>
Tue, 28 Mar 2023 05:10:55 +0000 (13:10 +0800)
commit4cf3a63849c24021bf5a023d94c797acbb89b5b8
tree5bb2d4ae9963c00108721cda3e8c1f65ad5532e3
parentf4fdaf009cc85e95a00aba47a6b5b9df920d51c4
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>
hw/net/net_tx_pkt.c