On Fri, 15 Dec 2006 13:24:32 +1100 Herbert Xu <[EMAIL PROTECTED]> wrote:
> Alex Romosan <[EMAIL PROTECTED]> wrote: > /** does the HW need to evaluate checksum for TCP or UDP packets? > > if (pMessage->ip_summed == CHECKSUM_HW) > > > > maybe this needs to be replace with CHECKSUM_PARTIAL. the second one > > > > /** TCP checksum offload > > if ((pSKPacket->pMbuf->ip_summed == CHECKSUM_HW) && > > (SetOpcodePacketFlag == SK_TRUE) > > > > i wonder if this is supposed to be CHECKSUM_COMPLETE > > The rule of thumb is that it's COMPLETE for RX, and PARTIAL for TX. > > Cheers, I have a fixed up version of the vendor driver, I'll repackage it tomorrow. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html