From owner-freebsd-hackers Wed Sep 26 18:59:56 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 6E22737B411 for ; Wed, 26 Sep 2001 18:59:53 -0700 (PDT) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f8R1vZ546863; Wed, 26 Sep 2001 20:57:35 -0500 (CDT) (envelope-from jlemon) Date: Wed, 26 Sep 2001 20:57:35 -0500 (CDT) From: Jonathan Lemon Message-Id: <200109270157.f8R1vZ546863@prism.flugsvamp.com> To: the_srinivas@hotmail.com, hackers@freebsd.org Subject: Re: TCP&IP cksum offload on FreeBSD 4.2 X-Newsgroups: local.mail.freebsd-hackers In-Reply-To: Organization: Cc: Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article you write: >Hello, >I'm trying to use the TCP&IP checksum offload capability of the Netgear >GA620 NIC from a SMP FreeBSD 4.2R system running on a typical PIII SBC. >I did enable TCP&IP cksum offload for receive operations by setting the >if_hwassist flag in the driver /sys/pci/if_ti.c and verified that it is >working. However I'm unable to offload TCP&IP checksum for the send >operations. All you need to do is uncomment the TI_CSUM_FEATURES flag at the top of the file, and recompile. -- Jonatha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message