diff options
author | Guishan Qin | 2020-12-11 10:35:11 +0100 |
---|---|---|
committer | Jason Wang | 2021-01-25 10:04:56 +0100 |
commit | d97f11590a0f60cd911ace8bb68180b5a09a068d (patch) | |
tree | d0a26af268b2758793c5ec8eec0050771a9f591c /hw/net/imx_fec.c | |
parent | net: checksum: Skip fragmented IP packets (diff) | |
download | qemu-d97f11590a0f60cd911ace8bb68180b5a09a068d.tar.gz qemu-d97f11590a0f60cd911ace8bb68180b5a09a068d.tar.xz qemu-d97f11590a0f60cd911ace8bb68180b5a09a068d.zip |
net: checksum: Add IP header checksum calculation
At present net_checksum_calculate() only calculates TCP/UDP checksum
in an IP packet, but assumes the IP header checksum to be provided
by the software, e.g.: Linux kernel always calculates the IP header
checksum. However this might not always be the case, e.g.: for an IP
checksum offload enabled stack like VxWorks, the IP header checksum
can be zero.
This adds the checksum calculation of the IP header.
Signed-off-by: Guishan Qin <guishan.qin@windriver.com>
Signed-off-by: Yabing Liu <yabing.liu@windriver.com>
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'hw/net/imx_fec.c')
0 files changed, 0 insertions, 0 deletions