[Bug fix]mips 64bits checksum error -- csum_tcpudp_nofold

From: Mark Zhang
Date: Tue Jan 24 2017 - 23:35:42 EST


If the input parameters as saddr = 0xc0a8fd60,daddr = 0xc0a8fda1,len =
80, proto = 17, sum =0x7eae049d.
The correct result should be 1, but original function return 0.

Attached the correction patch.

Attachment: 0001-Fixed-the-mips-64bits-checksum-error-csum_tcpudp_nof.patch
Description: Binary data