qemu-patch-raspberry4/hw/net/fsl_etsec
Bin Meng f574633529 net: checksum: Introduce fine control over checksum type
At present net_checksum_calculate() blindly calculates all types of
checksums (IP, TCP, UDP). Some NICs may have a per type setting in
their BDs to control what checksum should be offloaded. To support
such hardware behavior, introduce a 'csum_flag' parameter to the
net_checksum_calculate() API to allow fine control over what type
checksum is calculated.

Existing users of this API are updated accordingly.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2021-01-25 17:04:56 +08:00
..
etsec.c util/hexdump: Reorder qemu_hexdump() arguments 2020-09-11 21:25:59 +02:00
etsec.h Use OBJECT_DECLARE_SIMPLE_TYPE when possible 2020-09-18 14:12:32 -04:00
miim.c hw/net: Clean up includes 2016-01-29 15:07:23 +00:00
registers.c hw/net: Clean up includes 2016-01-29 15:07:23 +00:00
registers.h etsec: fix IRQ (un)masking 2018-07-16 11:18:09 +10:00
rings.c net: checksum: Introduce fine control over checksum type 2021-01-25 17:04:56 +08:00