From: Yi Li <y...@winhong.com> Date: Wed, 26 Aug 2020 13:11:50 +0800 > when skb->encapsulation is 0, skb->ip_summed is CHECKSUM_PARTIAL > and it is udp packet, which has a dest port as the IANA assigned. > the hardware is expected to do the checksum offload, but the > hardware will not do the checksum offload when udp dest port is > 6081. > > This patch fixes it by doing the checksum in software. > > Reported-by: Li Bing <lib...@winhong.com> > Signed-off-by: Yi Li <y...@winhong.com>
Applied, thank you.