From owner-freebsd-net Sat Jun 15 10:38:42 2002 Delivered-To: freebsd-net@freebsd.org Received: from mel-rto1.wanadoo.fr (smtp-out-1.wanadoo.fr [193.252.19.188]) by hub.freebsd.org (Postfix) with ESMTP id 9B51D37B410 for ; Sat, 15 Jun 2002 10:38:38 -0700 (PDT) Received: from mel-rta9.wanadoo.fr (193.252.19.69) by mel-rto1.wanadoo.fr (6.5.007) id 3D0A0BEA000684F7 for freebsd-net@freebsd.org; Sat, 15 Jun 2002 19:38:37 +0200 Received: from SPEWIN (80.13.173.197) by mel-rta9.wanadoo.fr (6.5.007) id 3CFB286C007C96BE for freebsd-net@freebsd.org; Sat, 15 Jun 2002 19:38:37 +0200 Message-ID: <001f01c21493$b0612620$010110ac@SPEWIN> From: "Sebastien Petit" To: Subject: Re: Problem using ng_ether Date: Sat, 15 Jun 2002 19:40:06 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Apparently, my kernel contains the fix already: [spe@artik /usr/src/sys/netgraph]$ grep "if_hwassist" ng_ether.c priv->hwassist = ifp->if_hwassist; priv->ifp->if_hwassist = 0; priv->ifp->if_hwassist = priv->hwassist; /* restore h/w csum */ So, Why I've problem with checksums ? I remember that in January, Only IP checksum was affected but now I've a problem with IP, TCP and UDP checksum. What is wrong ? Regards, Sebastien. -- spe@selectbourse.net > > I'm using actually FreeBSD-4.5-RELEASE-p5, This kernel doesn't have the > > patch ? > > I don't know, but you can find out pretty easily. Run this command: > > grep if_hwassist /sys/netgraph/ng_ether.c > > If it produces any output, then the file contains the fix already. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message