From owner-freebsd-net Tue Jun 18 5:33:20 2002 Delivered-To: freebsd-net@freebsd.org Received: from sbserv0.intra.selectbourse.net (APuteaux-107-2-1-3.abo.wanadoo.fr [217.128.228.3]) by hub.freebsd.org (Postfix) with ESMTP id 9E54837B400 for ; Tue, 18 Jun 2002 05:33:13 -0700 (PDT) Received: from there (artik.intra.selectbourse.net [172.16.2.3]) by sbserv0.intra.selectbourse.net (Postfix) with SMTP id 9A20EBA19; Tue, 18 Jun 2002 14:29:20 +0200 (CEST) Content-Type: text/plain; charset="iso-8859-1" From: Sebastien Petit To: John Polstra Subject: Re: Problem using ng_ether Date: Tue, 18 Jun 2002 14:38:10 +0200 X-Mailer: KMail [version 1.3.2] References: <001f01c21493$b0612620$010110ac@SPEWIN> <200206180354.g5I3sQO19132@vashon.polstra.com> In-Reply-To: <200206180354.g5I3sQO19132@vashon.polstra.com> Cc: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020618122920.9A20EBA19@sbserv0.intra.selectbourse.net> 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 On Tuesday 18 June 2002 05:54, you wrote: > In article <001f01c21493$b0612620$010110ac@SPEWIN>, > > Sebastien Petit wrote: > > 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 don't know. Are you sure your running kernel was actually built > from those sources? Ok, I think that I've found the problem, this patch was not applied in RELENG_4_5 branch and is just available on RELENG_4 (so FreeBSD-4.6) Effectlivly, my running kernel was not actually built from those sources. So now all is working fine, thank you for your help John. I've two other questions: * Why this patch was not applied on 4.5-STABLE branch ? * How can I distribute my software working with ng_ether without forcing the user to upgrade his kernel to FreeBSD-4.6 that is not released for the moment ? Regards, Sebastien -- spe@selectbourse.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message