Re: CHECKSUM_HW not behaving as expected

David S. Miller (davem@redhat.com)
Thu, 11 Apr 2002 08:01:35 -0700 (PDT)


Rubini's book is wrong, CHECKSUM_HW means the chip computed the pseudo
checksum of the packet and this computed value is in skb->csum

You want to set CHECKSUM_UNNECESSARY, see include/linux/skbuff.h which
documents all of these variables.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/