diff options
author | Rao, Lei <lei.rao@intel.com> | 2021-06-08 16:23:31 +0800 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2021-06-11 10:30:13 +0800 |
commit | 5a2d9929ac1f01a1e8ef2a3f56f69e6069863dad (patch) | |
tree | 10b23f57efbea25f91d2cdbb630e83ecd0bce5fb /util/nvdimm-utils.c | |
parent | 0c7af1a778d036402ec0829783afee1ce6ea942c (diff) | |
download | qemu-5a2d9929ac1f01a1e8ef2a3f56f69e6069863dad.zip qemu-5a2d9929ac1f01a1e8ef2a3f56f69e6069863dad.tar.gz qemu-5a2d9929ac1f01a1e8ef2a3f56f69e6069863dad.tar.bz2 |
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 <lei.rao@intel.com>
Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Reviewed-by: Li Zhijian <lizhijian@fujitsu.com>
Reviewed-by: Zhang Chen <chen.zhang@intel.com>
Reviewed-by: Lukas Straub <lukasstraub2@web.de>
Tested-by: Lukas Straub <lukasstraub2@web.de>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'util/nvdimm-utils.c')
0 files changed, 0 insertions, 0 deletions