Hi Folks,

I have a 3com gigE nic and have used the sk98lin driver for quite a while.
I recently switched to the skge driver, and now I'm hitting a BUG in an
iptables rule that previously did not happen with sk98lin but does happen
with skge:

the BUG is ipv4/netfilter/ipt_TCPMSS.c:190

on this code path:

 retmodified:
        /* We never hw checksum SYN packets.  */
        BUG_ON((*pskb)->ip_summed == CHECKSUM_HW);

        (*pskb)->nfcache |= NFC_UNKNOWN | NFC_ALTERED;
        return IPT_CONTINUE;
}

Is this a spurrious BUG() statement that is no longer applicable, or is there
a subtle problem with the skge driver that involves hw checksumming syn packets?

Regards,

Matthew Galgoci

-
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

Reply via email to