Hello! > why does it fail for > large packets. This should be repaired by the following patch. Alexey --- arch/i386/lib/checksum.S.orig Tue Aug 13 18:20:18 2002 +++ arch/i386/lib/checksum.S Thu Aug 22 17:35:10 2002 @@ -149,6 +149,8 @@ 30: subl $2, %ecx ja 20b je 32f + addl $2, %ecx + jz 80f movzbl (%esi),%ebx # csumming 1 byte, 2-aligned addl %ebx, %eax adcl $0, %eax - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html