]> Git Repo - qemu.git/commit
Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()
authorRao, Lei <[email protected]>
Tue, 8 Jun 2021 08:23:31 +0000 (16:23 +0800)
committerJason Wang <[email protected]>
Fri, 11 Jun 2021 02:30:13 +0000 (10:30 +0800)
commit5a2d9929ac1f01a1e8ef2a3f56f69e6069863dad
tree10b23f57efbea25f91d2cdbb630e83ecd0bce5fb
parent0c7af1a778d036402ec0829783afee1ce6ea942c
Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()

The data pointer has skipped vnet_hdr_len in the function of
parse_packet_early().So, we can not subtract vnet_hdr_len again
when calculating pkt->header_size in fill_pkt_tcp_info(). Otherwise,
it will cause network packet comparsion errors and greatly increase
the frequency of checkpoints.

Signed-off-by: Lei Rao <[email protected]>
Signed-off-by: Zhang Chen <[email protected]>
Reviewed-by: Li Zhijian <[email protected]>
Reviewed-by: Zhang Chen <[email protected]>
Reviewed-by: Lukas Straub <[email protected]>
Tested-by: Lukas Straub <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
net/colo-compare.c
This page took 0.025748 seconds and 4 git commands to generate.