[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Deactivating TCP checksumming
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
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/