On 02/01/2016 02:31 PM, Jason Wang wrote:
On 02/01/2016 02:13 AM, w...@redhat.com wrote:
From: Wei Xu
If a field in the IPv4 header is modified, then the checksum
have to be recalculated before sending it out.
This in fact breaks bisection. I think you need either squash this into
previous
On 02/01/2016 02:13 AM, w...@redhat.com wrote:
> From: Wei Xu
>
> If a field in the IPv4 header is modified, then the checksum
> have to be recalculated before sending it out.
This in fact breaks bisection. I think you need either squash this into
previous patch or introduce virtio_net_rsc_ipv4
From: Wei Xu
If a field in the IPv4 header is modified, then the checksum
have to be recalculated before sending it out.
Signed-off-by: Wei Xu
---
hw/net/virtio-net.c | 19 +++
1 file changed, 19 insertions(+)
diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c
index 93df0d