Re: Deactivating TCP checksumming

Matti Aarnio (matti.aarnio@zmailer.org)
Tue, 1 Apr 2003 13:58:21 +0300


On Tue, Apr 01, 2003 at 09:47:30AM +0000, shesha bhushan wrote:
> Hello all,
> I am trying to de-activate the TCP checksumming and allow hardware (GBE to
> compute it for me). But can any one let me know how to do it.

GBE ? Likely device feature flags are wrong -- See examples
from drivers/net/sunhme.c, acenic.c, tg3.c for various ways
to use NETIF_F_*_CSUM feature flags.

For (some of) explanations: include/linux/netdevice.h
(for NETIF_F_* flags)

> All suggestion are highly apperciated.
>
> Thanking You
> Shesha

/Matti Aarnio
-
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/