]> git.proxmox.com Git - mirror_qemu.git/commit
hw/net: Added CSO for IPv6
authorAndrew <andrew@daynix.com>
Mon, 29 Jun 2020 01:17:59 +0000 (04:17 +0300)
committerJason Wang <jasowang@redhat.com>
Wed, 15 Jul 2020 13:00:13 +0000 (21:00 +0800)
commit9a8d949245a0a3f90842d1611f56df6ae705560d
tree4795e60a2845556e0b9de1739673d3a284c29e36
parent650181007a027034620995eb3d5044cea1ec9b49
hw/net: Added CSO for IPv6

Added fix for checksum offload for IPv6 if a backend doesn't
have a virtual header.
This patch is a part of IPv6 fragmentation.

Signed-off-by: Andrew Melnychenko <andrew@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/net_tx_pkt.c