Re: [PATCH v2 1/2] hw/net: Added CSO for IPv6

2020-07-07 Thread Jason Wang
On 2020/6/29 上午9:17, and...@daynix.com wrote: From: Andrew 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 Applied. Thanks --- hw/net/net_tx_pkt.c | 15 ---

[PATCH v2 1/2] hw/net: Added CSO for IPv6

2020-06-28 Thread andrew
From: Andrew 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 --- hw/net/net_tx_pkt.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/hw/net/net